public interface ListGameServerConfigsResponseOrBuilder
extends com.google.protobuf.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.
|
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<GameServerConfig> getGameServerConfigsList()
The list of game server configs.
repeated .google.cloud.gaming.v1.GameServerConfig game_server_configs = 1;GameServerConfig getGameServerConfigs(int index)
The list of game server configs.
repeated .google.cloud.gaming.v1.GameServerConfig game_server_configs = 1;int getGameServerConfigsCount()
The list of game server configs.
repeated .google.cloud.gaming.v1.GameServerConfig game_server_configs = 1;List<? extends GameServerConfigOrBuilder> getGameServerConfigsOrBuilderList()
The list of game server configs.
repeated .google.cloud.gaming.v1.GameServerConfig game_server_configs = 1;GameServerConfigOrBuilder getGameServerConfigsOrBuilder(int index)
The list of game server configs.
repeated .google.cloud.gaming.v1.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;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.