Uses of Class
org.a2aproject.sdk.grpc.SendMessageResponse
Packages that use SendMessageResponse
Package
Description
gRPC transport handler implementations for the A2A protocol.
-
Uses of SendMessageResponse in org.a2aproject.sdk.grpc
Methods in org.a2aproject.sdk.grpc that return SendMessageResponseModifier and TypeMethodDescriptionSendMessageResponse.Builder.build()SendMessageResponse.Builder.buildPartial()static SendMessageResponseSendMessageResponse.getDefaultInstance()SendMessageResponse.Builder.getDefaultInstanceForType()SendMessageResponse.getDefaultInstanceForType()static SendMessageResponseSendMessageResponse.parseDelimitedFrom(InputStream input) static SendMessageResponseSendMessageResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SendMessageResponseSendMessageResponse.parseFrom(byte[] data) static SendMessageResponseSendMessageResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SendMessageResponseSendMessageResponse.parseFrom(com.google.protobuf.ByteString data) static SendMessageResponseSendMessageResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SendMessageResponseSendMessageResponse.parseFrom(com.google.protobuf.CodedInputStream input) static SendMessageResponseSendMessageResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SendMessageResponseSendMessageResponse.parseFrom(InputStream input) static SendMessageResponseSendMessageResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SendMessageResponseSendMessageResponse.parseFrom(ByteBuffer data) static SendMessageResponseSendMessageResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) A2AServiceGrpc.A2AServiceBlockingStub.sendMessage(SendMessageRequest request) Sends a message to an agent.A2AServiceGrpc.A2AServiceBlockingV2Stub.sendMessage(SendMessageRequest request) Sends a message to an agent.Methods in org.a2aproject.sdk.grpc that return types with arguments of type SendMessageResponseModifier and TypeMethodDescriptioncom.google.protobuf.Parser<SendMessageResponse>SendMessageResponse.getParserForType()static io.grpc.MethodDescriptor<SendMessageRequest,SendMessageResponse> A2AServiceGrpc.getSendMessageMethod()static com.google.protobuf.Parser<SendMessageResponse>SendMessageResponse.parser()com.google.common.util.concurrent.ListenableFuture<SendMessageResponse>A2AServiceGrpc.A2AServiceFutureStub.sendMessage(SendMessageRequest request) Sends a message to an agent.Methods in org.a2aproject.sdk.grpc with parameters of type SendMessageResponseModifier and TypeMethodDescriptionSendMessageResponse.Builder.mergeFrom(SendMessageResponse other) static SendMessageResponse.BuilderSendMessageResponse.newBuilder(SendMessageResponse prototype) Method parameters in org.a2aproject.sdk.grpc with type arguments of type SendMessageResponseModifier and TypeMethodDescriptionvoidA2AServiceGrpc.A2AServiceStub.sendMessage(SendMessageRequest request, io.grpc.stub.StreamObserver<SendMessageResponse> responseObserver) Sends a message to an agent.default voidA2AServiceGrpc.AsyncService.sendMessage(SendMessageRequest request, io.grpc.stub.StreamObserver<SendMessageResponse> responseObserver) Sends a message to an agent. -
Uses of SendMessageResponse in org.a2aproject.sdk.grpc.utils
Methods in org.a2aproject.sdk.grpc.utils that return SendMessageResponseModifier and TypeMethodDescriptionstatic SendMessageResponseProtoUtils.ToProto.taskOrMessage(EventKind eventKind) -
Uses of SendMessageResponse in org.a2aproject.sdk.transport.grpc.handler
Method parameters in org.a2aproject.sdk.transport.grpc.handler with type arguments of type SendMessageResponseModifier and TypeMethodDescriptionvoidGrpcHandler.sendMessage(SendMessageRequest request, io.grpc.stub.StreamObserver<SendMessageResponse> responseObserver) Handles a unary (blocking) message send request.