public interface ChannelRefOrBuilder
extends com.google.protobuf.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.
|
com.google.protobuf.ByteString |
getNameBytes()
An optional name associated with the channel.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong 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;com.google.protobuf.ByteString getNameBytes()
An optional name associated with the channel.
string name = 2;