All Downloads are FREE. Search and download functionalities are using the official Maven repository.

alluxio.shaded.client.io.grpc.channelz.v1.GetSubchannelResponseOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer alluxio.shaded.client.com.iler.  DO NOT EDIT!
// source: grpc/channelz/v1/channelz.proto

package alluxio.shaded.client.io.grpc.channelz.v1;

public interface GetSubchannelResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:grpc.channelz.v1.GetSubchannelResponse)
    alluxio.shaded.client.com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The Subchannel that corresponds to the requested subchannel_id.  This
   * field should be set.
   * 
* * .grpc.channelz.v1.Subchannel subchannel = 1; * @return Whether the subchannel field is set. */ boolean hasSubchannel(); /** *
   * The Subchannel that corresponds to the requested subchannel_id.  This
   * field should be set.
   * 
* * .grpc.channelz.v1.Subchannel subchannel = 1; * @return The subchannel. */ alluxio.shaded.client.io.grpc.channelz.v1.Subchannel getSubchannel(); /** *
   * The Subchannel that corresponds to the requested subchannel_id.  This
   * field should be set.
   * 
* * .grpc.channelz.v1.Subchannel subchannel = 1; */ alluxio.shaded.client.io.grpc.channelz.v1.SubchannelOrBuilder getSubchannelOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy