Interface GetSubchannelResponseOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    GetSubchannelResponse, GetSubchannelResponse.Builder

    public interface GetSubchannelResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Subchannel getSubchannel()
      The Subchannel that corresponds to the requested subchannel_id.
      SubchannelOrBuilder getSubchannelOrBuilder()
      The Subchannel that corresponds to the requested subchannel_id.
      boolean hasSubchannel()
      The Subchannel that corresponds to the requested subchannel_id.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • 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;