Module: Google::Cloud::Gaming::V1::GameServerClusterView

Defined in:
proto_docs/google/cloud/gaming/v1/game_server_clusters.rb

Overview

A view for GameServerCluster objects.

Constant Summary collapse

GAME_SERVER_CLUSTER_VIEW_UNSPECIFIED =

The default / unset value. The API will default to the BASIC view.

0
BASIC =

Include basic information of a GameServerCluster resource and omit cluster_state. This is the default value (for ListGameServerClusters, GetGameServerCluster and PreviewCreateGameServerCluster).

1
FULL =

Include everything.

2