Uses of Class
org.a2aproject.sdk.compat03.grpc.StreamResponse
Packages that use StreamResponse
Package
Description
-
Uses of StreamResponse in org.a2aproject.sdk.compat03.client.transport.grpc
Methods in org.a2aproject.sdk.compat03.client.transport.grpc with parameters of type StreamResponse -
Uses of StreamResponse in org.a2aproject.sdk.compat03.grpc
Methods in org.a2aproject.sdk.compat03.grpc that return StreamResponseModifier and TypeMethodDescriptionStreamResponse.Builder.build()StreamResponse.Builder.buildPartial()static StreamResponseStreamResponse.getDefaultInstance()StreamResponse.Builder.getDefaultInstanceForType()StreamResponse.getDefaultInstanceForType()static StreamResponseStreamResponse.parseDelimitedFrom(InputStream input) static StreamResponseStreamResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StreamResponseStreamResponse.parseFrom(byte[] data) static StreamResponseStreamResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StreamResponseStreamResponse.parseFrom(com.google.protobuf.ByteString data) static StreamResponseStreamResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StreamResponseStreamResponse.parseFrom(com.google.protobuf.CodedInputStream input) static StreamResponseStreamResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StreamResponseStreamResponse.parseFrom(InputStream input) static StreamResponseStreamResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StreamResponseStreamResponse.parseFrom(ByteBuffer data) static StreamResponseStreamResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.a2aproject.sdk.compat03.grpc that return types with arguments of type StreamResponseModifier and TypeMethodDescriptioncom.google.protobuf.Parser<StreamResponse>StreamResponse.getParserForType()static io.grpc.MethodDescriptor<SendMessageRequest,StreamResponse> A2AServiceGrpc.getSendStreamingMessageMethod()static io.grpc.MethodDescriptor<TaskSubscriptionRequest,StreamResponse> A2AServiceGrpc.getTaskSubscriptionMethod()static com.google.protobuf.Parser<StreamResponse>StreamResponse.parser()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.A2AServiceGrpc.A2AServiceBlockingStub.taskSubscription(TaskSubscriptionRequest request) TaskSubscription is a streaming call that will return a stream of task update events.io.grpc.stub.BlockingClientCall<?,StreamResponse> A2AServiceGrpc.A2AServiceBlockingV2Stub.taskSubscription(TaskSubscriptionRequest request) TaskSubscription is a streaming call that will return a stream of task update events.Methods in org.a2aproject.sdk.compat03.grpc with parameters of type StreamResponseModifier and TypeMethodDescriptionStreamResponse.Builder.mergeFrom(StreamResponse other) static StreamResponse.BuilderStreamResponse.newBuilder(StreamResponse prototype) Method parameters in org.a2aproject.sdk.compat03.grpc with type arguments of type StreamResponseModifier and TypeMethodDescriptionvoidA2AServiceGrpc.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.voidA2AServiceGrpc.A2AServiceStub.taskSubscription(TaskSubscriptionRequest request, io.grpc.stub.StreamObserver<StreamResponse> responseObserver) TaskSubscription is a streaming call that will return a stream of task update events.default voidA2AServiceGrpc.AsyncService.taskSubscription(TaskSubscriptionRequest request, io.grpc.stub.StreamObserver<StreamResponse> responseObserver) TaskSubscription is a streaming call that will return a stream of task update events. -
Uses of StreamResponse in org.a2aproject.sdk.compat03.grpc.utils
Methods in org.a2aproject.sdk.compat03.grpc.utils that return StreamResponseModifier and TypeMethodDescriptionstatic StreamResponseProtoUtils_v0_3.ToProto.streamResponse(StreamingEventKind_v0_3 streamingEventKind) static StreamResponseProtoUtils_v0_3.ToProto.taskOrMessageStream(StreamingEventKind_v0_3 eventKind) -
Uses of StreamResponse in org.a2aproject.sdk.compat03.transport.grpc.handler
Method parameters in org.a2aproject.sdk.compat03.transport.grpc.handler with type arguments of type StreamResponseModifier and TypeMethodDescriptionvoidGrpcHandler_v0_3.sendStreamingMessage(SendMessageRequest request, io.grpc.stub.StreamObserver<StreamResponse> responseObserver) voidGrpcHandler_v0_3.taskSubscription(TaskSubscriptionRequest request, io.grpc.stub.StreamObserver<StreamResponse> responseObserver)