Reference documentation and code samples for the Google Cloud Game Servers V1 Client class GameServerDeploymentRollout.
The game server deployment rollout which represents the desired rollout
state.
Generated from protobuf messagegoogle.cloud.gaming.v1.GameServerDeploymentRollout
Namespace
Google \ Cloud \ Gaming \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ name
string
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.
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.
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
string
ETag of the resource.
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.
Returns
Type
Description
string
setName
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.
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.
Returns
Type
Description
string
setDefaultGameServerConfig
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.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getGameServerConfigOverrides
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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Game Servers V1 Client - Class GameServerDeploymentRollout (1.2.6)\n\nVersion latestkeyboard_arrow_down\n\n- [1.2.6 (latest)](/php/docs/reference/cloud-game-servers/latest/V1.GameServerDeploymentRollout)\n- [1.2.5](/php/docs/reference/cloud-game-servers/1.2.5/V1.GameServerDeploymentRollout)\n- [1.1.1](/php/docs/reference/cloud-game-servers/1.1.1/V1.GameServerDeploymentRollout)\n- [1.0.5](/php/docs/reference/cloud-game-servers/1.0.5/V1.GameServerDeploymentRollout) \nReference documentation and code samples for the Google Cloud Game Servers V1 Client class GameServerDeploymentRollout.\n\nThe game server deployment rollout which represents the desired rollout\nstate.\n\nGenerated from protobuf message `google.cloud.gaming.v1.GameServerDeploymentRollout`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Gaming \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getName\n\nThe resource name of the game server deployment rollout, in the following\nform:\n`projects/{project}/locations/{location}/gameServerDeployments/{deployment}/rollout`.\n\nFor example,\n`projects/my-project/locations/global/gameServerDeployments/my-deployment/rollout`.\n\n### setName\n\nThe resource name of the game server deployment rollout, in the following\nform:\n`projects/{project}/locations/{location}/gameServerDeployments/{deployment}/rollout`.\n\nFor example,\n`projects/my-project/locations/global/gameServerDeployments/my-deployment/rollout`.\n\n### getCreateTime\n\nOutput only. The creation time.\n\n### hasCreateTime\n\n### clearCreateTime\n\n### setCreateTime\n\nOutput only. The creation time.\n\n### getUpdateTime\n\nOutput only. The last-modified time.\n\n### hasUpdateTime\n\n### clearUpdateTime\n\n### setUpdateTime\n\nOutput only. The last-modified time.\n\n### getDefaultGameServerConfig\n\nThe default game server config is applied to all realms unless overridden\nin the rollout. For example,\n`projects/my-project/locations/global/gameServerDeployments/my-game/configs/my-config`.\n\n### setDefaultGameServerConfig\n\nThe default game server config is applied to all realms unless overridden\nin the rollout. For example,\n`projects/my-project/locations/global/gameServerDeployments/my-game/configs/my-config`.\n\n### getGameServerConfigOverrides\n\nContains the game server config rollout overrides. Overrides are processed\nin the order they are listed. Once a match is found for a realm, the rest\nof the list is not processed.\n\n### setGameServerConfigOverrides\n\nContains the game server config rollout overrides. Overrides are processed\nin the order they are listed. Once a match is found for a realm, the rest\nof the list is not processed.\n\n### getEtag\n\nETag of the resource.\n\n### setEtag\n\nETag of the resource."]]