Uses of Class
org.a2aproject.sdk.grpc.TaskStatus.Builder
Packages that use TaskStatus.Builder
-
Uses of TaskStatus.Builder in org.a2aproject.sdk.grpc
Methods in org.a2aproject.sdk.grpc that return TaskStatus.BuilderModifier and TypeMethodDescriptionTaskStatus.Builder.clear()TaskStatus.Builder.clearMessage()A message associated with the status.TaskStatus.Builder.clearState()The current state of this task.TaskStatus.Builder.clearTimestamp()ISO 8601 Timestamp when the status was recorded.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.mergeMessage(Message value) A message associated with the status.TaskStatus.Builder.mergeTimestamp(com.google.protobuf.Timestamp value) ISO 8601 Timestamp when the status was recorded.static TaskStatus.BuilderTaskStatus.newBuilder()static TaskStatus.BuilderTaskStatus.newBuilder(TaskStatus prototype) TaskStatus.newBuilderForType()protected TaskStatus.BuilderTaskStatus.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) TaskStatus.Builder.setMessage(Message value) A message associated with the status.TaskStatus.Builder.setMessage(Message.Builder builderForValue) A message associated with the status.The current state of this task.TaskStatus.Builder.setStateValue(int value) The current state of this task.TaskStatus.Builder.setTimestamp(com.google.protobuf.Timestamp value) ISO 8601 Timestamp when the status was recorded.TaskStatus.Builder.setTimestamp(com.google.protobuf.Timestamp.Builder builderForValue) ISO 8601 Timestamp when the status was recorded.TaskStatus.toBuilder()Methods in org.a2aproject.sdk.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.