Uses of Class
org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent.Builder
Packages that use TaskArtifactUpdateEvent.Builder
-
Uses of TaskArtifactUpdateEvent.Builder in org.a2aproject.sdk.grpc
Methods in org.a2aproject.sdk.grpc that return TaskArtifactUpdateEvent.BuilderModifier and TypeMethodDescriptionTaskArtifactUpdateEvent.Builder.clear()TaskArtifactUpdateEvent.Builder.clearAppend()If true, the content of this artifact should be appended to a previously sent artifact with the same ID.TaskArtifactUpdateEvent.Builder.clearArtifact()The artifact that was generated or updated.TaskArtifactUpdateEvent.Builder.clearContextId()The ID of the context that this task belongs to.TaskArtifactUpdateEvent.Builder.clearLastChunk()If true, this is the final chunk of the artifact.TaskArtifactUpdateEvent.Builder.clearMetadata()Optional.TaskArtifactUpdateEvent.Builder.clearTaskId()The ID of the task for this artifact.StreamResponse.Builder.getArtifactUpdateBuilder()An event indicating a task artifact update.TaskArtifactUpdateEvent.Builder.mergeArtifact(Artifact value) The artifact that was generated or updated.TaskArtifactUpdateEvent.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.TaskArtifactUpdateEvent.newBuilder()TaskArtifactUpdateEvent.newBuilder(TaskArtifactUpdateEvent prototype) TaskArtifactUpdateEvent.newBuilderForType()protected TaskArtifactUpdateEvent.BuilderTaskArtifactUpdateEvent.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) TaskArtifactUpdateEvent.Builder.setAppend(boolean value) If true, the content of this artifact should be appended to a previously sent artifact with the same ID.TaskArtifactUpdateEvent.Builder.setArtifact(Artifact value) The artifact that was generated or updated.TaskArtifactUpdateEvent.Builder.setArtifact(Artifact.Builder builderForValue) The artifact that was generated or updated.TaskArtifactUpdateEvent.Builder.setContextId(String value) The ID of the context that this task belongs to.TaskArtifactUpdateEvent.Builder.setContextIdBytes(com.google.protobuf.ByteString value) The ID of the context that this task belongs to.TaskArtifactUpdateEvent.Builder.setLastChunk(boolean value) If true, this is the final chunk of the artifact.TaskArtifactUpdateEvent.Builder.setMetadata(com.google.protobuf.Struct value) Optional.TaskArtifactUpdateEvent.Builder.setMetadata(com.google.protobuf.Struct.Builder builderForValue) Optional.The ID of the task for this artifact.TaskArtifactUpdateEvent.Builder.setTaskIdBytes(com.google.protobuf.ByteString value) The ID of the task for this artifact.TaskArtifactUpdateEvent.toBuilder()Methods in org.a2aproject.sdk.grpc with parameters of type TaskArtifactUpdateEvent.BuilderModifier and TypeMethodDescriptionStreamResponse.Builder.setArtifactUpdate(TaskArtifactUpdateEvent.Builder builderForValue) An event indicating a task artifact update.