Class CreateGameServerDeploymentRequest (1.5.2)

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

Request message for GameServerDeploymentsService.CreateGameServerDeployment.

Attributes

NameDescription
parent str
Required. The parent resource name. Uses the form: ``projects/{project}/locations/{location}``.
deployment_id str
Required. The ID of the game server delpoyment resource to be created.
game_server_deployment google.cloud.gaming_v1beta.types.GameServerDeployment
Required. The game server delpoyment resource to be created.

Inheritance

builtins.object > proto.message.Message > CreateGameServerDeploymentRequest