Interface ChannelRefOrBuilder

    • Method Detail

      • getChannelId

        long getChannelId()
         The globally unique id for this channel.  Must be a positive number.
         
        int64 channel_id = 1;
        Returns:
        The channelId.
      • getName

        String getName()
         An optional name associated with the channel.
         
        string name = 2;
        Returns:
        The name.
      • getNameBytes

        ByteString getNameBytes()
         An optional name associated with the channel.
         
        string name = 2;
        Returns:
        The bytes for name.