File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
java-showcase/gapic-showcase/src/main/java/com/google/showcase/v1beta1/stub Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -110,6 +110,17 @@ public class GrpcEchoStub extends EchoStub {
110
110
.setSampledToLocalTracing (true )
111
111
.build ();
112
112
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
+ .build ();
123
+
113
124
private static final MethodDescriptor <ExpandRequest , EchoResponse > expandMethodDescriptor =
114
125
MethodDescriptor .<ExpandRequest , EchoResponse >newBuilder ()
115
126
.setType (MethodDescriptor .MethodType .SERVER_STREAMING )
You can’t perform that action at this time.
0 commit comments