Reference documentation and code samples for the Google Cloud Game Servers V1 Client class GameServerClusterView.
A view for GameServerCluster objects.
Protobuf type google.cloud.gaming.v1.GameServerClusterView
Namespace
Google \ Cloud \ Gaming \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
GAME_SERVER_CLUSTER_VIEW_UNSPECIFIED
Value: 0The default / unset value.
The API will default to the BASIC view.
Generated from protobuf enum GAME_SERVER_CLUSTER_VIEW_UNSPECIFIED = 0;
BASIC
Value: 1Include basic information of a GameServerCluster resource and omit
cluster_state. This is the default value (for ListGameServerClusters,
GetGameServerCluster and PreviewCreateGameServerCluster).
Generated from protobuf enum BASIC = 1;
FULL
Value: 2Include everything.
Generated from protobuf enum FULL = 2;