Interface SubchannelRefOrBuilder

    • Method Detail

      • getSubchannelId

        long getSubchannelId()
         The globally unique id for this subchannel.  Must be a positive number.
         
        int64 subchannel_id = 7;
        Returns:
        The subchannelId.
      • getName

        java.lang.String getName()
         An optional name associated with the subchannel.
         
        string name = 8;
        Returns:
        The name.
      • getNameBytes

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