Skip to content

Commit a953658

Browse files
chore: generate libraries at Wed Aug 27 18:46:06 UTC 2025
1 parent 0af7c94 commit a953658

File tree

1 file changed

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

1 file changed

+0
-12
lines changed

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

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

0 commit comments

Comments
 (0)