public interface GetServersResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getEnd()
If set, indicates that the list of servers is the final list.
|
Server |
getServer(int index)
list of servers that the connection detail service knows about.
|
int |
getServerCount()
list of servers that the connection detail service knows about.
|
List<Server> |
getServerList()
list of servers that the connection detail service knows about.
|
ServerOrBuilder |
getServerOrBuilder(int index)
list of servers that the connection detail service knows about.
|
List<? extends ServerOrBuilder> |
getServerOrBuilderList()
list of servers that the connection detail service knows about.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Server> 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;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;List<? extends 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;ServerOrBuilder getServerOrBuilder(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;boolean getEnd()
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;