Uses of Class
org.a2aproject.sdk.compat03.grpc.Artifact.Builder
Packages that use Artifact.Builder
-
Uses of Artifact.Builder in org.a2aproject.sdk.compat03.grpc
Methods in org.a2aproject.sdk.compat03.grpc that return Artifact.BuilderModifier and TypeMethodDescriptionArtifact.Builder.addAllExtensions(Iterable<String> values) The URIs of extensions that are present or contributed to this Artifact.Artifact.Builder.addAllParts(Iterable<? extends Part> values) The content of the artifact.Task.Builder.addArtifactsBuilder()A set of output artifacts for a Task.Task.Builder.addArtifactsBuilder(int index) A set of output artifacts for a Task.Artifact.Builder.addExtensions(String value) The URIs of extensions that are present or contributed to this Artifact.Artifact.Builder.addExtensionsBytes(com.google.protobuf.ByteString value) The URIs of extensions that are present or contributed to this Artifact.The content of the artifact.Artifact.Builder.addParts(int index, Part.Builder builderForValue) The content of the artifact.The content of the artifact.Artifact.Builder.addParts(Part.Builder builderForValue) The content of the artifact.Artifact.Builder.clear()Artifact.Builder.clearArtifactId()Unique id for the artifact.Artifact.Builder.clearDescription()A human readable description of the artifact, optional.Artifact.Builder.clearExtensions()The URIs of extensions that are present or contributed to this Artifact.Artifact.Builder.clearMetadata()Optional metadata included with the artifact.Artifact.Builder.clearName()A human readable name for the artifact.Artifact.Builder.clearParts()The content of the artifact.TaskArtifactUpdateEvent.Builder.getArtifactBuilder()The artifact itselfTask.Builder.getArtifactsBuilder(int index) A set of output artifacts for a Task.Artifact.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Artifact.Builder.mergeFrom(com.google.protobuf.Message other) Artifact.Builder.mergeMetadata(com.google.protobuf.Struct value) Optional metadata included with the artifact.static Artifact.BuilderArtifact.newBuilder()static Artifact.BuilderArtifact.newBuilder(Artifact prototype) Artifact.newBuilderForType()protected Artifact.BuilderArtifact.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Artifact.Builder.removeParts(int index) The content of the artifact.Artifact.Builder.setArtifactId(String value) Unique id for the artifact.Artifact.Builder.setArtifactIdBytes(com.google.protobuf.ByteString value) Unique id for the artifact.Artifact.Builder.setDescription(String value) A human readable description of the artifact, optional.Artifact.Builder.setDescriptionBytes(com.google.protobuf.ByteString value) A human readable description of the artifact, optional.Artifact.Builder.setExtensions(int index, String value) The URIs of extensions that are present or contributed to this Artifact.Artifact.Builder.setMetadata(com.google.protobuf.Struct value) Optional metadata included with the artifact.Artifact.Builder.setMetadata(com.google.protobuf.Struct.Builder builderForValue) Optional metadata included with the artifact.A human readable name for the artifact.Artifact.Builder.setNameBytes(com.google.protobuf.ByteString value) A human readable name for the artifact.The content of the artifact.Artifact.Builder.setParts(int index, Part.Builder builderForValue) The content of the artifact.Artifact.toBuilder()Methods in org.a2aproject.sdk.compat03.grpc that return types with arguments of type Artifact.BuilderModifier and TypeMethodDescriptionTask.Builder.getArtifactsBuilderList()A set of output artifacts for a Task.Methods in org.a2aproject.sdk.compat03.grpc with parameters of type Artifact.BuilderModifier and TypeMethodDescriptionTask.Builder.addArtifacts(int index, Artifact.Builder builderForValue) A set of output artifacts for a Task.Task.Builder.addArtifacts(Artifact.Builder builderForValue) A set of output artifacts for a Task.TaskArtifactUpdateEvent.Builder.setArtifact(Artifact.Builder builderForValue) The artifact itselfTask.Builder.setArtifacts(int index, Artifact.Builder builderForValue) A set of output artifacts for a Task.