public interface GetSubchannelResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Subchannel |
getSubchannel()
The Subchannel that corresponds to the requested subchannel_id.
|
SubchannelOrBuilder |
getSubchannelOrBuilder()
The Subchannel that corresponds to the requested subchannel_id.
|
boolean |
hasSubchannel()
The Subchannel that corresponds to the requested subchannel_id.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSubchannel()
The Subchannel that corresponds to the requested subchannel_id. This field should be set.
.grpc.channelz.v1.Subchannel subchannel = 1;Subchannel getSubchannel()
The Subchannel that corresponds to the requested subchannel_id. This field should be set.
.grpc.channelz.v1.Subchannel subchannel = 1;SubchannelOrBuilder getSubchannelOrBuilder()
The Subchannel that corresponds to the requested subchannel_id. This field should be set.
.grpc.channelz.v1.Subchannel subchannel = 1;