Interface GetSubchannelResponseOrBuilder

    • Method Detail

      • hasSubchannel

        boolean hasSubchannel()
         The Subchannel that corresponds to the requested subchannel_id.  This
         field should be set.
         
        .grpc.channelz.v1.Subchannel subchannel = 1;
        Returns:
        Whether the subchannel field is set.
      • getSubchannel

        Subchannel getSubchannel()
         The Subchannel that corresponds to the requested subchannel_id.  This
         field should be set.
         
        .grpc.channelz.v1.Subchannel subchannel = 1;
        Returns:
        The subchannel.
      • getSubchannelOrBuilder

        SubchannelOrBuilder getSubchannelOrBuilder()
         The Subchannel that corresponds to the requested subchannel_id.  This
         field should be set.
         
        .grpc.channelz.v1.Subchannel subchannel = 1;