File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
java-showcase/gapic-showcase/src/main/java/com/google/showcase/v1beta1/stub Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -110,18 +110,6 @@ public class GrpcEchoStub extends EchoStub {
110110 .setSampledToLocalTracing (true )
111111 .build ();
112112
113- private static final MethodDescriptor <FailEchoWithDetailsRequest , FailEchoWithDetailsResponse >
114- failEchoWithDetailsMethodDescriptor =
115- MethodDescriptor .<FailEchoWithDetailsRequest , FailEchoWithDetailsResponse >newBuilder ()
116- .setType (MethodDescriptor .MethodType .UNARY )
117- .setFullMethodName ("google.showcase.v1beta1.Echo/FailEchoWithDetails" )
118- .setRequestMarshaller (
119- ProtoUtils .marshaller (FailEchoWithDetailsRequest .getDefaultInstance ()))
120- .setResponseMarshaller (
121- ProtoUtils .marshaller (FailEchoWithDetailsResponse .getDefaultInstance ()))
122- .setSampledToLocalTracing (true )
123- .build ();
124-
125113 private static final MethodDescriptor <ExpandRequest , EchoResponse > expandMethodDescriptor =
126114 MethodDescriptor .<ExpandRequest , EchoResponse >newBuilder ()
127115 .setType (MethodDescriptor .MethodType .SERVER_STREAMING )
You can’t perform that action at this time.
0 commit comments