Uses of Class
org.a2aproject.sdk.compat03.grpc.Task
Packages that use Task
Package
Description
-
Uses of Task in org.a2aproject.sdk.compat03.grpc
Methods in org.a2aproject.sdk.compat03.grpc that return TaskModifier and TypeMethodDescriptionTask.Builder.build()Task.Builder.buildPartial()A2AServiceGrpc.A2AServiceBlockingStub.cancelTask(CancelTaskRequest request) Cancel a task from the agent.A2AServiceGrpc.A2AServiceBlockingV2Stub.cancelTask(CancelTaskRequest request) Cancel a task from the agent.static TaskTask.getDefaultInstance()Task.Builder.getDefaultInstanceForType()Task.getDefaultInstanceForType()A2AServiceGrpc.A2AServiceBlockingStub.getTask(GetTaskRequest request) Get the current state of a task from the agent.A2AServiceGrpc.A2AServiceBlockingV2Stub.getTask(GetTaskRequest request) Get the current state of a task from the agent.SendMessageResponse.Builder.getTask().a2a.v1.Task task = 1;SendMessageResponse.getTask().a2a.v1.Task task = 1;SendMessageResponseOrBuilder.getTask().a2a.v1.Task task = 1;StreamResponse.Builder.getTask().a2a.v1.Task task = 1;StreamResponse.getTask().a2a.v1.Task task = 1;StreamResponseOrBuilder.getTask().a2a.v1.Task task = 1;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.compat03.grpc that return types with arguments of type TaskModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<Task>A2AServiceGrpc.A2AServiceFutureStub.cancelTask(CancelTaskRequest request) Cancel a task from the agent.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) Get the current state of a task from the agent.static com.google.protobuf.Parser<Task>Task.parser()Methods in org.a2aproject.sdk.compat03.grpc with parameters of type TaskModifier and TypeMethodDescription.a2a.v1.Task task = 1;.a2a.v1.Task task = 1;static Task.BuilderTask.newBuilder(Task prototype) .a2a.v1.Task task = 1;.a2a.v1.Task task = 1;Method parameters in org.a2aproject.sdk.compat03.grpc with type arguments of type TaskModifier and TypeMethodDescriptionvoidA2AServiceGrpc.A2AServiceStub.cancelTask(CancelTaskRequest request, io.grpc.stub.StreamObserver<Task> responseObserver) Cancel a task from the agent.default voidA2AServiceGrpc.AsyncService.cancelTask(CancelTaskRequest request, io.grpc.stub.StreamObserver<Task> responseObserver) Cancel a task from the agent.voidA2AServiceGrpc.A2AServiceStub.getTask(GetTaskRequest request, io.grpc.stub.StreamObserver<Task> responseObserver) Get the current state of a task from the agent.default voidA2AServiceGrpc.AsyncService.getTask(GetTaskRequest request, io.grpc.stub.StreamObserver<Task> responseObserver) Get the current state of a task from the agent. -
Uses of Task in org.a2aproject.sdk.compat03.grpc.utils
Methods in org.a2aproject.sdk.compat03.grpc.utils that return Task -
Uses of Task in org.a2aproject.sdk.compat03.transport.grpc.handler
Method parameters in org.a2aproject.sdk.compat03.transport.grpc.handler with type arguments of type TaskModifier and TypeMethodDescriptionvoidGrpcHandler_v0_3.cancelTask(CancelTaskRequest request, io.grpc.stub.StreamObserver<Task> responseObserver) voidGrpcHandler_v0_3.getTask(GetTaskRequest request, io.grpc.stub.StreamObserver<Task> responseObserver)