Uses of Class
org.a2aproject.sdk.grpc.Task
Packages that use Task
Package
Description
-
Uses of Task in org.a2aproject.sdk.grpc
Methods in org.a2aproject.sdk.grpc that return TaskModifier and TypeMethodDescriptionTask.Builder.build()Task.Builder.buildPartial()A2AServiceGrpc.A2AServiceBlockingStub.cancelTask(CancelTaskRequest request) Cancels a task in progress.A2AServiceGrpc.A2AServiceBlockingV2Stub.cancelTask(CancelTaskRequest request) Cancels a task in progress.static TaskTask.getDefaultInstance()Task.Builder.getDefaultInstanceForType()Task.getDefaultInstanceForType()A2AServiceGrpc.A2AServiceBlockingStub.getTask(GetTaskRequest request) Gets the latest state of a task.A2AServiceGrpc.A2AServiceBlockingV2Stub.getTask(GetTaskRequest request) Gets the latest state of a task.SendMessageResponse.Builder.getTask()The task created or updated by the message.SendMessageResponse.getTask()The task created or updated by the message.SendMessageResponseOrBuilder.getTask()The task created or updated by the message.StreamResponse.Builder.getTask()A Task object containing the current state of the task.StreamResponse.getTask()A Task object containing the current state of the task.StreamResponseOrBuilder.getTask()A Task object containing the current state of the task.ListTasksResponse.Builder.getTasks(int index) Array of tasks matching the specified criteria.ListTasksResponse.getTasks(int index) Array of tasks matching the specified criteria.ListTasksResponseOrBuilder.getTasks(int index) Array of tasks matching the specified criteria.static TaskTask.parseDelimitedFrom(InputStream input) static TaskTask.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TaskTask.parseFrom(byte[] data) static TaskTask.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TaskTask.parseFrom(com.google.protobuf.ByteString data) static TaskTask.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TaskTask.parseFrom(com.google.protobuf.CodedInputStream input) static TaskTask.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TaskTask.parseFrom(InputStream input) static TaskTask.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TaskTask.parseFrom(ByteBuffer data) static TaskTask.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.a2aproject.sdk.grpc that return types with arguments of type TaskModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<Task>A2AServiceGrpc.A2AServiceFutureStub.cancelTask(CancelTaskRequest request) Cancels a task in progress.static io.grpc.MethodDescriptor<CancelTaskRequest,Task> A2AServiceGrpc.getCancelTaskMethod()static io.grpc.MethodDescriptor<GetTaskRequest,Task> A2AServiceGrpc.getGetTaskMethod()com.google.protobuf.Parser<Task>Task.getParserForType()com.google.common.util.concurrent.ListenableFuture<Task>A2AServiceGrpc.A2AServiceFutureStub.getTask(GetTaskRequest request) Gets the latest state of a task.ListTasksResponse.Builder.getTasksList()Array of tasks matching the specified criteria.ListTasksResponse.getTasksList()Array of tasks matching the specified criteria.ListTasksResponseOrBuilder.getTasksList()Array of tasks matching the specified criteria.static com.google.protobuf.Parser<Task>Task.parser()Methods in org.a2aproject.sdk.grpc with parameters of type TaskModifier and TypeMethodDescriptionArray of tasks matching the specified criteria.Array of tasks matching the specified criteria.The task created or updated by the message.A Task object containing the current state of the task.static Task.BuilderTask.newBuilder(Task prototype) The task created or updated by the message.A Task object containing the current state of the task.Array of tasks matching the specified criteria.Method parameters in org.a2aproject.sdk.grpc with type arguments of type TaskModifier and TypeMethodDescriptionListTasksResponse.Builder.addAllTasks(Iterable<? extends Task> values) Array of tasks matching the specified criteria.voidA2AServiceGrpc.A2AServiceStub.cancelTask(CancelTaskRequest request, io.grpc.stub.StreamObserver<Task> responseObserver) Cancels a task in progress.default voidA2AServiceGrpc.AsyncService.cancelTask(CancelTaskRequest request, io.grpc.stub.StreamObserver<Task> responseObserver) Cancels a task in progress.voidA2AServiceGrpc.A2AServiceStub.getTask(GetTaskRequest request, io.grpc.stub.StreamObserver<Task> responseObserver) Gets the latest state of a task.default voidA2AServiceGrpc.AsyncService.getTask(GetTaskRequest request, io.grpc.stub.StreamObserver<Task> responseObserver) Gets the latest state of a task. -
Uses of Task in org.a2aproject.sdk.grpc.mapper
Methods in org.a2aproject.sdk.grpc.mapper that return TaskModifier and TypeMethodDescriptionTaskMapper.toProto(org.a2aproject.sdk.spec.Task domain) Converts domain Task to proto Task.TaskMapperImpl.toProto(org.a2aproject.sdk.spec.Task domain) Methods in org.a2aproject.sdk.grpc.mapper with parameters of type TaskModifier and TypeMethodDescriptionorg.a2aproject.sdk.spec.TaskConverts proto Task to domain Task.org.a2aproject.sdk.spec.TaskMethod parameters in org.a2aproject.sdk.grpc.mapper with type arguments of type TaskModifier and TypeMethodDescriptionprotected List<org.a2aproject.sdk.spec.Task>ListTasksResultMapperImpl.taskListToTaskList(List<Task> list) -
Uses of Task in org.a2aproject.sdk.grpc.utils
Methods in org.a2aproject.sdk.grpc.utils that return Task