Uses of Class
org.a2aproject.sdk.compat03.grpc.SendMessageRequest
Packages that use SendMessageRequest
Package
Description
-
Uses of SendMessageRequest in org.a2aproject.sdk.compat03.grpc
Methods in org.a2aproject.sdk.compat03.grpc that return SendMessageRequestModifier and TypeMethodDescriptionSendMessageRequest.Builder.build()SendMessageRequest.Builder.buildPartial()static SendMessageRequestSendMessageRequest.getDefaultInstance()SendMessageRequest.Builder.getDefaultInstanceForType()SendMessageRequest.getDefaultInstanceForType()static SendMessageRequestSendMessageRequest.parseDelimitedFrom(InputStream input) static SendMessageRequestSendMessageRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SendMessageRequestSendMessageRequest.parseFrom(byte[] data) static SendMessageRequestSendMessageRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SendMessageRequestSendMessageRequest.parseFrom(com.google.protobuf.ByteString data) static SendMessageRequestSendMessageRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SendMessageRequestSendMessageRequest.parseFrom(com.google.protobuf.CodedInputStream input) static SendMessageRequestSendMessageRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SendMessageRequestSendMessageRequest.parseFrom(InputStream input) static SendMessageRequestSendMessageRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SendMessageRequestSendMessageRequest.parseFrom(ByteBuffer data) static SendMessageRequestSendMessageRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.a2aproject.sdk.compat03.grpc that return types with arguments of type SendMessageRequestModifier and TypeMethodDescriptioncom.google.protobuf.Parser<SendMessageRequest>SendMessageRequest.getParserForType()static io.grpc.MethodDescriptor<SendMessageRequest,SendMessageResponse> A2AServiceGrpc.getSendMessageMethod()static io.grpc.MethodDescriptor<SendMessageRequest,StreamResponse> A2AServiceGrpc.getSendStreamingMessageMethod()static com.google.protobuf.Parser<SendMessageRequest>SendMessageRequest.parser()Methods in org.a2aproject.sdk.compat03.grpc with parameters of type SendMessageRequestModifier and TypeMethodDescriptionSendMessageRequest.Builder.mergeFrom(SendMessageRequest other) static SendMessageRequest.BuilderSendMessageRequest.newBuilder(SendMessageRequest prototype) A2AServiceGrpc.A2AServiceBlockingStub.sendMessage(SendMessageRequest request) Send a message to the agent.A2AServiceGrpc.A2AServiceBlockingV2Stub.sendMessage(SendMessageRequest request) Send a message to the agent.com.google.common.util.concurrent.ListenableFuture<SendMessageResponse>A2AServiceGrpc.A2AServiceFutureStub.sendMessage(SendMessageRequest request) Send a message to the agent.voidA2AServiceGrpc.A2AServiceStub.sendMessage(SendMessageRequest request, io.grpc.stub.StreamObserver<SendMessageResponse> responseObserver) Send a message to the agent.default voidA2AServiceGrpc.AsyncService.sendMessage(SendMessageRequest request, io.grpc.stub.StreamObserver<SendMessageResponse> responseObserver) Send a message to the agent.A2AServiceGrpc.A2AServiceBlockingStub.sendStreamingMessage(SendMessageRequest request) SendStreamingMessage is a streaming call that will return a stream of task update events until the Task is in an interrupted or terminal state.io.grpc.stub.BlockingClientCall<?,StreamResponse> A2AServiceGrpc.A2AServiceBlockingV2Stub.sendStreamingMessage(SendMessageRequest request) SendStreamingMessage is a streaming call that will return a stream of task update events until the Task is in an interrupted or terminal state.voidA2AServiceGrpc.A2AServiceStub.sendStreamingMessage(SendMessageRequest request, io.grpc.stub.StreamObserver<StreamResponse> responseObserver) SendStreamingMessage is a streaming call that will return a stream of task update events until the Task is in an interrupted or terminal state.default voidA2AServiceGrpc.AsyncService.sendStreamingMessage(SendMessageRequest request, io.grpc.stub.StreamObserver<StreamResponse> responseObserver) SendStreamingMessage is a streaming call that will return a stream of task update events until the Task is in an interrupted or terminal state. -
Uses of SendMessageRequest in org.a2aproject.sdk.compat03.grpc.utils
Methods in org.a2aproject.sdk.compat03.grpc.utils that return SendMessageRequestModifier and TypeMethodDescriptionstatic SendMessageRequestProtoUtils_v0_3.ToProto.sendMessageRequest(MessageSendParams_v0_3 request) -
Uses of SendMessageRequest in org.a2aproject.sdk.compat03.transport.grpc.handler
Methods in org.a2aproject.sdk.compat03.transport.grpc.handler with parameters of type SendMessageRequestModifier and TypeMethodDescriptionvoidGrpcHandler_v0_3.sendMessage(SendMessageRequest request, io.grpc.stub.StreamObserver<SendMessageResponse> responseObserver) voidGrpcHandler_v0_3.sendStreamingMessage(SendMessageRequest request, io.grpc.stub.StreamObserver<StreamResponse> responseObserver)