| Package | Description |
|---|---|
| io.grpc.channelz.v1 |
| Modifier and Type | Method and Description |
|---|---|
Channel |
Channel.Builder.build() |
Channel |
Channel.Builder.buildPartial() |
Channel |
GetChannelResponseOrBuilder.getChannel()
The Channel that corresponds to the requested channel_id.
|
Channel |
GetChannelResponse.getChannel()
The Channel that corresponds to the requested channel_id.
|
Channel |
GetChannelResponse.Builder.getChannel()
The Channel that corresponds to the requested channel_id.
|
Channel |
GetTopChannelsResponseOrBuilder.getChannel(int index)
list of channels that the connection detail service knows about.
|
Channel |
GetTopChannelsResponse.getChannel(int index)
list of channels that the connection detail service knows about.
|
Channel |
GetTopChannelsResponse.Builder.getChannel(int index)
list of channels that the connection detail service knows about.
|
static Channel |
Channel.getDefaultInstance() |
Channel |
Channel.getDefaultInstanceForType() |
Channel |
Channel.Builder.getDefaultInstanceForType() |
static Channel |
Channel.parseDelimitedFrom(InputStream input) |
static Channel |
Channel.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Channel |
Channel.parseFrom(byte[] data) |
static Channel |
Channel.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Channel |
Channel.parseFrom(ByteBuffer data) |
static Channel |
Channel.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Channel |
Channel.parseFrom(com.google.protobuf.ByteString data) |
static Channel |
Channel.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Channel |
Channel.parseFrom(com.google.protobuf.CodedInputStream input) |
static Channel |
Channel.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Channel |
Channel.parseFrom(InputStream input) |
static Channel |
Channel.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<Channel> |
GetTopChannelsResponseOrBuilder.getChannelList()
list of channels that the connection detail service knows about.
|
List<Channel> |
GetTopChannelsResponse.getChannelList()
list of channels that the connection detail service knows about.
|
List<Channel> |
GetTopChannelsResponse.Builder.getChannelList()
list of channels that the connection detail service knows about.
|
com.google.protobuf.Parser<Channel> |
Channel.getParserForType() |
static com.google.protobuf.Parser<Channel> |
Channel.parser() |
| Modifier and Type | Method and Description |
|---|---|
GetTopChannelsResponse.Builder |
GetTopChannelsResponse.Builder.addChannel(Channel value)
list of channels that the connection detail service knows about.
|
GetTopChannelsResponse.Builder |
GetTopChannelsResponse.Builder.addChannel(int index,
Channel value)
list of channels that the connection detail service knows about.
|
GetChannelResponse.Builder |
GetChannelResponse.Builder.mergeChannel(Channel value)
The Channel that corresponds to the requested channel_id.
|
Channel.Builder |
Channel.Builder.mergeFrom(Channel other) |
static Channel.Builder |
Channel.newBuilder(Channel prototype) |
GetChannelResponse.Builder |
GetChannelResponse.Builder.setChannel(Channel value)
The Channel that corresponds to the requested channel_id.
|
GetTopChannelsResponse.Builder |
GetTopChannelsResponse.Builder.setChannel(int index,
Channel value)
list of channels that the connection detail service knows about.
|
| Modifier and Type | Method and Description |
|---|---|
GetTopChannelsResponse.Builder |
GetTopChannelsResponse.Builder.addAllChannel(Iterable<? extends Channel> values)
list of channels that the connection detail service knows about.
|