public interface SubchannelRefOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
An optional name associated with the subchannel.
|
ByteString |
getNameBytes()
An optional name associated with the subchannel.
|
long |
getSubchannelId()
The globally unique id for this subchannel.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedlong getSubchannelId()
The globally unique id for this subchannel. Must be a positive number.
int64 subchannel_id = 7;String getName()
An optional name associated with the subchannel.
string name = 8;ByteString getNameBytes()
An optional name associated with the subchannel.
string name = 8;