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()))
65 …private static volatile io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.StreamingOutputCall…
66 io.grpc.testing.compiler.Test.StreamingOutputCallResponse> getStreamingOutputCallMethod;
70 requestType = io.grpc.testing.compiler.Test.StreamingOutputCallRequest.class,
71 responseType = io.grpc.testing.compiler.Test.StreamingOutputCallResponse.class,
73 public static io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.StreamingOutputCallRequest,
74 io.grpc.testing.compiler.Test.StreamingOutputCallResponse> getStreamingOutputCallMethod() {
75 …io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.StreamingOutputCallRequest, io.grpc.testing…
80 …io.grpc.MethodDescriptor.<io.grpc.testing.compiler.Test.StreamingOutputCallRequest, io.grpc.testin…
83 "grpc.testing.compiler.TestService", "StreamingOutputCall"))
86 io.grpc.testing.compiler.Test.StreamingOutputCallRequest.getDefaultInstance()))
88 io.grpc.testing.compiler.Test.StreamingOutputCallResponse.getDefaultInstance()))
97 …private static volatile io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.StreamingInputCallR…
98 io.grpc.testing.compiler.Test.StreamingInputCallResponse> getStreamingInputCallMethod;
102 requestType = io.grpc.testing.compiler.Test.StreamingInputCallRequest.class,
103 responseType = io.grpc.testing.compiler.Test.StreamingInputCallResponse.class,
105 public static io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.StreamingInputCallRequest,
106 io.grpc.testing.compiler.Test.StreamingInputCallResponse> getStreamingInputCallMethod() {
107 …io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.StreamingInputCallRequest, io.grpc.testing.…
112 …io.grpc.MethodDescriptor.<io.grpc.testing.compiler.Test.StreamingInputCallRequest, io.grpc.testing…
115 "grpc.testing.compiler.TestService", "StreamingInputCall"))
118 io.grpc.testing.compiler.Test.StreamingInputCallRequest.getDefaultInstance()))
120 io.grpc.testing.compiler.Test.StreamingInputCallResponse.getDefaultInstance()))
129 …private static volatile io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.StreamingOutputCall…
130 io.grpc.testing.compiler.Test.StreamingOutputCallResponse> getFullBidiCallMethod;
134 requestType = io.grpc.testing.compiler.Test.StreamingOutputCallRequest.class,
135 responseType = io.grpc.testing.compiler.Test.StreamingOutputCallResponse.class,
137 public static io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.StreamingOutputCallRequest,
138 io.grpc.testing.compiler.Test.StreamingOutputCallResponse> getFullBidiCallMethod() {
139 …io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.StreamingOutputCallRequest, io.grpc.testing…
144 …io.grpc.MethodDescriptor.<io.grpc.testing.compiler.Test.StreamingOutputCallRequest, io.grpc.testin…
147 "grpc.testing.compiler.TestService", "FullBidiCall"))
150 io.grpc.testing.compiler.Test.StreamingOutputCallRequest.getDefaultInstance()))
152 io.grpc.testing.compiler.Test.StreamingOutputCallResponse.getDefaultInstance()))
161 …private static volatile io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.StreamingOutputCall…
162 io.grpc.testing.compiler.Test.StreamingOutputCallResponse> getHalfBidiCallMethod;
166 requestType = io.grpc.testing.compiler.Test.StreamingOutputCallRequest.class,
167 responseType = io.grpc.testing.compiler.Test.StreamingOutputCallResponse.class,
169 public static io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.StreamingOutputCallRequest,
170 io.grpc.testing.compiler.Test.StreamingOutputCallResponse> getHalfBidiCallMethod() {
171 …io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.StreamingOutputCallRequest, io.grpc.testing…
176 …io.grpc.MethodDescriptor.<io.grpc.testing.compiler.Test.StreamingOutputCallRequest, io.grpc.testin…
179 "grpc.testing.compiler.TestService", "HalfBidiCall"))
182 io.grpc.testing.compiler.Test.StreamingOutputCallRequest.getDefaultInstance()))
184 io.grpc.testing.compiler.Test.StreamingOutputCallResponse.getDefaultInstance()))
193 …private static volatile io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.StreamingInputCallR…
194 io.grpc.testing.compiler.Test.StreamingInputCallResponse> getImportMethod;
198 requestType = io.grpc.testing.compiler.Test.StreamingInputCallRequest.class,
199 responseType = io.grpc.testing.compiler.Test.StreamingInputCallResponse.class,
201 public static io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.StreamingInputCallRequest,
202 io.grpc.testing.compiler.Test.StreamingInputCallResponse> getImportMethod() {
203 …io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.StreamingInputCallRequest, io.grpc.testing.…
208 …io.grpc.MethodDescriptor.<io.grpc.testing.compiler.Test.StreamingInputCallRequest, io.grpc.testing…
211 "grpc.testing.compiler.TestService", "Import"))
214 io.grpc.testing.compiler.Test.StreamingInputCallRequest.getDefaultInstance()))
216 io.grpc.testing.compiler.Test.StreamingInputCallResponse.getDefaultInstance()))
261 public void unaryCall(io.grpc.testing.compiler.Test.SimpleRequest request,
262 … io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.SimpleResponse> responseObserver) {
272 … public void streamingOutputCall(io.grpc.testing.compiler.Test.StreamingOutputCallRequest request,
273 …io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingOutputCallResponse> responseObs…
283 …public io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingInputCallRequest> stream…
284 …io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingInputCallResponse> responseObse…
295 …public io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingOutputCallRequest> fullB…
296 …io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingOutputCallResponse> responseObs…
308 …public io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingOutputCallRequest> halfB…
309 …io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingOutputCallResponse> responseObs…
319 …public io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingInputCallRequest> import…
320 …io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingInputCallResponse> responseObse…
330 io.grpc.testing.compiler.Test.SimpleRequest,
331 io.grpc.testing.compiler.Test.SimpleResponse>(
337 io.grpc.testing.compiler.Test.StreamingOutputCallRequest,
338 io.grpc.testing.compiler.Test.StreamingOutputCallResponse>(
344 io.grpc.testing.compiler.Test.StreamingInputCallRequest,
345 io.grpc.testing.compiler.Test.StreamingInputCallResponse>(
351 io.grpc.testing.compiler.Test.StreamingOutputCallRequest,
352 io.grpc.testing.compiler.Test.StreamingOutputCallResponse>(
358 io.grpc.testing.compiler.Test.StreamingOutputCallRequest,
359 io.grpc.testing.compiler.Test.StreamingOutputCallResponse>(
365 io.grpc.testing.compiler.Test.StreamingInputCallRequest,
366 io.grpc.testing.compiler.Test.StreamingInputCallResponse>(
399 public void unaryCall(io.grpc.testing.compiler.Test.SimpleRequest request,
400 … io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.SimpleResponse> responseObserver) {
411 … public void streamingOutputCall(io.grpc.testing.compiler.Test.StreamingOutputCallRequest request,
412 …io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingOutputCallResponse> responseObs…
423 …public io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingInputCallRequest> stream…
424 …io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingInputCallResponse> responseObse…
436 …public io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingOutputCallRequest> fullB…
437 …io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingOutputCallResponse> responseObs…
450 …public io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingOutputCallRequest> halfB…
451 …io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingOutputCallResponse> responseObs…
462 …public io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingInputCallRequest> import…
463 …io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingInputCallResponse> responseObse…
496 …public io.grpc.testing.compiler.Test.SimpleResponse unaryCall(io.grpc.testing.compiler.Test.Simple…
507 …public java.util.Iterator<io.grpc.testing.compiler.Test.StreamingOutputCallResponse> streamingOutp…
508 io.grpc.testing.compiler.Test.StreamingOutputCallRequest request) {
541 …public com.google.common.util.concurrent.ListenableFuture<io.grpc.testing.compiler.Test.SimpleResp…
542 io.grpc.testing.compiler.Test.SimpleRequest request) {
573 serviceImpl.unaryCall((io.grpc.testing.compiler.Test.SimpleRequest) request,
574 … (io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.SimpleResponse>) responseObserver);
577 …serviceImpl.streamingOutputCall((io.grpc.testing.compiler.Test.StreamingOutputCallRequest) request,
578 …(io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingOutputCallResponse>) responseO…
592 …(io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingInputCallResponse>) responseOb…
595 …(io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingOutputCallResponse>) responseO…
598 …(io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingOutputCallResponse>) responseO…
601 …(io.grpc.stub.StreamObserver<io.grpc.testing.compiler.Test.StreamingInputCallResponse>) responseOb…
614 return io.grpc.testing.compiler.Test.getDescriptor();