Interface GetTopChannelsResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getChannel(int index)
    list of channels that the connection detail service knows about.
    int
    list of channels that the connection detail service knows about.
    list of channels that the connection detail service knows about.
    list of channels that the connection detail service knows about.
    list of channels that the connection detail service knows about.
    boolean
    If set, indicates that the list of channels is the final list.

    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

    • getChannelList

      List<Channel> getChannelList()
       list of channels that the connection detail service knows about.  Sorted in
       ascending channel_id order.
       Must contain at least 1 result, otherwise 'end' must be true.
       
      repeated .grpc.channelz.v1.Channel channel = 1;
    • getChannel

      Channel getChannel(int index)
       list of channels that the connection detail service knows about.  Sorted in
       ascending channel_id order.
       Must contain at least 1 result, otherwise 'end' must be true.
       
      repeated .grpc.channelz.v1.Channel channel = 1;
    • getChannelCount

      int getChannelCount()
       list of channels that the connection detail service knows about.  Sorted in
       ascending channel_id order.
       Must contain at least 1 result, otherwise 'end' must be true.
       
      repeated .grpc.channelz.v1.Channel channel = 1;
    • getChannelOrBuilderList

      List<? extends ChannelOrBuilder> getChannelOrBuilderList()
       list of channels that the connection detail service knows about.  Sorted in
       ascending channel_id order.
       Must contain at least 1 result, otherwise 'end' must be true.
       
      repeated .grpc.channelz.v1.Channel channel = 1;
    • getChannelOrBuilder

      ChannelOrBuilder getChannelOrBuilder(int index)
       list of channels that the connection detail service knows about.  Sorted in
       ascending channel_id order.
       Must contain at least 1 result, otherwise 'end' must be true.
       
      repeated .grpc.channelz.v1.Channel channel = 1;
    • getEnd

      boolean getEnd()
       If set, indicates that the list of channels is the final list.  Requesting
       more channels can only return more if they are created after this RPC
       completes.
       
      bool end = 2;
      Returns:
      The end.