Class GameServerDeploymentRollout (1.5.2)

GameServerDeploymentRollout(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The game server deployment rollout which represents the desired rollout state.

Attributes

NameDescription
name str
The resource name of the game server deployment rollout. Uses the form: ``projects/{project}/locations/{location}/gameServerDeployments/{deployment}/rollout``. For example, ``projects/my-project/locations/{location}/gameServerDeployments/my-deployment/rollout``.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. The creation time.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. The last-modified time.
default_game_server_config str
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``.
game_server_config_overrides Sequence[google.cloud.gaming_v1beta.types.GameServerConfigOverride]
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.
etag str
ETag of the resource.

Inheritance

builtins.object > proto.message.Message > GameServerDeploymentRollout