File tree Expand file tree Collapse file tree
java-showcase/gapic-showcase/src/main/java/com/google/showcase/v1beta1/stub Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -110,6 +110,17 @@ 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+ .build ();
123+
113124 private static final MethodDescriptor <ExpandRequest , EchoResponse > expandMethodDescriptor =
114125 MethodDescriptor .<ExpandRequest , EchoResponse >newBuilder ()
115126 .setType (MethodDescriptor .MethodType .SERVER_STREAMING )
You can’t perform that action at this time.
0 commit comments