public interface ListGameServerDeploymentsResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
GameServerDeployment |
getGameServerDeployments(int index)
The list of game server delpoyments.
|
int |
getGameServerDeploymentsCount()
The list of game server delpoyments.
|
List<GameServerDeployment> |
getGameServerDeploymentsList()
The list of game server delpoyments.
|
GameServerDeploymentOrBuilder |
getGameServerDeploymentsOrBuilder(int index)
The list of game server delpoyments.
|
List<? extends GameServerDeploymentOrBuilder> |
getGameServerDeploymentsOrBuilderList()
The list of game server delpoyments.
|
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<GameServerDeployment> getGameServerDeploymentsList()
The list of game server delpoyments.
repeated .google.cloud.gaming.v1alpha.GameServerDeployment game_server_deployments = 1;
GameServerDeployment getGameServerDeployments(int index)
The list of game server delpoyments.
repeated .google.cloud.gaming.v1alpha.GameServerDeployment game_server_deployments = 1;
int getGameServerDeploymentsCount()
The list of game server delpoyments.
repeated .google.cloud.gaming.v1alpha.GameServerDeployment game_server_deployments = 1;
List<? extends GameServerDeploymentOrBuilder> getGameServerDeploymentsOrBuilderList()
The list of game server delpoyments.
repeated .google.cloud.gaming.v1alpha.GameServerDeployment game_server_deployments = 1;
GameServerDeploymentOrBuilder getGameServerDeploymentsOrBuilder(int index)
The list of game server delpoyments.
repeated .google.cloud.gaming.v1alpha.GameServerDeployment game_server_deployments = 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.