Lines Matching full:testing
1 package io.grpc.testing.compiler;
25 comments = "Source: grpc/testing/compiler/test.proto")
30 public static final String SERVICE_NAME = "grpc.testing.compiler.TestService";
33 private static volatile io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.SimpleRequest,
34 io.grpc.testing.compiler.Test.SimpleResponse> getUnaryCallMethod;
38 requestType = io.grpc.testing.compiler.Test.SimpleRequest.class,
39 responseType = io.grpc.testing.compiler.Test.SimpleResponse.class,
41 public static io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.SimpleRequest,
42 io.grpc.testing.compiler.Test.SimpleResponse> getUnaryCallMethod() {
43 …io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.SimpleRequest, io.grpc.testing.compiler.Tes…
48 …io.grpc.MethodDescriptor.<io.grpc.testing.compiler.Test.SimpleRequest, io.grpc.testing.compiler.Te…
51 "grpc.testing.compiler.TestService", "UnaryCall"))
54 io.grpc.testing.compiler.Test.SimpleRequest.getDefaultInstance()))
56 io.grpc.testing.compiler.Test.SimpleResponse.getDefaultInstance()))
64 …private static volatile io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.StreamingOutputCall…
65 io.grpc.testing.compiler.Test.StreamingOutputCallResponse> getStreamingOutputCallMethod;
69 requestType = io.grpc.testing.compiler.Test.StreamingOutputCallRequest.class,
70 responseType = io.grpc.testing.compiler.Test.StreamingOutputCallResponse.class,
72 public static io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.StreamingOutputCallRequest,
73 io.grpc.testing.compiler.Test.StreamingOutputCallResponse> getStreamingOutputCallMethod() {
74 …io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.StreamingOutputCallRequest, io.grpc.testing…
79 …io.grpc.MethodDescriptor.<io.grpc.testing.compiler.Test.StreamingOutputCallRequest, io.grpc.testin…
82 "grpc.testing.compiler.TestService", "StreamingOutputCall"))
85 io.grpc.testing.compiler.Test.StreamingOutputCallRequest.getDefaultInstance()))
87 io.grpc.testing.compiler.Test.StreamingOutputCallResponse.getDefaultInstance()))
95 …private static volatile io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.StreamingInputCallR…
96 io.grpc.testing.compiler.Test.StreamingInputCallResponse> getStreamingInputCallMethod;
100 requestType = io.grpc.testing.compiler.Test.StreamingInputCallRequest.class,
101 responseType = io.grpc.testing.compiler.Test.StreamingInputCallResponse.class,
103 public static io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.StreamingInputCallRequest,
104 io.grpc.testing.compiler.Test.StreamingInputCallResponse> getStreamingInputCallMethod() {
105 …io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.StreamingInputCallRequest, io.grpc.testing.…
110 …io.grpc.MethodDescriptor.<io.grpc.testing.compiler.Test.StreamingInputCallRequest, io.grpc.testing…
113 "grpc.testing.compiler.TestService", "StreamingInputCall"))
116 io.grpc.testing.compiler.Test.StreamingInputCallRequest.getDefaultInstance()))
118 io.grpc.testing.compiler.Test.StreamingInputCallResponse.getDefaultInstance()))
126 …private static volatile io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.StreamingOutputCall…
127 io.grpc.testing.compiler.Test.StreamingOutputCallResponse> getFullBidiCallMethod;
131 requestType = io.grpc.testing.compiler.Test.StreamingOutputCallRequest.class,
132 responseType = io.grpc.testing.compiler.Test.StreamingOutputCallResponse.class,
134 public static io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.StreamingOutputCallRequest,
135 io.grpc.testing.compiler.Test.StreamingOutputCallResponse> getFullBidiCallMethod() {
136 …io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.StreamingOutputCallRequest, io.grpc.testing…
141 …io.grpc.MethodDescriptor.<io.grpc.testing.compiler.Test.StreamingOutputCallRequest, io.grpc.testin…
144 "grpc.testing.compiler.TestService", "FullBidiCall"))
147 io.grpc.testing.compiler.Test.StreamingOutputCallRequest.getDefaultInstance()))
149 io.grpc.testing.compiler.Test.StreamingOutputCallResponse.getDefaultInstance()))
157 …private static volatile io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.StreamingOutputCall…
158 io.grpc.testing.compiler.Test.StreamingOutputCallResponse> getHalfBidiCallMethod;
162 requestType = io.grpc.testing.compiler.Test.StreamingOutputCallRequest.class,
163 responseType = io.grpc.testing.compiler.Test.StreamingOutputCallResponse.class,
165 public static io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.StreamingOutputCallRequest,
166 io.grpc.testing.compiler.Test.StreamingOutputCallResponse> getHalfBidiCallMethod() {
167 …io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.StreamingOutputCallRequest, io.grpc.testing…
172 …io.grpc.MethodDescriptor.<io.grpc.testing.compiler.Test.StreamingOutputCallRequest, io.grpc.testin…
175 "grpc.testing.compiler.TestService", "HalfBidiCall"))
178 io.grpc.testing.compiler.Test.StreamingOutputCallRequest.getDefaultInstance()))
180 io.grpc.testing.compiler.Test.StreamingOutputCallResponse.getDefaultInstance()))
188 …private static volatile io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.StreamingInputCallR…
189 io.grpc.testing.compiler.Test.StreamingInputCallResponse> getImportMethod;
193 requestType = io.grpc.testing.compiler.Test.StreamingInputCallRequest.class,
194 responseType = io.grpc.testing.compiler.Test.StreamingInputCallResponse.class,
196 public static io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.StreamingInputCallRequest,
197 io.grpc.testing.compiler.Test.StreamingInputCallResponse> getImportMethod() {
198 …io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.StreamingInputCallRequest, io.grpc.testing.…
203 …io.grpc.MethodDescriptor.<io.grpc.testing.compiler.Test.StreamingInputCallRequest, io.grpc.testing…
206 "grpc.testing.compiler.TestService", "Import"))
209 io.grpc.testing.compiler.Test.StreamingInputCallRequest.getDefaultInstance()))
211 io.grpc.testing.compiler.Test.StreamingInputCallResponse.getDefaultInstance()))
255 public void unaryCall(io.grpc.testing.compiler.Test.SimpleRequest request,
256 … io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.SimpleResponse> responseObserver) {
266 … public void streamingOutputCall(io.grpc.testing.compiler.Test.StreamingOutputCallRequest request,
267 …io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingOutputCallResponse> responseObs…
277 …public io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingInputCallRequest> stream…
278 …io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingInputCallResponse> responseObse…
289 …public io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingOutputCallRequest> fullB…
290 …io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingOutputCallResponse> responseObs…
302 …public io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingOutputCallRequest> halfB…
303 …io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingOutputCallResponse> responseObs…
313 …public io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingInputCallRequest> import…
314 …io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingInputCallResponse> responseObse…
324 io.grpc.testing.compiler.Test.SimpleRequest,
325 io.grpc.testing.compiler.Test.SimpleResponse>(
331 io.grpc.testing.compiler.Test.StreamingOutputCallRequest,
332 io.grpc.testing.compiler.Test.StreamingOutputCallResponse>(
338 io.grpc.testing.compiler.Test.StreamingInputCallRequest,
339 io.grpc.testing.compiler.Test.StreamingInputCallResponse>(
345 io.grpc.testing.compiler.Test.StreamingOutputCallRequest,
346 io.grpc.testing.compiler.Test.StreamingOutputCallResponse>(
352 io.grpc.testing.compiler.Test.StreamingOutputCallRequest,
353 io.grpc.testing.compiler.Test.StreamingOutputCallResponse>(
359 io.grpc.testing.compiler.Test.StreamingInputCallRequest,
360 io.grpc.testing.compiler.Test.StreamingInputCallResponse>(
393 public void unaryCall(io.grpc.testing.compiler.Test.SimpleRequest request,
394 … io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.SimpleResponse> responseObserver) {
405 … public void streamingOutputCall(io.grpc.testing.compiler.Test.StreamingOutputCallRequest request,
406 …io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingOutputCallResponse> responseObs…
417 …public io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingInputCallRequest> stream…
418 …io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingInputCallResponse> responseObse…
430 …public io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingOutputCallRequest> fullB…
431 …io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingOutputCallResponse> responseObs…
444 …public io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingOutputCallRequest> halfB…
445 …io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingOutputCallResponse> responseObs…
456 …public io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingInputCallRequest> import…
457 …io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingInputCallResponse> responseObse…
490 …public io.grpc.testing.compiler.Test.SimpleResponse unaryCall(io.grpc.testing.compiler.Test.Simple…
501 …public java.util.Iterator<io.grpc.testing.compiler.Test.StreamingOutputCallResponse> streamingOutp…
502 io.grpc.testing.compiler.Test.StreamingOutputCallRequest request) {
535 …public com.google.common.util.concurrent.ListenableFuture<io.grpc.testing.compiler.Test.SimpleResp…
536 io.grpc.testing.compiler.Test.SimpleRequest request) {
567 serviceImpl.unaryCall((io.grpc.testing.compiler.Test.SimpleRequest) request,
568 … (io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.SimpleResponse>) responseObserver);
571 …serviceImpl.streamingOutputCall((io.grpc.testing.compiler.Test.StreamingOutputCallRequest) request,
572 …(io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingOutputCallResponse>) responseO…
586 …(io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingInputCallResponse>) responseOb…
589 …(io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingOutputCallResponse>) responseO…
592 …(io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingOutputCallResponse>) responseO…
595 …(io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingInputCallResponse>) responseOb…