Uses of Class
org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent.Builder
Packages that use TaskArtifactUpdateEvent.Builder
-
Uses of TaskArtifactUpdateEvent.Builder in org.a2aproject.sdk.compat03.grpc
Methods in org.a2aproject.sdk.compat03.grpc that return TaskArtifactUpdateEvent.BuilderModifier and TypeMethodDescriptionTaskArtifactUpdateEvent.Builder.clear()TaskArtifactUpdateEvent.Builder.clearAppend()Whether this should be appended to a prior one producedTaskArtifactUpdateEvent.Builder.clearArtifact()The artifact itselfTaskArtifactUpdateEvent.Builder.clearContextId()The id of the context that this task belongs tooTaskArtifactUpdateEvent.Builder.clearLastChunk()Whether this represents the last part of an artifactTaskArtifactUpdateEvent.Builder.clearMetadata()Optional metadata associated with the artifact update.TaskArtifactUpdateEvent.Builder.clearTaskId()The id of the task for this artifactStreamResponse.Builder.getArtifactUpdateBuilder().a2a.v1.TaskArtifactUpdateEvent artifact_update = 4;TaskArtifactUpdateEvent.Builder.mergeArtifact(Artifact value) The artifact itselfTaskArtifactUpdateEvent.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) TaskArtifactUpdateEvent.Builder.mergeFrom(com.google.protobuf.Message other) TaskArtifactUpdateEvent.Builder.mergeFrom(TaskArtifactUpdateEvent other) TaskArtifactUpdateEvent.Builder.mergeMetadata(com.google.protobuf.Struct value) Optional metadata associated with the artifact update.TaskArtifactUpdateEvent.newBuilder()TaskArtifactUpdateEvent.newBuilder(TaskArtifactUpdateEvent prototype) TaskArtifactUpdateEvent.newBuilderForType()protected TaskArtifactUpdateEvent.BuilderTaskArtifactUpdateEvent.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) TaskArtifactUpdateEvent.Builder.setAppend(boolean value) Whether this should be appended to a prior one producedTaskArtifactUpdateEvent.Builder.setArtifact(Artifact value) The artifact itselfTaskArtifactUpdateEvent.Builder.setArtifact(Artifact.Builder builderForValue) The artifact itselfTaskArtifactUpdateEvent.Builder.setContextId(String value) The id of the context that this task belongs tooTaskArtifactUpdateEvent.Builder.setContextIdBytes(com.google.protobuf.ByteString value) The id of the context that this task belongs tooTaskArtifactUpdateEvent.Builder.setLastChunk(boolean value) Whether this represents the last part of an artifactTaskArtifactUpdateEvent.Builder.setMetadata(com.google.protobuf.Struct value) Optional metadata associated with the artifact update.TaskArtifactUpdateEvent.Builder.setMetadata(com.google.protobuf.Struct.Builder builderForValue) Optional metadata associated with the artifact update.The id of the task for this artifactTaskArtifactUpdateEvent.Builder.setTaskIdBytes(com.google.protobuf.ByteString value) The id of the task for this artifactTaskArtifactUpdateEvent.toBuilder()Methods in org.a2aproject.sdk.compat03.grpc with parameters of type TaskArtifactUpdateEvent.BuilderModifier and TypeMethodDescriptionStreamResponse.Builder.setArtifactUpdate(TaskArtifactUpdateEvent.Builder builderForValue) .a2a.v1.TaskArtifactUpdateEvent artifact_update = 4;