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

shade.polaris.io.grpc.channelz.v1.SubchannelOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: grpc/channelz/v1/channelz.proto

package io.grpc.channelz.v1;

public interface SubchannelOrBuilder extends
    // @@protoc_insertion_point(interface_extends:grpc.channelz.v1.Subchannel)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The identifier for this channel.
   * 
* * .grpc.channelz.v1.SubchannelRef ref = 1; * @return Whether the ref field is set. */ boolean hasRef(); /** *
   * The identifier for this channel.
   * 
* * .grpc.channelz.v1.SubchannelRef ref = 1; * @return The ref. */ io.grpc.channelz.v1.SubchannelRef getRef(); /** *
   * The identifier for this channel.
   * 
* * .grpc.channelz.v1.SubchannelRef ref = 1; */ io.grpc.channelz.v1.SubchannelRefOrBuilder getRefOrBuilder(); /** *
   * Data specific to this channel.
   * 
* * .grpc.channelz.v1.ChannelData data = 2; * @return Whether the data field is set. */ boolean hasData(); /** *
   * Data specific to this channel.
   * 
* * .grpc.channelz.v1.ChannelData data = 2; * @return The data. */ io.grpc.channelz.v1.ChannelData getData(); /** *
   * Data specific to this channel.
   * 
* * .grpc.channelz.v1.ChannelData data = 2; */ io.grpc.channelz.v1.ChannelDataOrBuilder getDataOrBuilder(); /** *
   * There are no ordering guarantees on the order of channel refs.
   * There may not be cycles in the ref graph.
   * A channel ref may be present in more than one channel or subchannel.
   * 
* * repeated .grpc.channelz.v1.ChannelRef channel_ref = 3; */ java.util.List getChannelRefList(); /** *
   * There are no ordering guarantees on the order of channel refs.
   * There may not be cycles in the ref graph.
   * A channel ref may be present in more than one channel or subchannel.
   * 
* * repeated .grpc.channelz.v1.ChannelRef channel_ref = 3; */ io.grpc.channelz.v1.ChannelRef getChannelRef(int index); /** *
   * There are no ordering guarantees on the order of channel refs.
   * There may not be cycles in the ref graph.
   * A channel ref may be present in more than one channel or subchannel.
   * 
* * repeated .grpc.channelz.v1.ChannelRef channel_ref = 3; */ int getChannelRefCount(); /** *
   * There are no ordering guarantees on the order of channel refs.
   * There may not be cycles in the ref graph.
   * A channel ref may be present in more than one channel or subchannel.
   * 
* * repeated .grpc.channelz.v1.ChannelRef channel_ref = 3; */ java.util.List getChannelRefOrBuilderList(); /** *
   * There are no ordering guarantees on the order of channel refs.
   * There may not be cycles in the ref graph.
   * A channel ref may be present in more than one channel or subchannel.
   * 
* * repeated .grpc.channelz.v1.ChannelRef channel_ref = 3; */ io.grpc.channelz.v1.ChannelRefOrBuilder getChannelRefOrBuilder( int index); /** *
   * At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
   * There are no ordering guarantees on the order of subchannel refs.
   * There may not be cycles in the ref graph.
   * A sub channel ref may be present in more than one channel or subchannel.
   * 
* * repeated .grpc.channelz.v1.SubchannelRef subchannel_ref = 4; */ java.util.List getSubchannelRefList(); /** *
   * At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
   * There are no ordering guarantees on the order of subchannel refs.
   * There may not be cycles in the ref graph.
   * A sub channel ref may be present in more than one channel or subchannel.
   * 
* * repeated .grpc.channelz.v1.SubchannelRef subchannel_ref = 4; */ io.grpc.channelz.v1.SubchannelRef getSubchannelRef(int index); /** *
   * At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
   * There are no ordering guarantees on the order of subchannel refs.
   * There may not be cycles in the ref graph.
   * A sub channel ref may be present in more than one channel or subchannel.
   * 
* * repeated .grpc.channelz.v1.SubchannelRef subchannel_ref = 4; */ int getSubchannelRefCount(); /** *
   * At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
   * There are no ordering guarantees on the order of subchannel refs.
   * There may not be cycles in the ref graph.
   * A sub channel ref may be present in more than one channel or subchannel.
   * 
* * repeated .grpc.channelz.v1.SubchannelRef subchannel_ref = 4; */ java.util.List getSubchannelRefOrBuilderList(); /** *
   * At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
   * There are no ordering guarantees on the order of subchannel refs.
   * There may not be cycles in the ref graph.
   * A sub channel ref may be present in more than one channel or subchannel.
   * 
* * repeated .grpc.channelz.v1.SubchannelRef subchannel_ref = 4; */ io.grpc.channelz.v1.SubchannelRefOrBuilder getSubchannelRefOrBuilder( int index); /** *
   * There are no ordering guarantees on the order of sockets.
   * 
* * repeated .grpc.channelz.v1.SocketRef socket_ref = 5; */ java.util.List getSocketRefList(); /** *
   * There are no ordering guarantees on the order of sockets.
   * 
* * repeated .grpc.channelz.v1.SocketRef socket_ref = 5; */ io.grpc.channelz.v1.SocketRef getSocketRef(int index); /** *
   * There are no ordering guarantees on the order of sockets.
   * 
* * repeated .grpc.channelz.v1.SocketRef socket_ref = 5; */ int getSocketRefCount(); /** *
   * There are no ordering guarantees on the order of sockets.
   * 
* * repeated .grpc.channelz.v1.SocketRef socket_ref = 5; */ java.util.List getSocketRefOrBuilderList(); /** *
   * There are no ordering guarantees on the order of sockets.
   * 
* * repeated .grpc.channelz.v1.SocketRef socket_ref = 5; */ io.grpc.channelz.v1.SocketRefOrBuilder getSocketRefOrBuilder( int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy