Interface ChannelOrBuilder

    • Method Detail

      • hasRef

        boolean hasRef()
         The identifier for this channel. This should be set.
         
        .grpc.channelz.v1.ChannelRef ref = 1;
        Returns:
        Whether the ref field is set.
      • getRef

        ChannelRef getRef()
         The identifier for this channel. This should be set.
         
        .grpc.channelz.v1.ChannelRef ref = 1;
        Returns:
        The ref.
      • getRefOrBuilder

        ChannelRefOrBuilder getRefOrBuilder()
         The identifier for this channel. This should be set.
         
        .grpc.channelz.v1.ChannelRef ref = 1;
      • hasData

        boolean hasData()
         Data specific to this channel.
         
        .grpc.channelz.v1.ChannelData data = 2;
        Returns:
        Whether the data field is set.
      • getData

        ChannelData getData()
         Data specific to this channel.
         
        .grpc.channelz.v1.ChannelData data = 2;
        Returns:
        The data.
      • getDataOrBuilder

        ChannelDataOrBuilder getDataOrBuilder()
         Data specific to this channel.
         
        .grpc.channelz.v1.ChannelData data = 2;
      • getChannelRefList

        List<ChannelRef> getChannelRefList()
         There are no ordering guarantees on the order of channel refs.
         There may not be cycles in the ref graph.
         A channel ref may be present in more than one channel or subchannel.
         
        repeated .grpc.channelz.v1.ChannelRef channel_ref = 3;
      • getChannelRef

        ChannelRef getChannelRef​(int index)
         There are no ordering guarantees on the order of channel refs.
         There may not be cycles in the ref graph.
         A channel ref may be present in more than one channel or subchannel.
         
        repeated .grpc.channelz.v1.ChannelRef channel_ref = 3;
      • getChannelRefCount

        int getChannelRefCount()
         There are no ordering guarantees on the order of channel refs.
         There may not be cycles in the ref graph.
         A channel ref may be present in more than one channel or subchannel.
         
        repeated .grpc.channelz.v1.ChannelRef channel_ref = 3;
      • getChannelRefOrBuilderList

        List<? extends ChannelRefOrBuilder> getChannelRefOrBuilderList()
         There are no ordering guarantees on the order of channel refs.
         There may not be cycles in the ref graph.
         A channel ref may be present in more than one channel or subchannel.
         
        repeated .grpc.channelz.v1.ChannelRef channel_ref = 3;
      • getChannelRefOrBuilder

        ChannelRefOrBuilder getChannelRefOrBuilder​(int index)
         There are no ordering guarantees on the order of channel refs.
         There may not be cycles in the ref graph.
         A channel ref may be present in more than one channel or subchannel.
         
        repeated .grpc.channelz.v1.ChannelRef channel_ref = 3;
      • getSubchannelRefList

        List<SubchannelRef> getSubchannelRefList()
         At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
         There are no ordering guarantees on the order of subchannel refs.
         There may not be cycles in the ref graph.
         A sub channel ref may be present in more than one channel or subchannel.
         
        repeated .grpc.channelz.v1.SubchannelRef subchannel_ref = 4;
      • getSubchannelRef

        SubchannelRef getSubchannelRef​(int index)
         At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
         There are no ordering guarantees on the order of subchannel refs.
         There may not be cycles in the ref graph.
         A sub channel ref may be present in more than one channel or subchannel.
         
        repeated .grpc.channelz.v1.SubchannelRef subchannel_ref = 4;
      • getSubchannelRefCount

        int getSubchannelRefCount()
         At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
         There are no ordering guarantees on the order of subchannel refs.
         There may not be cycles in the ref graph.
         A sub channel ref may be present in more than one channel or subchannel.
         
        repeated .grpc.channelz.v1.SubchannelRef subchannel_ref = 4;
      • getSubchannelRefOrBuilderList

        List<? extends SubchannelRefOrBuilder> getSubchannelRefOrBuilderList()
         At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
         There are no ordering guarantees on the order of subchannel refs.
         There may not be cycles in the ref graph.
         A sub channel ref may be present in more than one channel or subchannel.
         
        repeated .grpc.channelz.v1.SubchannelRef subchannel_ref = 4;
      • getSubchannelRefOrBuilder

        SubchannelRefOrBuilder getSubchannelRefOrBuilder​(int index)
         At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
         There are no ordering guarantees on the order of subchannel refs.
         There may not be cycles in the ref graph.
         A sub channel ref may be present in more than one channel or subchannel.
         
        repeated .grpc.channelz.v1.SubchannelRef subchannel_ref = 4;
      • getSocketRefList

        List<SocketRef> getSocketRefList()
         There are no ordering guarantees on the order of sockets.
         
        repeated .grpc.channelz.v1.SocketRef socket_ref = 5;
      • getSocketRef

        SocketRef getSocketRef​(int index)
         There are no ordering guarantees on the order of sockets.
         
        repeated .grpc.channelz.v1.SocketRef socket_ref = 5;
      • getSocketRefCount

        int getSocketRefCount()
         There are no ordering guarantees on the order of sockets.
         
        repeated .grpc.channelz.v1.SocketRef socket_ref = 5;
      • getSocketRefOrBuilderList

        List<? extends SocketRefOrBuilder> getSocketRefOrBuilderList()
         There are no ordering guarantees on the order of sockets.
         
        repeated .grpc.channelz.v1.SocketRef socket_ref = 5;
      • getSocketRefOrBuilder

        SocketRefOrBuilder getSocketRefOrBuilder​(int index)
         There are no ordering guarantees on the order of sockets.
         
        repeated .grpc.channelz.v1.SocketRef socket_ref = 5;