Skip to content

Commit 423c17d

Browse files
diegomarquezplqiu96
authored andcommitted
deps: update gapic-showcase to 36.2 (#3771)
1 parent 29988c7 commit 423c17d

File tree

1 file changed

+11
-0
lines changed
  • java-showcase/gapic-showcase/src/main/java/com/google/showcase/v1beta1/stub

1 file changed

+11
-0
lines changed

java-showcase/gapic-showcase/src/main/java/com/google/showcase/v1beta1/stub/GrpcEchoStub.java

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)