Uses of Class
org.a2aproject.sdk.compat03.grpc.TaskStatus.Builder
Packages that use TaskStatus.Builder
-
Uses of TaskStatus.Builder in org.a2aproject.sdk.compat03.grpc
Methods in org.a2aproject.sdk.compat03.grpc that return TaskStatus.BuilderModifier and TypeMethodDescriptionTaskStatus.Builder.clear()TaskStatus.Builder.clearState()The current state of this taskTaskStatus.Builder.clearTimestamp()Timestamp when the status was recorded.TaskStatus.Builder.clearUpdate()A message associated with the status.Task.Builder.getStatusBuilder()The current status of a Task, including state and a message.TaskStatusUpdateEvent.Builder.getStatusBuilder()The new status of the task.TaskStatus.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) TaskStatus.Builder.mergeFrom(com.google.protobuf.Message other) TaskStatus.Builder.mergeFrom(TaskStatus other) TaskStatus.Builder.mergeTimestamp(com.google.protobuf.Timestamp value) Timestamp when the status was recorded.TaskStatus.Builder.mergeUpdate(Message value) A message associated with the status.static TaskStatus.BuilderTaskStatus.newBuilder()static TaskStatus.BuilderTaskStatus.newBuilder(TaskStatus prototype) TaskStatus.newBuilderForType()protected TaskStatus.BuilderTaskStatus.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) The current state of this taskTaskStatus.Builder.setStateValue(int value) The current state of this taskTaskStatus.Builder.setTimestamp(com.google.protobuf.Timestamp value) Timestamp when the status was recorded.TaskStatus.Builder.setTimestamp(com.google.protobuf.Timestamp.Builder builderForValue) Timestamp when the status was recorded.A message associated with the status.TaskStatus.Builder.setUpdate(Message.Builder builderForValue) A message associated with the status.TaskStatus.toBuilder()Methods in org.a2aproject.sdk.compat03.grpc with parameters of type TaskStatus.BuilderModifier and TypeMethodDescriptionTask.Builder.setStatus(TaskStatus.Builder builderForValue) The current status of a Task, including state and a message.TaskStatusUpdateEvent.Builder.setStatus(TaskStatus.Builder builderForValue) The new status of the task.