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.ProtoUtils.marshaller(
41 io.grpc.testing.compiler.Test.SimpleRequest.getDefaultInstance()))
42 .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
43 io.grpc.testing.compiler.Test.SimpleResponse.getDefaultInstance()))
52 …private static volatile io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.StreamingOutputCall…
53 io.grpc.testing.compiler.Test.StreamingOutputCallResponse> getStreamingOutputCallMethod;
55 @io.grpc.stub.annotations.RpcMethod(
57 requestType = io.grpc.testing.compiler.Test.StreamingOutputCallRequest.class,
58 responseType = io.grpc.testing.compiler.Test.StreamingOutputCallResponse.class,
59 methodType = io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING)
60 public static io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.StreamingOutputCallRequest,
61 io.grpc.testing.compiler.Test.StreamingOutputCallResponse> getStreamingOutputCallMethod() {
62 …io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.StreamingOutputCallRequest, io.grpc.testing…
67 …io.grpc.MethodDescriptor.<io.grpc.testing.compiler.Test.StreamingOutputCallRequest, io.grpc.testin…
68 .setType(io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING)
71 .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
72 io.grpc.testing.compiler.Test.StreamingOutputCallRequest.getDefaultInstance()))
73 .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
74 io.grpc.testing.compiler.Test.StreamingOutputCallResponse.getDefaultInstance()))
83 …private static volatile io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.StreamingInputCallR…
84 io.grpc.testing.compiler.Test.StreamingInputCallResponse> getStreamingInputCallMethod;
86 @io.grpc.stub.annotations.RpcMethod(
88 requestType = io.grpc.testing.compiler.Test.StreamingInputCallRequest.class,
89 responseType = io.grpc.testing.compiler.Test.StreamingInputCallResponse.class,
90 methodType = io.grpc.MethodDescriptor.MethodType.CLIENT_STREAMING)
91 public static io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.StreamingInputCallRequest,
92 io.grpc.testing.compiler.Test.StreamingInputCallResponse> getStreamingInputCallMethod() {
93 …io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.StreamingInputCallRequest, io.grpc.testing.…
98 …io.grpc.MethodDescriptor.<io.grpc.testing.compiler.Test.StreamingInputCallRequest, io.grpc.testing…
99 .setType(io.grpc.MethodDescriptor.MethodType.CLIENT_STREAMING)
102 .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
103 io.grpc.testing.compiler.Test.StreamingInputCallRequest.getDefaultInstance()))
104 .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
105 io.grpc.testing.compiler.Test.StreamingInputCallResponse.getDefaultInstance()))
114 …private static volatile io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.StreamingOutputCall…
115 io.grpc.testing.compiler.Test.StreamingOutputCallResponse> getFullBidiCallMethod;
117 @io.grpc.stub.annotations.RpcMethod(
119 requestType = io.grpc.testing.compiler.Test.StreamingOutputCallRequest.class,
120 responseType = io.grpc.testing.compiler.Test.StreamingOutputCallResponse.class,
121 methodType = io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING)
122 public static io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.StreamingOutputCallRequest,
123 io.grpc.testing.compiler.Test.StreamingOutputCallResponse> getFullBidiCallMethod() {
124 …io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.StreamingOutputCallRequest, io.grpc.testing…
129 …io.grpc.MethodDescriptor.<io.grpc.testing.compiler.Test.StreamingOutputCallRequest, io.grpc.testin…
130 .setType(io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING)
133 .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
134 io.grpc.testing.compiler.Test.StreamingOutputCallRequest.getDefaultInstance()))
135 .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
136 io.grpc.testing.compiler.Test.StreamingOutputCallResponse.getDefaultInstance()))
145 …private static volatile io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.StreamingOutputCall…
146 io.grpc.testing.compiler.Test.StreamingOutputCallResponse> getHalfBidiCallMethod;
148 @io.grpc.stub.annotations.RpcMethod(
150 requestType = io.grpc.testing.compiler.Test.StreamingOutputCallRequest.class,
151 responseType = io.grpc.testing.compiler.Test.StreamingOutputCallResponse.class,
152 methodType = io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING)
153 public static io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.StreamingOutputCallRequest,
154 io.grpc.testing.compiler.Test.StreamingOutputCallResponse> getHalfBidiCallMethod() {
155 …io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.StreamingOutputCallRequest, io.grpc.testing…
160 …io.grpc.MethodDescriptor.<io.grpc.testing.compiler.Test.StreamingOutputCallRequest, io.grpc.testin…
161 .setType(io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING)
164 .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
165 io.grpc.testing.compiler.Test.StreamingOutputCallRequest.getDefaultInstance()))
166 .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
167 io.grpc.testing.compiler.Test.StreamingOutputCallResponse.getDefaultInstance()))
176 …private static volatile io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.StreamingInputCallR…
177 io.grpc.testing.compiler.Test.StreamingInputCallResponse> getImportMethod;
179 @io.grpc.stub.annotations.RpcMethod(
181 requestType = io.grpc.testing.compiler.Test.StreamingInputCallRequest.class,
182 responseType = io.grpc.testing.compiler.Test.StreamingInputCallResponse.class,
183 methodType = io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING)
184 public static io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.StreamingInputCallRequest,
185 io.grpc.testing.compiler.Test.StreamingInputCallResponse> getImportMethod() {
186 …io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.StreamingInputCallRequest, io.grpc.testing.…
191 …io.grpc.MethodDescriptor.<io.grpc.testing.compiler.Test.StreamingInputCallRequest, io.grpc.testing…
192 .setType(io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING)
195 .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
196 io.grpc.testing.compiler.Test.StreamingInputCallRequest.getDefaultInstance()))
197 .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
198 io.grpc.testing.compiler.Test.StreamingInputCallResponse.getDefaultInstance()))
207 private static volatile io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.SimpleRequest,
208 io.grpc.testing.compiler.Test.SimpleResponse> getSafeCallMethod;
210 @io.grpc.stub.annotations.RpcMethod(
212 requestType = io.grpc.testing.compiler.Test.SimpleRequest.class,
213 responseType = io.grpc.testing.compiler.Test.SimpleResponse.class,
214 methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
215 public static io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.SimpleRequest,
216 io.grpc.testing.compiler.Test.SimpleResponse> getSafeCallMethod() {
217 …io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.SimpleRequest, io.grpc.testing.compiler.Tes…
222 …io.grpc.MethodDescriptor.<io.grpc.testing.compiler.Test.SimpleRequest, io.grpc.testing.compiler.Te…
223 .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
227 .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
228 io.grpc.testing.compiler.Test.SimpleRequest.getDefaultInstance()))
229 .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
230 io.grpc.testing.compiler.Test.SimpleResponse.getDefaultInstance()))
239 private static volatile io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.SimpleRequest,
240 io.grpc.testing.compiler.Test.SimpleResponse> getIdempotentCallMethod;
242 @io.grpc.stub.annotations.RpcMethod(
244 requestType = io.grpc.testing.compiler.Test.SimpleRequest.class,
245 responseType = io.grpc.testing.compiler.Test.SimpleResponse.class,
246 methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
247 public static io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.SimpleRequest,
248 io.grpc.testing.compiler.Test.SimpleResponse> getIdempotentCallMethod() {
249 …io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.SimpleRequest, io.grpc.testing.compiler.Tes…
254 …io.grpc.MethodDescriptor.<io.grpc.testing.compiler.Test.SimpleRequest, io.grpc.testing.compiler.Te…
255 .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
259 .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
260 io.grpc.testing.compiler.Test.SimpleRequest.getDefaultInstance()))
261 .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
262 io.grpc.testing.compiler.Test.SimpleResponse.getDefaultInstance()))
274 public static TestServiceStub newStub(io.grpc.Channel channel) {
275 io.grpc.stub.AbstractStub.StubFactory<TestServiceStub> factory =
276 new io.grpc.stub.AbstractStub.StubFactory<TestServiceStub>() {
278 public TestServiceStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
289 io.grpc.Channel channel) {
290 io.grpc.stub.AbstractStub.StubFactory<TestServiceBlockingStub> factory =
291 new io.grpc.stub.AbstractStub.StubFactory<TestServiceBlockingStub>() {
293 … public TestServiceBlockingStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
304 io.grpc.Channel channel) {
305 io.grpc.stub.AbstractStub.StubFactory<TestServiceFutureStub> factory =
306 new io.grpc.stub.AbstractStub.StubFactory<TestServiceFutureStub>() {
308 … public TestServiceFutureStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
328 default void unaryCall(io.grpc.testing.compiler.Test.SimpleRequest request,
329 … io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.SimpleResponse> responseObserver) {
330 io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getUnaryCallMethod(), responseObserver);
339 … default void streamingOutputCall(io.grpc.testing.compiler.Test.StreamingOutputCallRequest request,
340 …io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingOutputCallResponse> responseObs…
341 …io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getStreamingOutputCallMethod(), responseObser…
350 …default io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingInputCallRequest> strea…
351 …io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingInputCallResponse> responseObse…
352 …return io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall(getStreamingInputCallMethod(), res…
362 …default io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingOutputCallRequest> full…
363 …io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingOutputCallResponse> responseObs…
364 …return io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall(getFullBidiCallMethod(), responseO…
375 …default io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingOutputCallRequest> half…
376 …io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingOutputCallResponse> responseObs…
377 …return io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall(getHalfBidiCallMethod(), responseO…
386 …default io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingInputCallRequest> impor…
387 …io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingInputCallResponse> responseObse…
388 …return io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall(getImportMethod(), responseObserve…
396 default void safeCall(io.grpc.testing.compiler.Test.SimpleRequest request,
397 … io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.SimpleResponse> responseObserver) {
398 io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getSafeCallMethod(), responseObserver);
406 default void idempotentCall(io.grpc.testing.compiler.Test.SimpleRequest request,
407 … io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.SimpleResponse> responseObserver) {
408 … io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getIdempotentCallMethod(), responseObserver);
419 implements io.grpc.BindableService, AsyncService {
421 @java.lang.Override public final io.grpc.ServerServiceDefinition bindService() {
433 extends io.grpc.stub.AbstractAsyncStub<TestServiceStub> {
435 io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
441 io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
451 public void unaryCall(io.grpc.testing.compiler.Test.SimpleRequest request,
452 … io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.SimpleResponse> responseObserver) {
453 io.grpc.stub.ClientCalls.asyncUnaryCall(
463 … public void streamingOutputCall(io.grpc.testing.compiler.Test.StreamingOutputCallRequest request,
464 …io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingOutputCallResponse> responseObs…
465 io.grpc.stub.ClientCalls.asyncServerStreamingCall(
475 …public io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingInputCallRequest> stream…
476 …io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingInputCallResponse> responseObse…
477 return io.grpc.stub.ClientCalls.asyncClientStreamingCall(
488 …public io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingOutputCallRequest> fullB…
489 …io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingOutputCallResponse> responseObs…
490 return io.grpc.stub.ClientCalls.asyncBidiStreamingCall(
502 …public io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingOutputCallRequest> halfB…
503 …io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingOutputCallResponse> responseObs…
504 return io.grpc.stub.ClientCalls.asyncBidiStreamingCall(
514 …public io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingInputCallRequest> import…
515 …io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingInputCallResponse> responseObse…
516 return io.grpc.stub.ClientCalls.asyncBidiStreamingCall(
525 public void safeCall(io.grpc.testing.compiler.Test.SimpleRequest request,
526 … io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.SimpleResponse> responseObserver) {
527 io.grpc.stub.ClientCalls.asyncUnaryCall(
536 public void idempotentCall(io.grpc.testing.compiler.Test.SimpleRequest request,
537 … io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.SimpleResponse> responseObserver) {
538 io.grpc.stub.ClientCalls.asyncUnaryCall(
550 extends io.grpc.stub.AbstractBlockingStub<TestServiceBlockingStub> {
552 io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
558 io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
568 …public io.grpc.testing.compiler.Test.SimpleResponse unaryCall(io.grpc.testing.compiler.Test.Simple…
569 return io.grpc.stub.ClientCalls.blockingUnaryCall(
579 …public java.util.Iterator<io.grpc.testing.compiler.Test.StreamingOutputCallResponse> streamingOutp…
580 io.grpc.testing.compiler.Test.StreamingOutputCallRequest request) {
581 return io.grpc.stub.ClientCalls.blockingServerStreamingCall(
590 …public io.grpc.testing.compiler.Test.SimpleResponse safeCall(io.grpc.testing.compiler.Test.SimpleR…
591 return io.grpc.stub.ClientCalls.blockingUnaryCall(
600 …public io.grpc.testing.compiler.Test.SimpleResponse idempotentCall(io.grpc.testing.compiler.Test.S…
601 return io.grpc.stub.ClientCalls.blockingUnaryCall(
613 extends io.grpc.stub.AbstractFutureStub<TestServiceFutureStub> {
615 io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
621 io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
631 …public com.google.common.util.concurrent.ListenableFuture<io.grpc.testing.compiler.Test.SimpleResp…
632 io.grpc.testing.compiler.Test.SimpleRequest request) {
633 return io.grpc.stub.ClientCalls.futureUnaryCall(
642 …public com.google.common.util.concurrent.ListenableFuture<io.grpc.testing.compiler.Test.SimpleResp…
643 io.grpc.testing.compiler.Test.SimpleRequest request) {
644 return io.grpc.stub.ClientCalls.futureUnaryCall(
653 …public com.google.common.util.concurrent.ListenableFuture<io.grpc.testing.compiler.Test.SimpleResp…
654 io.grpc.testing.compiler.Test.SimpleRequest request) {
655 return io.grpc.stub.ClientCalls.futureUnaryCall(
670 io.grpc.stub.ServerCalls.UnaryMethod<Req, Resp>,
671 io.grpc.stub.ServerCalls.ServerStreamingMethod<Req, Resp>,
672 io.grpc.stub.ServerCalls.ClientStreamingMethod<Req, Resp>,
673 io.grpc.stub.ServerCalls.BidiStreamingMethod<Req, Resp> {
684 public void invoke(Req request, io.grpc.stub.StreamObserver<Resp> responseObserver) {
687 serviceImpl.unaryCall((io.grpc.testing.compiler.Test.SimpleRequest) request,
688 … (io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.SimpleResponse>) responseObserver);
691 …serviceImpl.streamingOutputCall((io.grpc.testing.compiler.Test.StreamingOutputCallRequest) request,
692 …(io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingOutputCallResponse>) responseO…
695 serviceImpl.safeCall((io.grpc.testing.compiler.Test.SimpleRequest) request,
696 … (io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.SimpleResponse>) responseObserver);
699 serviceImpl.idempotentCall((io.grpc.testing.compiler.Test.SimpleRequest) request,
700 … (io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.SimpleResponse>) responseObserver);
709 public io.grpc.stub.StreamObserver<Req> invoke(
710 io.grpc.stub.StreamObserver<Resp> responseObserver) {
713 return (io.grpc.stub.StreamObserver<Req>) serviceImpl.streamingInputCall(
714 …(io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingInputCallResponse>) responseOb…
716 return (io.grpc.stub.StreamObserver<Req>) serviceImpl.fullBidiCall(
717 …(io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingOutputCallResponse>) responseO…
719 return (io.grpc.stub.StreamObserver<Req>) serviceImpl.halfBidiCall(
720 …(io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingOutputCallResponse>) responseO…
722 return (io.grpc.stub.StreamObserver<Req>) serviceImpl.import_(
723 …(io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingInputCallResponse>) responseOb…
730 public static final io.grpc.ServerServiceDefinition bindService(AsyncService service) {
731 return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor())
734 io.grpc.stub.ServerCalls.asyncUnaryCall(
736 io.grpc.testing.compiler.Test.SimpleRequest,
737 io.grpc.testing.compiler.Test.SimpleResponse>(
741 io.grpc.stub.ServerCalls.asyncServerStreamingCall(
743 io.grpc.testing.compiler.Test.StreamingOutputCallRequest,
744 io.grpc.testing.compiler.Test.StreamingOutputCallResponse>(
748 io.grpc.stub.ServerCalls.asyncClientStreamingCall(
750 io.grpc.testing.compiler.Test.StreamingInputCallRequest,
751 io.grpc.testing.compiler.Test.StreamingInputCallResponse>(
755 io.grpc.stub.ServerCalls.asyncBidiStreamingCall(
757 io.grpc.testing.compiler.Test.StreamingOutputCallRequest,
758 io.grpc.testing.compiler.Test.StreamingOutputCallResponse>(
762 io.grpc.stub.ServerCalls.asyncBidiStreamingCall(
764 io.grpc.testing.compiler.Test.StreamingOutputCallRequest,
765 io.grpc.testing.compiler.Test.StreamingOutputCallResponse>(
769 io.grpc.stub.ServerCalls.asyncBidiStreamingCall(
771 io.grpc.testing.compiler.Test.StreamingInputCallRequest,
772 io.grpc.testing.compiler.Test.StreamingInputCallResponse>(
776 io.grpc.stub.ServerCalls.asyncUnaryCall(
778 io.grpc.testing.compiler.Test.SimpleRequest,
779 io.grpc.testing.compiler.Test.SimpleResponse>(
783 io.grpc.stub.ServerCalls.asyncUnaryCall(
785 io.grpc.testing.compiler.Test.SimpleRequest,
786 io.grpc.testing.compiler.Test.SimpleResponse>(
792 …implements io.grpc.protobuf.ProtoFileDescriptorSupplier, io.grpc.protobuf.ProtoServiceDescriptorSu…
797 return io.grpc.testing.compiler.Test.getDescriptor();
813 implements io.grpc.protobuf.ProtoMethodDescriptorSupplier {
826 private static volatile io.grpc.ServiceDescriptor serviceDescriptor;
828 public static io.grpc.ServiceDescriptor getServiceDescriptor() {
829 io.grpc.ServiceDescriptor result = serviceDescriptor;
834 serviceDescriptor = result = io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME)