CreateGameServerConfigRequest(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)Request message for GameServerConfigsService.CreateGameServerConfig.
Attributes |
|
|---|---|
| Name | Description |
parent |
str
Required. The parent resource name. Uses the form: projects/{project}/locations/{location}/gameServerDeployments/{deployment}/.
|
config_id |
str
Required. The ID of the game server config resource to be created. |
game_server_config |
google.cloud.gaming_v1beta.types.GameServerConfig
Required. The game server config resource to be created. |