Class CreateGameServerConfigRequest (1.5.0)

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

Request message for GameServerConfigsService.CreateGameServerConfig.

Attributes

NameDescription
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.

Inheritance

builtins.object > proto.message.Message > CreateGameServerConfigRequest