Class GameServerDeployment (0.3.0)

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

A game server deployment resource.

Attributes

NameDescription
name str
The resource name of the game server deployment. Uses the form: projects/{project}/locations/{location}/gameServerDeployments/{deployment}. For example, projects/my-project/locations/global/gameServerDeployments/my-deployment.
create_time .timestamp.Timestamp
Output only. The creation time.
update_time .timestamp.Timestamp
Output only. The last-modified time.
labels Sequence[.gcg_game_server_deployments.GameServerDeployment.LabelsEntry]
The labels associated with this game server deployment. Each label is a key-value pair.
etag str
ETag of the resource.
description str
Human readable description of the game server delpoyment.

Classes

LabelsEntry

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

The abstract base class for a message.

Parameters
NameDescription
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.