Uses of Class
org.a2aproject.sdk.grpc.TaskStatusUpdateEvent.Builder
Packages that use TaskStatusUpdateEvent.Builder
-
Uses of TaskStatusUpdateEvent.Builder in org.a2aproject.sdk.grpc
Methods in org.a2aproject.sdk.grpc that return TaskStatusUpdateEvent.BuilderModifier and TypeMethodDescriptionTaskStatusUpdateEvent.Builder.clear()TaskStatusUpdateEvent.Builder.clearContextId()The ID of the context that the task belongs to.TaskStatusUpdateEvent.Builder.clearMetadata()Optional.TaskStatusUpdateEvent.Builder.clearStatus()The new status of the task.TaskStatusUpdateEvent.Builder.clearTaskId()The ID of the task that has changed.StreamResponse.Builder.getStatusUpdateBuilder()An event indicating a task status update.TaskStatusUpdateEvent.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) TaskStatusUpdateEvent.Builder.mergeFrom(com.google.protobuf.Message other) TaskStatusUpdateEvent.Builder.mergeFrom(TaskStatusUpdateEvent other) TaskStatusUpdateEvent.Builder.mergeMetadata(com.google.protobuf.Struct value) Optional.TaskStatusUpdateEvent.Builder.mergeStatus(TaskStatus value) The new status of the task.TaskStatusUpdateEvent.newBuilder()TaskStatusUpdateEvent.newBuilder(TaskStatusUpdateEvent prototype) TaskStatusUpdateEvent.newBuilderForType()protected TaskStatusUpdateEvent.BuilderTaskStatusUpdateEvent.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) TaskStatusUpdateEvent.Builder.setContextId(String value) The ID of the context that the task belongs to.TaskStatusUpdateEvent.Builder.setContextIdBytes(com.google.protobuf.ByteString value) The ID of the context that the task belongs to.TaskStatusUpdateEvent.Builder.setMetadata(com.google.protobuf.Struct value) Optional.TaskStatusUpdateEvent.Builder.setMetadata(com.google.protobuf.Struct.Builder builderForValue) Optional.TaskStatusUpdateEvent.Builder.setStatus(TaskStatus value) The new status of the task.TaskStatusUpdateEvent.Builder.setStatus(TaskStatus.Builder builderForValue) The new status of the task.The ID of the task that has changed.TaskStatusUpdateEvent.Builder.setTaskIdBytes(com.google.protobuf.ByteString value) The ID of the task that has changed.TaskStatusUpdateEvent.toBuilder()Methods in org.a2aproject.sdk.grpc with parameters of type TaskStatusUpdateEvent.BuilderModifier and TypeMethodDescriptionStreamResponse.Builder.setStatusUpdate(TaskStatusUpdateEvent.Builder builderForValue) An event indicating a task status update.