public interface ListGameServerClustersResponseOrBuilder extends 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.
|
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.
|
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.
|
String |
getUnreachableLocations(int index)
Deprecated.
|
ByteString |
getUnreachableLocationsBytes(int index)
Deprecated.
|
int |
getUnreachableLocationsCount()
Deprecated.
|
List<String> |
getUnreachableLocationsList()
Deprecated.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
List<GameServerCluster> getGameServerClustersList()
The list of game server clusters.
repeated .google.cloud.gaming.v1alpha.GameServerCluster game_server_clusters = 1;
GameServerCluster getGameServerClusters(int index)
The list of game server clusters.
repeated .google.cloud.gaming.v1alpha.GameServerCluster game_server_clusters = 1;
int getGameServerClustersCount()
The list of game server clusters.
repeated .google.cloud.gaming.v1alpha.GameServerCluster game_server_clusters = 1;
List<? extends GameServerClusterOrBuilder> getGameServerClustersOrBuilderList()
The list of game server clusters.
repeated .google.cloud.gaming.v1alpha.GameServerCluster game_server_clusters = 1;
GameServerClusterOrBuilder getGameServerClustersOrBuilder(int index)
The list of game server clusters.
repeated .google.cloud.gaming.v1alpha.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;
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;
@Deprecated List<String> getUnreachableLocationsList()
List of locations that could not be reached.
repeated string unreachable_locations = 3 [deprecated = true];
@Deprecated int getUnreachableLocationsCount()
List of locations that could not be reached.
repeated string unreachable_locations = 3 [deprecated = true];
@Deprecated String getUnreachableLocations(int index)
List of locations that could not be reached.
repeated string unreachable_locations = 3 [deprecated = true];
index
- The index of the element to return.@Deprecated ByteString getUnreachableLocationsBytes(int index)
List of locations that could not be reached.
repeated string unreachable_locations = 3 [deprecated = true];
index
- The index of the value to return.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.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 © 2020 Google LLC. All rights reserved.