Skip to content

Commit 6bd5582

Browse files
services: update channelz with docs from upstream
1 parent b0333c6 commit 6bd5582

40 files changed

+1509
-265
lines changed

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

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
import static io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall;
1717

1818
/**
19+
* <pre>
20+
* Channelz is a service exposed by gRPC servers that provides detailed debug
21+
* information.
22+
* </pre>
1923
*/
2024
@javax.annotation.Generated(
2125
value = "by gRPC proto compiler",
@@ -274,12 +278,16 @@ public static ChannelzFutureStub newFutureStub(
274278
}
275279

276280
/**
281+
* <pre>
282+
* Channelz is a service exposed by gRPC servers that provides detailed debug
283+
* information.
284+
* </pre>
277285
*/
278286
public static abstract class ChannelzImplBase implements io.grpc.BindableService {
279287

280288
/**
281289
* <pre>
282-
* Gets all root channels (e.g. channels the application has directly
290+
* Gets all root channels (i.e. channels the application has directly
283291
* created). This does not include subchannels nor non-top level channels.
284292
* </pre>
285293
*/
@@ -387,6 +395,10 @@ public void getSocket(io.grpc.channelz.v1.GetSocketRequest request,
387395
}
388396

389397
/**
398+
* <pre>
399+
* Channelz is a service exposed by gRPC servers that provides detailed debug
400+
* information.
401+
* </pre>
390402
*/
391403
public static final class ChannelzStub extends io.grpc.stub.AbstractStub<ChannelzStub> {
392404
private ChannelzStub(io.grpc.Channel channel) {
@@ -406,7 +418,7 @@ protected ChannelzStub build(io.grpc.Channel channel,
406418

407419
/**
408420
* <pre>
409-
* Gets all root channels (e.g. channels the application has directly
421+
* Gets all root channels (i.e. channels the application has directly
410422
* created). This does not include subchannels nor non-top level channels.
411423
* </pre>
412424
*/
@@ -473,6 +485,10 @@ public void getSocket(io.grpc.channelz.v1.GetSocketRequest request,
473485
}
474486

475487
/**
488+
* <pre>
489+
* Channelz is a service exposed by gRPC servers that provides detailed debug
490+
* information.
491+
* </pre>
476492
*/
477493
public static final class ChannelzBlockingStub extends io.grpc.stub.AbstractStub<ChannelzBlockingStub> {
478494
private ChannelzBlockingStub(io.grpc.Channel channel) {
@@ -492,7 +508,7 @@ protected ChannelzBlockingStub build(io.grpc.Channel channel,
492508

493509
/**
494510
* <pre>
495-
* Gets all root channels (e.g. channels the application has directly
511+
* Gets all root channels (i.e. channels the application has directly
496512
* created). This does not include subchannels nor non-top level channels.
497513
* </pre>
498514
*/
@@ -553,6 +569,10 @@ public io.grpc.channelz.v1.GetSocketResponse getSocket(io.grpc.channelz.v1.GetSo
553569
}
554570

555571
/**
572+
* <pre>
573+
* Channelz is a service exposed by gRPC servers that provides detailed debug
574+
* information.
575+
* </pre>
556576
*/
557577
public static final class ChannelzFutureStub extends io.grpc.stub.AbstractStub<ChannelzFutureStub> {
558578
private ChannelzFutureStub(io.grpc.Channel channel) {
@@ -572,7 +592,7 @@ protected ChannelzFutureStub build(io.grpc.Channel channel,
572592

573593
/**
574594
* <pre>
575-
* Gets all root channels (e.g. channels the application has directly
595+
* Gets all root channels (i.e. channels the application has directly
576596
* created). This does not include subchannels nor non-top level channels.
577597
* </pre>
578598
*/

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

Lines changed: 22 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)