Class CreateGameServerDeploymentRequest (0.1.1)

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 Deployment resource to be created.
game_server_deployment .gcgv_game_server_deployments.GameServerDeployment
Required. The Game Server Deployment resource to be created.