Uses of Class
org.a2aproject.sdk.compat03.grpc.TaskStatus
Packages that use TaskStatus
-
Uses of TaskStatus in org.a2aproject.sdk.compat03.grpc
Methods in org.a2aproject.sdk.compat03.grpc that return TaskStatusModifier and TypeMethodDescriptionTaskStatus.Builder.build()TaskStatus.Builder.buildPartial()static TaskStatusTaskStatus.getDefaultInstance()TaskStatus.Builder.getDefaultInstanceForType()TaskStatus.getDefaultInstanceForType()Task.Builder.getStatus()The current status of a Task, including state and a message.Task.getStatus()The current status of a Task, including state and a message.TaskOrBuilder.getStatus()The current status of a Task, including state and a message.TaskStatusUpdateEvent.Builder.getStatus()The new status of the task.TaskStatusUpdateEvent.getStatus()The new status of the task.TaskStatusUpdateEventOrBuilder.getStatus()The new status of the task.static TaskStatusTaskStatus.parseDelimitedFrom(InputStream input) static TaskStatusTaskStatus.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TaskStatusTaskStatus.parseFrom(byte[] data) static TaskStatusTaskStatus.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TaskStatusTaskStatus.parseFrom(com.google.protobuf.ByteString data) static TaskStatusTaskStatus.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TaskStatusTaskStatus.parseFrom(com.google.protobuf.CodedInputStream input) static TaskStatusTaskStatus.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TaskStatusTaskStatus.parseFrom(InputStream input) static TaskStatusTaskStatus.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TaskStatusTaskStatus.parseFrom(ByteBuffer data) static TaskStatusTaskStatus.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.a2aproject.sdk.compat03.grpc that return types with arguments of type TaskStatusModifier and TypeMethodDescriptioncom.google.protobuf.Parser<TaskStatus>TaskStatus.getParserForType()static com.google.protobuf.Parser<TaskStatus>TaskStatus.parser()Methods in org.a2aproject.sdk.compat03.grpc with parameters of type TaskStatusModifier and TypeMethodDescriptionTaskStatus.Builder.mergeFrom(TaskStatus other) Task.Builder.mergeStatus(TaskStatus value) The current status of a Task, including state and a message.TaskStatusUpdateEvent.Builder.mergeStatus(TaskStatus value) The new status of the task.static TaskStatus.BuilderTaskStatus.newBuilder(TaskStatus prototype) Task.Builder.setStatus(TaskStatus value) The current status of a Task, including state and a message.TaskStatusUpdateEvent.Builder.setStatus(TaskStatus value) The new status of the task.