Get Game Server Deployment Rollout Result
data class GetGameServerDeploymentRolloutResult(val defaultGameServerConfig: String, val deploymentId: String, val gameServerConfigOverrides: List<GetGameServerDeploymentRolloutGameServerConfigOverride>, val id: String, val name: String, val project: String)
A collection of values returned by getGameServerDeploymentRollout.
Properties
Link copied to clipboard
This field points to the game server config that is applied by default to all realms and clusters. For example, projects/my-project/locations/global/gameServerDeployments/my-game/configs/my-config
.
Link copied to clipboard
Link copied to clipboard
The game_server_config_overrides contains the per game server config overrides. The overrides are processed in the order they are listed. As soon as a match is found for a cluster, the rest of the list is not processed. Structure is documented below.