Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
data class GameServerConfigFleetConfig(val fleetSpec: String, val name: String? = null)
Link copied to clipboard
data class GameServerConfigScalingConfig(val fleetAutoscalerSpec: String, val name: String, val schedules: List<GameServerConfigScalingConfigSchedule>? = null, val selectors: List<GameServerConfigScalingConfigSelector>? = null)
Link copied to clipboard
data class GameServerConfigScalingConfigSchedule(val cronJobDuration: String? = null, val cronSpec: String? = null, val endTime: String? = null, val startTime: String? = null)
Link copied to clipboard
data class GameServerConfigScalingConfigSelector(val labels: Map<String, String>? = null)
Link copied to clipboard
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.