public interface GetChannelResponseOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Channel |
getChannel()
The Channel that corresponds to the requested channel_id.
|
ChannelOrBuilder |
getChannelOrBuilder()
The Channel that corresponds to the requested channel_id.
|
boolean |
hasChannel()
The Channel that corresponds to the requested channel_id.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedboolean hasChannel()
The Channel that corresponds to the requested channel_id. This field should be set.
.grpc.channelz.v1.Channel channel = 1;Channel getChannel()
The Channel that corresponds to the requested channel_id. This field should be set.
.grpc.channelz.v1.Channel channel = 1;ChannelOrBuilder getChannelOrBuilder()
The Channel that corresponds to the requested channel_id. This field should be set.
.grpc.channelz.v1.Channel channel = 1;