Uses of Class
org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent.Builder
Packages that use TaskStatusUpdateEvent.Builder
-
Uses of TaskStatusUpdateEvent.Builder in org.a2aproject.sdk.compat03.grpc
Methods in org.a2aproject.sdk.compat03.grpc that return TaskStatusUpdateEvent.BuilderModifier and TypeMethodDescriptionTaskStatusUpdateEvent.Builder.clear()TaskStatusUpdateEvent.Builder.clearContextId()The id of the context that the task belongs toTaskStatusUpdateEvent.Builder.clearFinal()Whether this is the last status update expected for this task.TaskStatusUpdateEvent.Builder.clearMetadata()Optional metadata to associate with the task update.TaskStatusUpdateEvent.Builder.clearStatus()The new status of the task.TaskStatusUpdateEvent.Builder.clearTaskId()The id of the task that is changedStreamResponse.Builder.getStatusUpdateBuilder().a2a.v1.TaskStatusUpdateEvent status_update = 3;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 metadata to associate with the task update.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 toTaskStatusUpdateEvent.Builder.setContextIdBytes(com.google.protobuf.ByteString value) The id of the context that the task belongs toTaskStatusUpdateEvent.Builder.setFinal(boolean value) Whether this is the last status update expected for this task.TaskStatusUpdateEvent.Builder.setMetadata(com.google.protobuf.Struct value) Optional metadata to associate with the task update.TaskStatusUpdateEvent.Builder.setMetadata(com.google.protobuf.Struct.Builder builderForValue) Optional metadata to associate with the task update.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 is changedTaskStatusUpdateEvent.Builder.setTaskIdBytes(com.google.protobuf.ByteString value) The id of the task that is changedTaskStatusUpdateEvent.toBuilder()Methods in org.a2aproject.sdk.compat03.grpc with parameters of type TaskStatusUpdateEvent.BuilderModifier and TypeMethodDescriptionStreamResponse.Builder.setStatusUpdate(TaskStatusUpdateEvent.Builder builderForValue) .a2a.v1.TaskStatusUpdateEvent status_update = 3;