Uses of Class
org.a2aproject.sdk.grpc.Artifact
Packages that use Artifact
-
Uses of Artifact in org.a2aproject.sdk.grpc
Methods in org.a2aproject.sdk.grpc that return ArtifactModifier and TypeMethodDescriptionArtifact.Builder.build()Artifact.Builder.buildPartial()TaskArtifactUpdateEvent.Builder.getArtifact()The artifact that was generated or updated.TaskArtifactUpdateEvent.getArtifact()The artifact that was generated or updated.TaskArtifactUpdateEventOrBuilder.getArtifact()The artifact that was generated or updated.Task.Builder.getArtifacts(int index) A set of output artifacts for a `Task`.Task.getArtifacts(int index) A set of output artifacts for a `Task`.TaskOrBuilder.getArtifacts(int index) A set of output artifacts for a `Task`.static ArtifactArtifact.getDefaultInstance()Artifact.Builder.getDefaultInstanceForType()Artifact.getDefaultInstanceForType()static ArtifactArtifact.parseDelimitedFrom(InputStream input) static ArtifactArtifact.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ArtifactArtifact.parseFrom(byte[] data) static ArtifactArtifact.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ArtifactArtifact.parseFrom(com.google.protobuf.ByteString data) static ArtifactArtifact.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ArtifactArtifact.parseFrom(com.google.protobuf.CodedInputStream input) static ArtifactArtifact.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ArtifactArtifact.parseFrom(InputStream input) static ArtifactArtifact.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ArtifactArtifact.parseFrom(ByteBuffer data) static ArtifactArtifact.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.a2aproject.sdk.grpc that return types with arguments of type ArtifactModifier and TypeMethodDescriptionTask.Builder.getArtifactsList()A set of output artifacts for a `Task`.Task.getArtifactsList()A set of output artifacts for a `Task`.TaskOrBuilder.getArtifactsList()A set of output artifacts for a `Task`.com.google.protobuf.Parser<Artifact>Artifact.getParserForType()static com.google.protobuf.Parser<Artifact>Artifact.parser()Methods in org.a2aproject.sdk.grpc with parameters of type ArtifactModifier and TypeMethodDescriptionTask.Builder.addArtifacts(int index, Artifact value) A set of output artifacts for a `Task`.Task.Builder.addArtifacts(Artifact value) A set of output artifacts for a `Task`.TaskArtifactUpdateEvent.Builder.mergeArtifact(Artifact value) The artifact that was generated or updated.static Artifact.BuilderArtifact.newBuilder(Artifact prototype) TaskArtifactUpdateEvent.Builder.setArtifact(Artifact value) The artifact that was generated or updated.Task.Builder.setArtifacts(int index, Artifact value) A set of output artifacts for a `Task`.Method parameters in org.a2aproject.sdk.grpc with type arguments of type ArtifactModifier and TypeMethodDescriptionTask.Builder.addAllArtifacts(Iterable<? extends Artifact> values) A set of output artifacts for a `Task`. -
Uses of Artifact in org.a2aproject.sdk.grpc.mapper
Methods in org.a2aproject.sdk.grpc.mapper that return ArtifactModifier and TypeMethodDescriptionConverts domain Artifact to proto Artifact.Methods in org.a2aproject.sdk.grpc.mapper with parameters of type ArtifactModifier and TypeMethodDescriptionConverts proto Artifact to domain Artifact.Method parameters in org.a2aproject.sdk.grpc.mapper with type arguments of type Artifact