public interface SubchannelRefOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
An optional name associated with the subchannel.
|
com.google.protobuf.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, hasOneoflong 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;com.google.protobuf.ByteString getNameBytes()
An optional name associated with the subchannel.
string name = 8;