Uses of Class
org.a2aproject.sdk.compat03.grpc.GetTaskRequest
Packages that use GetTaskRequest
Package
Description
-
Uses of GetTaskRequest in org.a2aproject.sdk.compat03.grpc
Methods in org.a2aproject.sdk.compat03.grpc that return GetTaskRequestModifier and TypeMethodDescriptionGetTaskRequest.Builder.build()GetTaskRequest.Builder.buildPartial()static GetTaskRequestGetTaskRequest.getDefaultInstance()GetTaskRequest.Builder.getDefaultInstanceForType()GetTaskRequest.getDefaultInstanceForType()static GetTaskRequestGetTaskRequest.parseDelimitedFrom(InputStream input) static GetTaskRequestGetTaskRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetTaskRequestGetTaskRequest.parseFrom(byte[] data) static GetTaskRequestGetTaskRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetTaskRequestGetTaskRequest.parseFrom(com.google.protobuf.ByteString data) static GetTaskRequestGetTaskRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetTaskRequestGetTaskRequest.parseFrom(com.google.protobuf.CodedInputStream input) static GetTaskRequestGetTaskRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetTaskRequestGetTaskRequest.parseFrom(InputStream input) static GetTaskRequestGetTaskRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetTaskRequestGetTaskRequest.parseFrom(ByteBuffer data) static GetTaskRequestGetTaskRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.a2aproject.sdk.compat03.grpc that return types with arguments of type GetTaskRequestModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<GetTaskRequest,Task> A2AServiceGrpc.getGetTaskMethod()com.google.protobuf.Parser<GetTaskRequest>GetTaskRequest.getParserForType()static com.google.protobuf.Parser<GetTaskRequest>GetTaskRequest.parser()Methods in org.a2aproject.sdk.compat03.grpc with parameters of type GetTaskRequestModifier and TypeMethodDescriptionA2AServiceGrpc.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.com.google.common.util.concurrent.ListenableFuture<Task>A2AServiceGrpc.A2AServiceFutureStub.getTask(GetTaskRequest request) Get the current state of 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.GetTaskRequest.Builder.mergeFrom(GetTaskRequest other) static GetTaskRequest.BuilderGetTaskRequest.newBuilder(GetTaskRequest prototype) -
Uses of GetTaskRequest in org.a2aproject.sdk.compat03.transport.grpc.handler
Methods in org.a2aproject.sdk.compat03.transport.grpc.handler with parameters of type GetTaskRequestModifier and TypeMethodDescriptionvoidGrpcHandler_v0_3.getTask(GetTaskRequest request, io.grpc.stub.StreamObserver<Task> responseObserver)