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