public interface GameServerDeploymentRolloutOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getCreateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
String |
getDefaultGameServerConfig()
The default game server config is applied to all realms unless overridden
in the rollout.
|
com.google.protobuf.ByteString |
getDefaultGameServerConfigBytes()
The default game server config is applied to all realms unless overridden
in the rollout.
|
String |
getEtag()
ETag of the resource.
|
com.google.protobuf.ByteString |
getEtagBytes()
ETag of the resource.
|
GameServerConfigOverride |
getGameServerConfigOverrides(int index)
Contains the game server config rollout overrides.
|
int |
getGameServerConfigOverridesCount()
Contains the game server config rollout overrides.
|
List<GameServerConfigOverride> |
getGameServerConfigOverridesList()
Contains the game server config rollout overrides.
|
GameServerConfigOverrideOrBuilder |
getGameServerConfigOverridesOrBuilder(int index)
Contains the game server config rollout overrides.
|
List<? extends GameServerConfigOverrideOrBuilder> |
getGameServerConfigOverridesOrBuilderList()
Contains the game server config rollout overrides.
|
String |
getName()
The resource name of the game server deployment rollout, in the following
form:
`projects/{project}/locations/{location}/gameServerDeployments/{deployment}/rollout`.
|
com.google.protobuf.ByteString |
getNameBytes()
The resource name of the game server deployment rollout, in the following
form:
`projects/{project}/locations/{location}/gameServerDeployments/{deployment}/rollout`.
|
com.google.protobuf.Timestamp |
getUpdateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
Output only.
|
boolean |
hasCreateTime()
Output only.
|
boolean |
hasUpdateTime()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The resource name of the game server deployment rollout, in the following
form:
`projects/{project}/locations/{location}/gameServerDeployments/{deployment}/rollout`.
For example,
`projects/my-project/locations/global/gameServerDeployments/my-deployment/rollout`.
string name = 1;com.google.protobuf.ByteString getNameBytes()
The resource name of the game server deployment rollout, in the following
form:
`projects/{project}/locations/{location}/gameServerDeployments/{deployment}/rollout`.
For example,
`projects/my-project/locations/global/gameServerDeployments/my-deployment/rollout`.
string name = 1;boolean hasCreateTime()
Output only. The creation time.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getCreateTime()
Output only. The creation time.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The creation time.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasUpdateTime()
Output only. The last-modified time.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getUpdateTime()
Output only. The last-modified time.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. The last-modified time.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
String getDefaultGameServerConfig()
The default game server config is applied to all realms unless overridden in the rollout. For example, `projects/my-project/locations/global/gameServerDeployments/my-game/configs/my-config`.
string default_game_server_config = 4;com.google.protobuf.ByteString getDefaultGameServerConfigBytes()
The default game server config is applied to all realms unless overridden in the rollout. For example, `projects/my-project/locations/global/gameServerDeployments/my-game/configs/my-config`.
string default_game_server_config = 4;List<GameServerConfigOverride> getGameServerConfigOverridesList()
Contains the game server config rollout overrides. Overrides are processed in the order they are listed. Once a match is found for a realm, the rest of the list is not processed.
repeated .google.cloud.gaming.v1.GameServerConfigOverride game_server_config_overrides = 5;
GameServerConfigOverride getGameServerConfigOverrides(int index)
Contains the game server config rollout overrides. Overrides are processed in the order they are listed. Once a match is found for a realm, the rest of the list is not processed.
repeated .google.cloud.gaming.v1.GameServerConfigOverride game_server_config_overrides = 5;
int getGameServerConfigOverridesCount()
Contains the game server config rollout overrides. Overrides are processed in the order they are listed. Once a match is found for a realm, the rest of the list is not processed.
repeated .google.cloud.gaming.v1.GameServerConfigOverride game_server_config_overrides = 5;
List<? extends GameServerConfigOverrideOrBuilder> getGameServerConfigOverridesOrBuilderList()
Contains the game server config rollout overrides. Overrides are processed in the order they are listed. Once a match is found for a realm, the rest of the list is not processed.
repeated .google.cloud.gaming.v1.GameServerConfigOverride game_server_config_overrides = 5;
GameServerConfigOverrideOrBuilder getGameServerConfigOverridesOrBuilder(int index)
Contains the game server config rollout overrides. Overrides are processed in the order they are listed. Once a match is found for a realm, the rest of the list is not processed.
repeated .google.cloud.gaming.v1.GameServerConfigOverride game_server_config_overrides = 5;
String getEtag()
ETag of the resource.
string etag = 6;com.google.protobuf.ByteString getEtagBytes()
ETag of the resource.
string etag = 6;Copyright © 2023 Google LLC. All rights reserved.