Class FetchDeploymentStateResponse (1.5.2)

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

Response message for GameServerDeploymentsService.FetchDeploymentState.

Attributes

NameDescription
cluster_state Sequence[google.cloud.gaming_v1.types.FetchDeploymentStateResponse.DeployedClusterState]
The state of the game server deployment in each game server cluster.
unavailable Sequence[str]
List of locations that could not be reached.

Inheritance

builtins.object > proto.message.Message > FetchDeploymentStateResponse

Classes

DeployedClusterState

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

The game server cluster changes made by the game server deployment.