Uses of Class
org.a2aproject.sdk.grpc.TaskStatus
Packages that use TaskStatus
-
Uses of TaskStatus in org.a2aproject.sdk.grpc
Methods in org.a2aproject.sdk.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.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.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. -
Uses of TaskStatus in org.a2aproject.sdk.grpc.mapper
Methods in org.a2aproject.sdk.grpc.mapper that return TaskStatusModifier and TypeMethodDescriptionTaskStatusMapper.toProto(TaskStatus domain) Converts domain TaskStatus to proto TaskStatus.TaskStatusMapperImpl.toProto(TaskStatus domain) Methods in org.a2aproject.sdk.grpc.mapper with parameters of type TaskStatusModifier and TypeMethodDescriptionTaskStatusMapper.fromProto(TaskStatus proto) Converts proto TaskStatus to domain TaskStatus.TaskStatusMapperImpl.fromProto(TaskStatus proto)