shade.polaris.io.grpc.channelz.v1.GetTopChannelsResponseOrBuilder 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 GetTopChannelsResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:grpc.channelz.v1.GetTopChannelsResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* 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;
*/
java.util.List
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;
*/
io.grpc.channelz.v1.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;
*/
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;
*/
java.util.List extends io.grpc.channelz.v1.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;
*/
io.grpc.channelz.v1.ChannelOrBuilder getChannelOrBuilder(
int index);
/**
*
* 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;
* @return The end.
*/
boolean getEnd();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy