Uses of Enum Class
org.a2aproject.sdk.grpc.TaskState
Packages that use TaskState
Package
Description
-
Uses of TaskState in org.a2aproject.sdk.grpc
Methods in org.a2aproject.sdk.grpc that return TaskStateModifier and TypeMethodDescriptionstatic TaskStateTaskState.forNumber(int value) TaskStatus.Builder.getState()The current state of this task.TaskStatus.getState()The current state of this task.TaskStatusOrBuilder.getState()The current state of this task.ListTasksRequest.Builder.getStatus()Filter tasks by their current status state.ListTasksRequest.getStatus()Filter tasks by their current status state.ListTasksRequestOrBuilder.getStatus()Filter tasks by their current status state.static TaskStateTaskState.valueOf(int value) Deprecated.static TaskStateTaskState.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static TaskStateReturns the enum constant of this class with the specified name.static TaskState[]TaskState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.a2aproject.sdk.grpc that return types with arguments of type TaskStateModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<TaskState>TaskState.internalGetValueMap()Methods in org.a2aproject.sdk.grpc with parameters of type TaskStateModifier and TypeMethodDescriptionThe current state of this task.Filter tasks by their current status state. -
Uses of TaskState in org.a2aproject.sdk.grpc.mapper
Methods in org.a2aproject.sdk.grpc.mapper that return TaskStateModifier and TypeMethodDescriptiondefault TaskStateConverts domain TaskState to proto TaskState.Methods in org.a2aproject.sdk.grpc.mapper with parameters of type TaskState -
Uses of TaskState in org.a2aproject.sdk.grpc.utils
Methods in org.a2aproject.sdk.grpc.utils that return TaskState