public interface ListGameServerConfigsResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
GameServerConfig |
getGameServerConfigs(int index)
The list of game server configs.
|
int |
getGameServerConfigsCount()
The list of game server configs.
|
List<GameServerConfig> |
getGameServerConfigsList()
The list of game server configs.
|
GameServerConfigOrBuilder |
getGameServerConfigsOrBuilder(int index)
The list of game server configs.
|
List<? extends GameServerConfigOrBuilder> |
getGameServerConfigsOrBuilderList()
The list of game server configs.
|
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 were not reachable.
|
ByteString |
getUnreachableBytes(int index)
List of locations that were not reachable.
|
int |
getUnreachableCount()
List of locations that were not reachable.
|
List<String> |
getUnreachableList()
List of locations that were not reachable.
|
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<GameServerConfig> getGameServerConfigsList()
The list of game server configs.
repeated .google.cloud.gaming.v1alpha.GameServerConfig game_server_configs = 1;
GameServerConfig getGameServerConfigs(int index)
The list of game server configs.
repeated .google.cloud.gaming.v1alpha.GameServerConfig game_server_configs = 1;
int getGameServerConfigsCount()
The list of game server configs.
repeated .google.cloud.gaming.v1alpha.GameServerConfig game_server_configs = 1;
List<? extends GameServerConfigOrBuilder> getGameServerConfigsOrBuilderList()
The list of game server configs.
repeated .google.cloud.gaming.v1alpha.GameServerConfig game_server_configs = 1;
GameServerConfigOrBuilder getGameServerConfigsOrBuilder(int index)
The list of game server configs.
repeated .google.cloud.gaming.v1alpha.GameServerConfig game_server_configs = 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 were not reachable.
repeated string unreachable = 4;
int getUnreachableCount()
List of locations that were not reachable.
repeated string unreachable = 4;
String getUnreachable(int index)
List of locations that were not reachable.
repeated string unreachable = 4;
index
- The index of the element to return.ByteString getUnreachableBytes(int index)
List of locations that were not reachable.
repeated string unreachable = 4;
index
- The index of the value to return.Copyright © 2020 Google LLC. All rights reserved.