• Home
  • Raw
  • Download

Lines Matching full:grpc

1 package io.grpc.testing.compiler;
3 import static io.grpc.MethodDescriptor.generateFullMethodName;
11 value = "by gRPC proto compiler (version 1.56.1-SNAPSHOT)",
12 comments = "Source: grpc/testing/compiler/test.proto")
13 @io.grpc.stub.annotations.GrpcGenerated
18 public static final String SERVICE_NAME = "grpc.testing.compiler.TestService";
21 private static volatile io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.SimpleRequest,
22 io.grpc.testing.compiler.Test.SimpleResponse> getUnaryCallMethod;
24 @io.grpc.stub.annotations.RpcMethod(
26 requestType = io.grpc.testing.compiler.Test.SimpleRequest.class,
27 responseType = io.grpc.testing.compiler.Test.SimpleResponse.class,
28 methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
29 public static io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.SimpleRequest,
30 io.grpc.testing.compiler.Test.SimpleResponse> getUnaryCallMethod() {
31 …io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.SimpleRequest, io.grpc.testing.compiler.Tes…
36 …io.grpc.MethodDescriptor.<io.grpc.testing.compiler.Test.SimpleRequest, io.grpc.testing.compiler.Te…
37 .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
40 .setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
41 io.grpc.testing.compiler.Test.SimpleRequest.getDefaultInstance()))
42 .setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
43 io.grpc.testing.compiler.Test.SimpleResponse.getDefaultInstance()))
51 …private static volatile io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.StreamingOutputCall…
52 io.grpc.testing.compiler.Test.StreamingOutputCallResponse> getStreamingOutputCallMethod;
54 @io.grpc.stub.annotations.RpcMethod(
56 requestType = io.grpc.testing.compiler.Test.StreamingOutputCallRequest.class,
57 responseType = io.grpc.testing.compiler.Test.StreamingOutputCallResponse.class,
58 methodType = io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING)
59 public static io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.StreamingOutputCallRequest,
60 io.grpc.testing.compiler.Test.StreamingOutputCallResponse> getStreamingOutputCallMethod() {
61 …io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.StreamingOutputCallRequest, io.grpc.testing…
66 …io.grpc.MethodDescriptor.<io.grpc.testing.compiler.Test.StreamingOutputCallRequest, io.grpc.testin…
67 .setType(io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING)
70 .setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
71 io.grpc.testing.compiler.Test.StreamingOutputCallRequest.getDefaultInstance()))
72 .setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
73 io.grpc.testing.compiler.Test.StreamingOutputCallResponse.getDefaultInstance()))
81 …private static volatile io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.StreamingInputCallR…
82 io.grpc.testing.compiler.Test.StreamingInputCallResponse> getStreamingInputCallMethod;
84 @io.grpc.stub.annotations.RpcMethod(
86 requestType = io.grpc.testing.compiler.Test.StreamingInputCallRequest.class,
87 responseType = io.grpc.testing.compiler.Test.StreamingInputCallResponse.class,
88 methodType = io.grpc.MethodDescriptor.MethodType.CLIENT_STREAMING)
89 public static io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.StreamingInputCallRequest,
90 io.grpc.testing.compiler.Test.StreamingInputCallResponse> getStreamingInputCallMethod() {
91 …io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.StreamingInputCallRequest, io.grpc.testing.…
96 …io.grpc.MethodDescriptor.<io.grpc.testing.compiler.Test.StreamingInputCallRequest, io.grpc.testing…
97 .setType(io.grpc.MethodDescriptor.MethodType.CLIENT_STREAMING)
100 .setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
101 io.grpc.testing.compiler.Test.StreamingInputCallRequest.getDefaultInstance()))
102 .setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
103 io.grpc.testing.compiler.Test.StreamingInputCallResponse.getDefaultInstance()))
111 …private static volatile io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.StreamingOutputCall…
112 io.grpc.testing.compiler.Test.StreamingOutputCallResponse> getFullBidiCallMethod;
114 @io.grpc.stub.annotations.RpcMethod(
116 requestType = io.grpc.testing.compiler.Test.StreamingOutputCallRequest.class,
117 responseType = io.grpc.testing.compiler.Test.StreamingOutputCallResponse.class,
118 methodType = io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING)
119 public static io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.StreamingOutputCallRequest,
120 io.grpc.testing.compiler.Test.StreamingOutputCallResponse> getFullBidiCallMethod() {
121 …io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.StreamingOutputCallRequest, io.grpc.testing…
126 …io.grpc.MethodDescriptor.<io.grpc.testing.compiler.Test.StreamingOutputCallRequest, io.grpc.testin…
127 .setType(io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING)
130 .setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
131 io.grpc.testing.compiler.Test.StreamingOutputCallRequest.getDefaultInstance()))
132 .setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
133 io.grpc.testing.compiler.Test.StreamingOutputCallResponse.getDefaultInstance()))
141 …private static volatile io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.StreamingOutputCall…
142 io.grpc.testing.compiler.Test.StreamingOutputCallResponse> getHalfBidiCallMethod;
144 @io.grpc.stub.annotations.RpcMethod(
146 requestType = io.grpc.testing.compiler.Test.StreamingOutputCallRequest.class,
147 responseType = io.grpc.testing.compiler.Test.StreamingOutputCallResponse.class,
148 methodType = io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING)
149 public static io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.StreamingOutputCallRequest,
150 io.grpc.testing.compiler.Test.StreamingOutputCallResponse> getHalfBidiCallMethod() {
151 …io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.StreamingOutputCallRequest, io.grpc.testing…
156 …io.grpc.MethodDescriptor.<io.grpc.testing.compiler.Test.StreamingOutputCallRequest, io.grpc.testin…
157 .setType(io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING)
160 .setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
161 io.grpc.testing.compiler.Test.StreamingOutputCallRequest.getDefaultInstance()))
162 .setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
163 io.grpc.testing.compiler.Test.StreamingOutputCallResponse.getDefaultInstance()))
171 …private static volatile io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.StreamingInputCallR…
172 io.grpc.testing.compiler.Test.StreamingInputCallResponse> getImportMethod;
174 @io.grpc.stub.annotations.RpcMethod(
176 requestType = io.grpc.testing.compiler.Test.StreamingInputCallRequest.class,
177 responseType = io.grpc.testing.compiler.Test.StreamingInputCallResponse.class,
178 methodType = io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING)
179 public static io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.StreamingInputCallRequest,
180 io.grpc.testing.compiler.Test.StreamingInputCallResponse> getImportMethod() {
181 …io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.StreamingInputCallRequest, io.grpc.testing.…
186 …io.grpc.MethodDescriptor.<io.grpc.testing.compiler.Test.StreamingInputCallRequest, io.grpc.testing…
187 .setType(io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING)
190 .setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
191 io.grpc.testing.compiler.Test.StreamingInputCallRequest.getDefaultInstance()))
192 .setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
193 io.grpc.testing.compiler.Test.StreamingInputCallResponse.getDefaultInstance()))
201 private static volatile io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.SimpleRequest,
202 io.grpc.testing.compiler.Test.SimpleResponse> getSafeCallMethod;
204 @io.grpc.stub.annotations.RpcMethod(
206 requestType = io.grpc.testing.compiler.Test.SimpleRequest.class,
207 responseType = io.grpc.testing.compiler.Test.SimpleResponse.class,
208 methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
209 public static io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.SimpleRequest,
210 io.grpc.testing.compiler.Test.SimpleResponse> getSafeCallMethod() {
211 …io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.SimpleRequest, io.grpc.testing.compiler.Tes…
216 …io.grpc.MethodDescriptor.<io.grpc.testing.compiler.Test.SimpleRequest, io.grpc.testing.compiler.Te…
217 .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
221 .setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
222 io.grpc.testing.compiler.Test.SimpleRequest.getDefaultInstance()))
223 .setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
224 io.grpc.testing.compiler.Test.SimpleResponse.getDefaultInstance()))
232 private static volatile io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.SimpleRequest,
233 io.grpc.testing.compiler.Test.SimpleResponse> getIdempotentCallMethod;
235 @io.grpc.stub.annotations.RpcMethod(
237 requestType = io.grpc.testing.compiler.Test.SimpleRequest.class,
238 responseType = io.grpc.testing.compiler.Test.SimpleResponse.class,
239 methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
240 public static io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.SimpleRequest,
241 io.grpc.testing.compiler.Test.SimpleResponse> getIdempotentCallMethod() {
242 …io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.SimpleRequest, io.grpc.testing.compiler.Tes…
247 …io.grpc.MethodDescriptor.<io.grpc.testing.compiler.Test.SimpleRequest, io.grpc.testing.compiler.Te…
248 .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
252 .setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
253 io.grpc.testing.compiler.Test.SimpleRequest.getDefaultInstance()))
254 .setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
255 io.grpc.testing.compiler.Test.SimpleResponse.getDefaultInstance()))
266 public static TestServiceStub newStub(io.grpc.Channel channel) {
267 io.grpc.stub.AbstractStub.StubFactory<TestServiceStub> factory =
268 new io.grpc.stub.AbstractStub.StubFactory<TestServiceStub>() {
270 public TestServiceStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
281 io.grpc.Channel channel) {
282 io.grpc.stub.AbstractStub.StubFactory<TestServiceBlockingStub> factory =
283 new io.grpc.stub.AbstractStub.StubFactory<TestServiceBlockingStub>() {
285 … public TestServiceBlockingStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
296 io.grpc.Channel channel) {
297 io.grpc.stub.AbstractStub.StubFactory<TestServiceFutureStub> factory =
298 new io.grpc.stub.AbstractStub.StubFactory<TestServiceFutureStub>() {
300 … public TestServiceFutureStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
320 default void unaryCall(io.grpc.testing.compiler.Test.SimpleRequest request,
321 … io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.SimpleResponse> responseObserver) {
322 io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getUnaryCallMethod(), responseObserver);
331 … default void streamingOutputCall(io.grpc.testing.compiler.Test.StreamingOutputCallRequest request,
332 …io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingOutputCallResponse> responseObs…
333 …io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getStreamingOutputCallMethod(), responseObser…
342 …default io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingInputCallRequest> strea…
343 …io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingInputCallResponse> responseObse…
344 …return io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall(getStreamingInputCallMethod(), res…
354 …default io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingOutputCallRequest> full…
355 …io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingOutputCallResponse> responseObs…
356 …return io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall(getFullBidiCallMethod(), responseO…
367 …default io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingOutputCallRequest> half…
368 …io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingOutputCallResponse> responseObs…
369 …return io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall(getHalfBidiCallMethod(), responseO…
378 …default io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingInputCallRequest> impor…
379 …io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingInputCallResponse> responseObse…
380 …return io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall(getImportMethod(), responseObserve…
388 default void safeCall(io.grpc.testing.compiler.Test.SimpleRequest request,
389 … io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.SimpleResponse> responseObserver) {
390 io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getSafeCallMethod(), responseObserver);
398 default void idempotentCall(io.grpc.testing.compiler.Test.SimpleRequest request,
399 … io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.SimpleResponse> responseObserver) {
400 … io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getIdempotentCallMethod(), responseObserver);
411 implements io.grpc.BindableService, AsyncService {
413 @java.lang.Override public final io.grpc.ServerServiceDefinition bindService() {
425 extends io.grpc.stub.AbstractAsyncStub<TestServiceStub> {
427 io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
433 io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
443 public void unaryCall(io.grpc.testing.compiler.Test.SimpleRequest request,
444 … io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.SimpleResponse> responseObserver) {
445 io.grpc.stub.ClientCalls.asyncUnaryCall(
455 … public void streamingOutputCall(io.grpc.testing.compiler.Test.StreamingOutputCallRequest request,
456 …io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingOutputCallResponse> responseObs…
457 io.grpc.stub.ClientCalls.asyncServerStreamingCall(
467 …public io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingInputCallRequest> stream…
468 …io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingInputCallResponse> responseObse…
469 return io.grpc.stub.ClientCalls.asyncClientStreamingCall(
480 …public io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingOutputCallRequest> fullB…
481 …io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingOutputCallResponse> responseObs…
482 return io.grpc.stub.ClientCalls.asyncBidiStreamingCall(
494 …public io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingOutputCallRequest> halfB…
495 …io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingOutputCallResponse> responseObs…
496 return io.grpc.stub.ClientCalls.asyncBidiStreamingCall(
506 …public io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingInputCallRequest> import…
507 …io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingInputCallResponse> responseObse…
508 return io.grpc.stub.ClientCalls.asyncBidiStreamingCall(
517 public void safeCall(io.grpc.testing.compiler.Test.SimpleRequest request,
518 … io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.SimpleResponse> responseObserver) {
519 io.grpc.stub.ClientCalls.asyncUnaryCall(
528 public void idempotentCall(io.grpc.testing.compiler.Test.SimpleRequest request,
529 … io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.SimpleResponse> responseObserver) {
530 io.grpc.stub.ClientCalls.asyncUnaryCall(
542 extends io.grpc.stub.AbstractBlockingStub<TestServiceBlockingStub> {
544 io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
550 io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
560 …public io.grpc.testing.compiler.Test.SimpleResponse unaryCall(io.grpc.testing.compiler.Test.Simple…
561 return io.grpc.stub.ClientCalls.blockingUnaryCall(
571 …public java.util.Iterator<io.grpc.testing.compiler.Test.StreamingOutputCallResponse> streamingOutp…
572 io.grpc.testing.compiler.Test.StreamingOutputCallRequest request) {
573 return io.grpc.stub.ClientCalls.blockingServerStreamingCall(
582 …public io.grpc.testing.compiler.Test.SimpleResponse safeCall(io.grpc.testing.compiler.Test.SimpleR…
583 return io.grpc.stub.ClientCalls.blockingUnaryCall(
592 …public io.grpc.testing.compiler.Test.SimpleResponse idempotentCall(io.grpc.testing.compiler.Test.S…
593 return io.grpc.stub.ClientCalls.blockingUnaryCall(
605 extends io.grpc.stub.AbstractFutureStub<TestServiceFutureStub> {
607 io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
613 io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
623 …public com.google.common.util.concurrent.ListenableFuture<io.grpc.testing.compiler.Test.SimpleResp…
624 io.grpc.testing.compiler.Test.SimpleRequest request) {
625 return io.grpc.stub.ClientCalls.futureUnaryCall(
634 …public com.google.common.util.concurrent.ListenableFuture<io.grpc.testing.compiler.Test.SimpleResp…
635 io.grpc.testing.compiler.Test.SimpleRequest request) {
636 return io.grpc.stub.ClientCalls.futureUnaryCall(
645 …public com.google.common.util.concurrent.ListenableFuture<io.grpc.testing.compiler.Test.SimpleResp…
646 io.grpc.testing.compiler.Test.SimpleRequest request) {
647 return io.grpc.stub.ClientCalls.futureUnaryCall(
662 io.grpc.stub.ServerCalls.UnaryMethod<Req, Resp>,
663 io.grpc.stub.ServerCalls.ServerStreamingMethod<Req, Resp>,
664 io.grpc.stub.ServerCalls.ClientStreamingMethod<Req, Resp>,
665 io.grpc.stub.ServerCalls.BidiStreamingMethod<Req, Resp> {
676 public void invoke(Req request, io.grpc.stub.StreamObserver<Resp> responseObserver) {
679 serviceImpl.unaryCall((io.grpc.testing.compiler.Test.SimpleRequest) request,
680 … (io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.SimpleResponse>) responseObserver);
683 …serviceImpl.streamingOutputCall((io.grpc.testing.compiler.Test.StreamingOutputCallRequest) request,
684 …(io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingOutputCallResponse>) responseO…
687 serviceImpl.safeCall((io.grpc.testing.compiler.Test.SimpleRequest) request,
688 … (io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.SimpleResponse>) responseObserver);
691 serviceImpl.idempotentCall((io.grpc.testing.compiler.Test.SimpleRequest) request,
692 … (io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.SimpleResponse>) responseObserver);
701 public io.grpc.stub.StreamObserver<Req> invoke(
702 io.grpc.stub.StreamObserver<Resp> responseObserver) {
705 return (io.grpc.stub.StreamObserver<Req>) serviceImpl.streamingInputCall(
706 …(io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingInputCallResponse>) responseOb…
708 return (io.grpc.stub.StreamObserver<Req>) serviceImpl.fullBidiCall(
709 …(io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingOutputCallResponse>) responseO…
711 return (io.grpc.stub.StreamObserver<Req>) serviceImpl.halfBidiCall(
712 …(io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingOutputCallResponse>) responseO…
714 return (io.grpc.stub.StreamObserver<Req>) serviceImpl.import_(
715 …(io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingInputCallResponse>) responseOb…
722 public static final io.grpc.ServerServiceDefinition bindService(AsyncService service) {
723 return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor())
726 io.grpc.stub.ServerCalls.asyncUnaryCall(
728 io.grpc.testing.compiler.Test.SimpleRequest,
729 io.grpc.testing.compiler.Test.SimpleResponse>(
733 io.grpc.stub.ServerCalls.asyncServerStreamingCall(
735 io.grpc.testing.compiler.Test.StreamingOutputCallRequest,
736 io.grpc.testing.compiler.Test.StreamingOutputCallResponse>(
740 io.grpc.stub.ServerCalls.asyncClientStreamingCall(
742 io.grpc.testing.compiler.Test.StreamingInputCallRequest,
743 io.grpc.testing.compiler.Test.StreamingInputCallResponse>(
747 io.grpc.stub.ServerCalls.asyncBidiStreamingCall(
749 io.grpc.testing.compiler.Test.StreamingOutputCallRequest,
750 io.grpc.testing.compiler.Test.StreamingOutputCallResponse>(
754 io.grpc.stub.ServerCalls.asyncBidiStreamingCall(
756 io.grpc.testing.compiler.Test.StreamingOutputCallRequest,
757 io.grpc.testing.compiler.Test.StreamingOutputCallResponse>(
761 io.grpc.stub.ServerCalls.asyncBidiStreamingCall(
763 io.grpc.testing.compiler.Test.StreamingInputCallRequest,
764 io.grpc.testing.compiler.Test.StreamingInputCallResponse>(
768 io.grpc.stub.ServerCalls.asyncUnaryCall(
770 io.grpc.testing.compiler.Test.SimpleRequest,
771 io.grpc.testing.compiler.Test.SimpleResponse>(
775 io.grpc.stub.ServerCalls.asyncUnaryCall(
777 io.grpc.testing.compiler.Test.SimpleRequest,
778 io.grpc.testing.compiler.Test.SimpleResponse>(
783 private static volatile io.grpc.ServiceDescriptor serviceDescriptor;
785 public static io.grpc.ServiceDescriptor getServiceDescriptor() {
786 io.grpc.ServiceDescriptor result = serviceDescriptor;
791 serviceDescriptor = result = io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME)