Uses of Class
org.a2aproject.sdk.grpc.Part
Packages that use Part
-
Uses of Part in org.a2aproject.sdk.grpc
Methods in org.a2aproject.sdk.grpc that return PartModifier and TypeMethodDescriptionPart.Builder.build()Part.Builder.buildPartial()static PartPart.getDefaultInstance()Part.Builder.getDefaultInstanceForType()Part.getDefaultInstanceForType()Artifact.Builder.getParts(int index) The content of the artifact.Artifact.getParts(int index) The content of the artifact.ArtifactOrBuilder.getParts(int index) The content of the artifact.Message.Builder.getParts(int index) Parts is the container of the message content.Message.getParts(int index) Parts is the container of the message content.MessageOrBuilder.getParts(int index) Parts is the container of the message content.static PartPart.parseDelimitedFrom(InputStream input) static PartPart.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PartPart.parseFrom(byte[] data) static PartPart.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PartPart.parseFrom(com.google.protobuf.ByteString data) static PartPart.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PartPart.parseFrom(com.google.protobuf.CodedInputStream input) static PartPart.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PartPart.parseFrom(InputStream input) static PartPart.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PartPart.parseFrom(ByteBuffer data) static PartPart.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.a2aproject.sdk.grpc that return types with arguments of type PartModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Part>Part.getParserForType()Artifact.Builder.getPartsList()The content of the artifact.Artifact.getPartsList()The content of the artifact.ArtifactOrBuilder.getPartsList()The content of the artifact.Message.Builder.getPartsList()Parts is the container of the message content.Message.getPartsList()Parts is the container of the message content.MessageOrBuilder.getPartsList()Parts is the container of the message content.static com.google.protobuf.Parser<Part>Part.parser()Methods in org.a2aproject.sdk.grpc with parameters of type PartModifier and TypeMethodDescriptionThe content of the artifact.The content of the artifact.Parts is the container of the message content.Parts is the container of the message content.static Part.BuilderPart.newBuilder(Part prototype) The content of the artifact.Parts is the container of the message content.Method parameters in org.a2aproject.sdk.grpc with type arguments of type PartModifier and TypeMethodDescriptionArtifact.Builder.addAllParts(Iterable<? extends Part> values) The content of the artifact.Message.Builder.addAllParts(Iterable<? extends Part> values) Parts is the container of the message content. -
Uses of Part in org.a2aproject.sdk.grpc.mapper
Methods in org.a2aproject.sdk.grpc.mapper that return PartMethods in org.a2aproject.sdk.grpc.mapper with parameters of type PartMethod parameters in org.a2aproject.sdk.grpc.mapper with type arguments of type PartModifier and TypeMethodDescriptionprotected Part[]ArtifactMapperImpl.partListToPartArray(List<Part> list) protected Part[]MessageMapperImpl.partListToPartArray(List<Part> list)