Uses of Class
org.a2aproject.sdk.compat03.grpc.Part.Builder
Packages that use Part.Builder
-
Uses of Part.Builder in org.a2aproject.sdk.compat03.grpc
Methods in org.a2aproject.sdk.compat03.grpc that return Part.BuilderModifier and TypeMethodDescriptionMessage.Builder.addContentBuilder()protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Content is the container of the message content.Message.Builder.addContentBuilder(int index) protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Content is the container of the message content.Artifact.Builder.addPartsBuilder()The content of the artifact.Artifact.Builder.addPartsBuilder(int index) The content of the artifact.Part.Builder.clear()Part.Builder.clearData().a2a.v1.DataPart data = 3;Part.Builder.clearFile().a2a.v1.FilePart file = 2;Part.Builder.clearPart()Part.Builder.clearText()string text = 1;Message.Builder.getContentBuilder(int index) protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Content is the container of the message content.Artifact.Builder.getPartsBuilder(int index) The content of the artifact..a2a.v1.DataPart data = 3;.a2a.v1.FilePart file = 2;Part.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Part.Builder.mergeFrom(com.google.protobuf.Message other) static Part.BuilderPart.newBuilder()static Part.BuilderPart.newBuilder(Part prototype) Part.newBuilderForType()protected Part.BuilderPart.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) .a2a.v1.DataPart data = 3;Part.Builder.setData(DataPart.Builder builderForValue) .a2a.v1.DataPart data = 3;.a2a.v1.FilePart file = 2;Part.Builder.setFile(FilePart.Builder builderForValue) .a2a.v1.FilePart file = 2;string text = 1;Part.Builder.setTextBytes(com.google.protobuf.ByteString value) string text = 1;Part.toBuilder()Methods in org.a2aproject.sdk.compat03.grpc that return types with arguments of type Part.BuilderModifier and TypeMethodDescriptionMessage.Builder.getContentBuilderList()protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Content is the container of the message content.Artifact.Builder.getPartsBuilderList()The content of the artifact.Methods in org.a2aproject.sdk.compat03.grpc with parameters of type Part.BuilderModifier and TypeMethodDescriptionMessage.Builder.addContent(int index, Part.Builder builderForValue) protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Content is the container of the message content.Message.Builder.addContent(Part.Builder builderForValue) protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Content is the container of the message content.Artifact.Builder.addParts(int index, Part.Builder builderForValue) The content of the artifact.Artifact.Builder.addParts(Part.Builder builderForValue) The content of the artifact.Message.Builder.setContent(int index, Part.Builder builderForValue) protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Content is the container of the message content.Artifact.Builder.setParts(int index, Part.Builder builderForValue) The content of the artifact.