Uses of Class
org.a2aproject.sdk.grpc.Artifact.Builder
Packages that use Artifact.Builder
-
Uses of Artifact.Builder in org.a2aproject.sdk.grpc
Methods in org.a2aproject.sdk.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 identifier (e.g.Artifact.Builder.clearDescription()Optional.Artifact.Builder.clearExtensions()The URIs of extensions that are present or contributed to this Artifact.Artifact.Builder.clearMetadata()Optional.Artifact.Builder.clearName()A human readable name for the artifact.Artifact.Builder.clearParts()The content of the artifact.TaskArtifactUpdateEvent.Builder.getArtifactBuilder()The artifact that was generated or updated.Task.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.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 identifier (e.g.Artifact.Builder.setArtifactIdBytes(com.google.protobuf.ByteString value) Unique identifier (e.g.Artifact.Builder.setDescription(String value) Optional.Artifact.Builder.setDescriptionBytes(com.google.protobuf.ByteString value) 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.Artifact.Builder.setMetadata(com.google.protobuf.Struct.Builder builderForValue) Optional.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.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.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 that was generated or updated.Task.Builder.setArtifacts(int index, Artifact.Builder builderForValue) A set of output artifacts for a `Task`.