Interface GetChannelResponseOrBuilder

    • Method Detail

      • hasChannel

        boolean hasChannel()
         The Channel that corresponds to the requested channel_id.  This field
         should be set.
         
        .grpc.channelz.v1.Channel channel = 1;
        Returns:
        Whether the channel field is set.
      • getChannel

        Channel getChannel()
         The Channel that corresponds to the requested channel_id.  This field
         should be set.
         
        .grpc.channelz.v1.Channel channel = 1;
        Returns:
        The channel.
      • getChannelOrBuilder

        ChannelOrBuilder getChannelOrBuilder()
         The Channel that corresponds to the requested channel_id.  This field
         should be set.
         
        .grpc.channelz.v1.Channel channel = 1;