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

    Modifier and Type
    Method
    Description
    The Subchannel that corresponds to the requested subchannel_id.
    The Subchannel that corresponds to the requested subchannel_id.
    boolean
    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 Details

    • 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;