Skip to content

Commit aeb61db

Browse files
services: update channelz proto package
1 parent e19e8f7 commit aeb61db

File tree

65 files changed

+1483
-1479
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+1483
-1479
lines changed

services/src/generated/main/grpc/io/grpc/channelz/v1/ChannelzGrpc.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
*/
2424
@javax.annotation.Generated(
2525
value = "by gRPC proto compiler",
26-
comments = "Source: grpc/channelz/channelz.proto")
26+
comments = "Source: grpc/channelz/v1/channelz.proto")
2727
public final class ChannelzGrpc {
2828

2929
private ChannelzGrpc() {}
3030

31-
public static final String SERVICE_NAME = "grpc.channelz.Channelz";
31+
public static final String SERVICE_NAME = "grpc.channelz.v1.Channelz";
3232

3333
// Static method descriptors that strictly reflect the proto.
3434
@io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
@@ -55,7 +55,7 @@ io.grpc.channelz.v1.GetTopChannelsResponse> getGetTopChannelsMethodHelper() {
5555
io.grpc.MethodDescriptor.<io.grpc.channelz.v1.GetTopChannelsRequest, io.grpc.channelz.v1.GetTopChannelsResponse>newBuilder()
5656
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
5757
.setFullMethodName(generateFullMethodName(
58-
"grpc.channelz.Channelz", "GetTopChannels"))
58+
"grpc.channelz.v1.Channelz", "GetTopChannels"))
5959
.setSampledToLocalTracing(true)
6060
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
6161
io.grpc.channelz.v1.GetTopChannelsRequest.getDefaultInstance()))
@@ -92,7 +92,7 @@ io.grpc.channelz.v1.GetServersResponse> getGetServersMethodHelper() {
9292
io.grpc.MethodDescriptor.<io.grpc.channelz.v1.GetServersRequest, io.grpc.channelz.v1.GetServersResponse>newBuilder()
9393
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
9494
.setFullMethodName(generateFullMethodName(
95-
"grpc.channelz.Channelz", "GetServers"))
95+
"grpc.channelz.v1.Channelz", "GetServers"))
9696
.setSampledToLocalTracing(true)
9797
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
9898
io.grpc.channelz.v1.GetServersRequest.getDefaultInstance()))
@@ -129,7 +129,7 @@ io.grpc.channelz.v1.GetServerSocketsResponse> getGetServerSocketsMethodHelper()
129129
io.grpc.MethodDescriptor.<io.grpc.channelz.v1.GetServerSocketsRequest, io.grpc.channelz.v1.GetServerSocketsResponse>newBuilder()
130130
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
131131
.setFullMethodName(generateFullMethodName(
132-
"grpc.channelz.Channelz", "GetServerSockets"))
132+
"grpc.channelz.v1.Channelz", "GetServerSockets"))
133133
.setSampledToLocalTracing(true)
134134
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
135135
io.grpc.channelz.v1.GetServerSocketsRequest.getDefaultInstance()))
@@ -166,7 +166,7 @@ io.grpc.channelz.v1.GetChannelResponse> getGetChannelMethodHelper() {
166166
io.grpc.MethodDescriptor.<io.grpc.channelz.v1.GetChannelRequest, io.grpc.channelz.v1.GetChannelResponse>newBuilder()
167167
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
168168
.setFullMethodName(generateFullMethodName(
169-
"grpc.channelz.Channelz", "GetChannel"))
169+
"grpc.channelz.v1.Channelz", "GetChannel"))
170170
.setSampledToLocalTracing(true)
171171
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
172172
io.grpc.channelz.v1.GetChannelRequest.getDefaultInstance()))
@@ -203,7 +203,7 @@ io.grpc.channelz.v1.GetSubchannelResponse> getGetSubchannelMethodHelper() {
203203
io.grpc.MethodDescriptor.<io.grpc.channelz.v1.GetSubchannelRequest, io.grpc.channelz.v1.GetSubchannelResponse>newBuilder()
204204
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
205205
.setFullMethodName(generateFullMethodName(
206-
"grpc.channelz.Channelz", "GetSubchannel"))
206+
"grpc.channelz.v1.Channelz", "GetSubchannel"))
207207
.setSampledToLocalTracing(true)
208208
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
209209
io.grpc.channelz.v1.GetSubchannelRequest.getDefaultInstance()))
@@ -240,7 +240,7 @@ io.grpc.channelz.v1.GetSocketResponse> getGetSocketMethodHelper() {
240240
io.grpc.MethodDescriptor.<io.grpc.channelz.v1.GetSocketRequest, io.grpc.channelz.v1.GetSocketResponse>newBuilder()
241241
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
242242
.setFullMethodName(generateFullMethodName(
243-
"grpc.channelz.Channelz", "GetSocket"))
243+
"grpc.channelz.v1.Channelz", "GetSocket"))
244244
.setSampledToLocalTracing(true)
245245
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
246246
io.grpc.channelz.v1.GetSocketRequest.getDefaultInstance()))

0 commit comments

Comments
 (0)