public interface ListGameServerClustersResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
GameServerCluster |
getGameServerClusters(int index)
The list of game server clusters.
|
int |
getGameServerClustersCount()
The list of game server clusters.
|
List<GameServerCluster> |
getGameServerClustersList()
The list of game server clusters.
|
GameServerClusterOrBuilder |
getGameServerClustersOrBuilder(int index)
The list of game server clusters.
|
List<? extends GameServerClusterOrBuilder> |
getGameServerClustersOrBuilderList()
The list of game server clusters.
|
String |
getNextPageToken()
Token to retrieve the next page of results, or empty if there are no more
results in the list.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Token to retrieve the next page of results, or empty if there are no more
results in the list.
|
String |
getUnreachable(int index)
List of locations that could not be reached.
|
com.google.protobuf.ByteString |
getUnreachableBytes(int index)
List of locations that could not be reached.
|
int |
getUnreachableCount()
List of locations that could not be reached.
|
List<String> |
getUnreachableList()
List of locations that could not be reached.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<GameServerCluster> getGameServerClustersList()
The list of game server clusters.
repeated .google.cloud.gaming.v1.GameServerCluster game_server_clusters = 1;GameServerCluster getGameServerClusters(int index)
The list of game server clusters.
repeated .google.cloud.gaming.v1.GameServerCluster game_server_clusters = 1;int getGameServerClustersCount()
The list of game server clusters.
repeated .google.cloud.gaming.v1.GameServerCluster game_server_clusters = 1;List<? extends GameServerClusterOrBuilder> getGameServerClustersOrBuilderList()
The list of game server clusters.
repeated .google.cloud.gaming.v1.GameServerCluster game_server_clusters = 1;GameServerClusterOrBuilder getGameServerClustersOrBuilder(int index)
The list of game server clusters.
repeated .google.cloud.gaming.v1.GameServerCluster game_server_clusters = 1;String getNextPageToken()
Token to retrieve the next page of results, or empty if there are no more results in the list.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
Token to retrieve the next page of results, or empty if there are no more results in the list.
string next_page_token = 2;List<String> getUnreachableList()
List of locations that could not be reached.
repeated string unreachable = 4;int getUnreachableCount()
List of locations that could not be reached.
repeated string unreachable = 4;String getUnreachable(int index)
List of locations that could not be reached.
repeated string unreachable = 4;index - The index of the element to return.com.google.protobuf.ByteString getUnreachableBytes(int index)
List of locations that could not be reached.
repeated string unreachable = 4;index - The index of the value to return.Copyright © 2023 Google LLC. All rights reserved.