Uses of Class
org.a2aproject.sdk.compat03.grpc.Part
Packages that use Part
-
Uses of Part in org.a2aproject.sdk.compat03.grpc
Methods in org.a2aproject.sdk.compat03.grpc that return PartModifier and TypeMethodDescriptionPart.Builder.build()Part.Builder.buildPartial()Message.Builder.getContent(int index) protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Content is the container of the message content.Message.getContent(int index) protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Content is the container of the message content.MessageOrBuilder.getContent(int index) protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Content is the container of the message content.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.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.compat03.grpc that return types with arguments of type PartModifier and TypeMethodDescriptionMessage.Builder.getContentList()protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Content is the container of the message content.Message.getContentList()protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Content is the container of the message content.MessageOrBuilder.getContentList()protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Content is the container of the message content.com.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.static com.google.protobuf.Parser<Part>Part.parser()Methods in org.a2aproject.sdk.compat03.grpc with parameters of type PartModifier and TypeMethodDescriptionMessage.Builder.addContent(int index, Part value) protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Content is the container of the message content.Message.Builder.addContent(Part value) protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Content is the container of the message content.The content of the artifact.The content of the artifact.static Part.BuilderPart.newBuilder(Part prototype) Message.Builder.setContent(int index, Part value) protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Content is the container of the message content.The content of the artifact.Method parameters in org.a2aproject.sdk.compat03.grpc with type arguments of type PartModifier and TypeMethodDescriptionMessage.Builder.addAllContent(Iterable<? extends Part> values) protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Content is the container of the message content.Artifact.Builder.addAllParts(Iterable<? extends Part> values) The content of the artifact.