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 \ V1
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
GAME_SERVER_CLUSTER_VIEW_UNSPECIFIED
Value: 0
The default / unset value.
The API will default to the BASIC view.
Generated from protobuf enum GAME_SERVER_CLUSTER_VIEW_UNSPECIFIED = 0;
BASIC
Value: 1
Include basic information of a GameServerCluster resource and omit
cluster_state. This is the default value (for ListGameServerClusters,
GetGameServerCluster and PreviewCreateGameServerCluster).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Game Servers V1 Client - Class GameServerClusterView (1.2.6)\n\nVersion latestkeyboard_arrow_down\n\n- [1.2.6 (latest)](/php/docs/reference/cloud-game-servers/latest/V1.GameServerClusterView)\n- [1.2.5](/php/docs/reference/cloud-game-servers/1.2.5/V1.GameServerClusterView)\n- [1.1.1](/php/docs/reference/cloud-game-servers/1.1.1/V1.GameServerClusterView)\n- [1.0.5](/php/docs/reference/cloud-game-servers/1.0.5/V1.GameServerClusterView) \nReference documentation and code samples for the Google Cloud Game Servers V1 Client class GameServerClusterView.\n\nA view for GameServerCluster objects.\n\nProtobuf type `google.cloud.gaming.v1.GameServerClusterView`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Gaming \\\\ V1\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### GAME_SERVER_CLUSTER_VIEW_UNSPECIFIED\n\n Value: 0\n\nThe default / unset value.\n\nThe API will default to the BASIC view.\n\nGenerated from protobuf enum `GAME_SERVER_CLUSTER_VIEW_UNSPECIFIED = 0;`\n\n### BASIC\n\n Value: 1\n\nInclude basic information of a GameServerCluster resource and omit\n`cluster_state`. This is the default value (for ListGameServerClusters,\nGetGameServerCluster and PreviewCreateGameServerCluster).\n\nGenerated from protobuf enum `BASIC = 1;`\n\n### FULL\n\n Value: 2\n\nInclude everything.\n\nGenerated from protobuf enum `FULL = 2;`"]]