Protobuf type google.cloud.gaming.v1.KubernetesClusterState.InstallationState
Namespace
Google \ Cloud \ Gaming \ V1 \ KubernetesClusterState
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
INSTALLATION_STATE_UNSPECIFIED
Value: 0
The default value. This value is used if the state is omitted.
Generated from protobuf enum INSTALLATION_STATE_UNSPECIFIED = 0;
AGONES_KUBERNETES_VERSION_SUPPORTED
Value: 1
The combination of Agones and Kubernetes versions is supported by Google
Cloud Game Servers.
Generated from protobuf enum AGONES_KUBERNETES_VERSION_SUPPORTED = 1;
AGONES_VERSION_UNSUPPORTED
Value: 2
The installed version of Agones is not supported by Google Cloud Game
Servers.
Generated from protobuf enum AGONES_VERSION_UNSUPPORTED = 2;
AGONES_KUBERNETES_VERSION_UNSUPPORTED
Value: 3
The installed version of Agones is supported by Google Cloud Game
Servers, but the installed version of Kubernetes is not recommended or
supported by the version of Agones.
Generated from protobuf enum AGONES_KUBERNETES_VERSION_UNSUPPORTED = 3;
AGONES_VERSION_UNRECOGNIZED
Value: 4
The installed version of Agones is not recognized because the Agones
controller's image name does not have a version string reported as
{major}.{minor}(.{patch}).
Generated from protobuf enum AGONES_VERSION_UNRECOGNIZED = 4;
KUBERNETES_VERSION_UNRECOGNIZED
Value: 5
The server version of Kubernetes cluster is not recognized because the
API server didn't return parsable version info on path/version.
Generated from protobuf enum KUBERNETES_VERSION_UNRECOGNIZED = 5;
VERSION_VERIFICATION_FAILED
Value: 6
Failed to read or verify the version of Agones or Kubernetes. See
version_installed_error_message for details.
Generated from protobuf enum VERSION_VERIFICATION_FAILED = 6;
AGONES_NOT_INSTALLED
Value: 7
Agones is not installed.
Generated from protobuf enum AGONES_NOT_INSTALLED = 7;
[[["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 InstallationState (1.2.6)\n\nVersion latestkeyboard_arrow_down\n\n- [1.2.6 (latest)](/php/docs/reference/cloud-game-servers/latest/V1.KubernetesClusterState.InstallationState)\n- [1.2.5](/php/docs/reference/cloud-game-servers/1.2.5/V1.KubernetesClusterState.InstallationState)\n- [1.1.1](/php/docs/reference/cloud-game-servers/1.1.1/V1.KubernetesClusterState.InstallationState)\n- [1.0.5](/php/docs/reference/cloud-game-servers/1.0.5/V1.KubernetesClusterState.InstallationState) \nReference documentation and code samples for the Google Cloud Game Servers V1 Client class InstallationState.\n\nThe state of the installed versions of Agones/Kubernetes. See also\n\u003chttps://cloud.google.com/game-servers/docs/versions-and-upgrades\u003e.\n\nProtobuf type `google.cloud.gaming.v1.KubernetesClusterState.InstallationState`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Gaming \\\\ V1 \\\\ KubernetesClusterState\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### INSTALLATION_STATE_UNSPECIFIED\n\n Value: 0\n\nThe default value. This value is used if the state is omitted.\n\nGenerated from protobuf enum `INSTALLATION_STATE_UNSPECIFIED = 0;`\n\n### AGONES_KUBERNETES_VERSION_SUPPORTED\n\n Value: 1\n\nThe combination of Agones and Kubernetes versions is supported by Google\nCloud Game Servers.\n\nGenerated from protobuf enum `AGONES_KUBERNETES_VERSION_SUPPORTED = 1;`\n\n### AGONES_VERSION_UNSUPPORTED\n\n Value: 2\n\nThe installed version of Agones is not supported by Google Cloud Game\nServers.\n\nGenerated from protobuf enum `AGONES_VERSION_UNSUPPORTED = 2;`\n\n### AGONES_KUBERNETES_VERSION_UNSUPPORTED\n\n Value: 3\n\nThe installed version of Agones is supported by Google Cloud Game\nServers, but the installed version of Kubernetes is not recommended or\nsupported by the version of Agones.\n\nGenerated from protobuf enum `AGONES_KUBERNETES_VERSION_UNSUPPORTED = 3;`\n\n### AGONES_VERSION_UNRECOGNIZED\n\n Value: 4\n\nThe installed version of Agones is not recognized because the Agones\ncontroller's image name does not have a version string reported as\n{major}.{minor}(.{patch}).\n\nGenerated from protobuf enum `AGONES_VERSION_UNRECOGNIZED = 4;`\n\n### KUBERNETES_VERSION_UNRECOGNIZED\n\n Value: 5\n\nThe server version of Kubernetes cluster is not recognized because the\nAPI server didn't return parsable version info on path/version.\n\nGenerated from protobuf enum `KUBERNETES_VERSION_UNRECOGNIZED = 5;`\n\n### VERSION_VERIFICATION_FAILED\n\n Value: 6\n\nFailed to read or verify the version of Agones or Kubernetes. See\nversion_installed_error_message for details.\n\nGenerated from protobuf enum `VERSION_VERIFICATION_FAILED = 6;`\n\n### AGONES_NOT_INSTALLED\n\n Value: 7\n\nAgones is not installed.\n\nGenerated from protobuf enum `AGONES_NOT_INSTALLED = 7;`"]]