shade.polaris.io.grpc.channelz.v1.GetServersResponseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of polaris-all Show documentation
Show all versions of polaris-all Show documentation
All in one project for polaris-java
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: grpc/channelz/v1/channelz.proto
package io.grpc.channelz.v1;
public interface GetServersResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:grpc.channelz.v1.GetServersResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* list of servers that the connection detail service knows about. Sorted in
* ascending server_id order.
* Must contain at least 1 result, otherwise 'end' must be true.
*
*
* repeated .grpc.channelz.v1.Server server = 1;
*/
java.util.List
getServerList();
/**
*
* list of servers that the connection detail service knows about. Sorted in
* ascending server_id order.
* Must contain at least 1 result, otherwise 'end' must be true.
*
*
* repeated .grpc.channelz.v1.Server server = 1;
*/
io.grpc.channelz.v1.Server getServer(int index);
/**
*
* list of servers that the connection detail service knows about. Sorted in
* ascending server_id order.
* Must contain at least 1 result, otherwise 'end' must be true.
*
*
* repeated .grpc.channelz.v1.Server server = 1;
*/
int getServerCount();
/**
*
* list of servers that the connection detail service knows about. Sorted in
* ascending server_id order.
* Must contain at least 1 result, otherwise 'end' must be true.
*
*
* repeated .grpc.channelz.v1.Server server = 1;
*/
java.util.List extends io.grpc.channelz.v1.ServerOrBuilder>
getServerOrBuilderList();
/**
*
* list of servers that the connection detail service knows about. Sorted in
* ascending server_id order.
* Must contain at least 1 result, otherwise 'end' must be true.
*
*
* repeated .grpc.channelz.v1.Server server = 1;
*/
io.grpc.channelz.v1.ServerOrBuilder getServerOrBuilder(
int index);
/**
*
* If set, indicates that the list of servers is the final list. Requesting
* more servers will 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