public static enum KubernetesClusterState.InstallationState extends Enum<KubernetesClusterState.InstallationState> implements com.google.protobuf.ProtocolMessageEnum
The state of the installed versions of Agones/Kubernetes. See also https://cloud.google.com/game-servers/docs/versions-and-upgrades.Protobuf enum
google.cloud.gaming.v1.KubernetesClusterState.InstallationState| Enum Constant and Description |
|---|
AGONES_KUBERNETES_VERSION_SUPPORTED
The combination of Agones and Kubernetes versions is supported by Google
Cloud Game Servers.
|
AGONES_KUBERNETES_VERSION_UNSUPPORTED
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.
|
AGONES_NOT_INSTALLED
Agones is not installed.
|
AGONES_VERSION_UNRECOGNIZED
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}).
|
AGONES_VERSION_UNSUPPORTED
The installed version of Agones is not supported by Google Cloud Game
Servers.
|
INSTALLATION_STATE_UNSPECIFIED
The default value.
|
KUBERNETES_VERSION_UNRECOGNIZED
The server version of Kubernetes cluster is not recognized because the
API server didn't return parsable version info on path/version.
|
UNRECOGNIZED |
VERSION_VERIFICATION_FAILED
Failed to read or verify the version of Agones or Kubernetes.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
AGONES_KUBERNETES_VERSION_SUPPORTED_VALUE
The combination of Agones and Kubernetes versions is supported by Google
Cloud Game Servers.
|
static int |
AGONES_KUBERNETES_VERSION_UNSUPPORTED_VALUE
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.
|
static int |
AGONES_NOT_INSTALLED_VALUE
Agones is not installed.
|
static int |
AGONES_VERSION_UNRECOGNIZED_VALUE
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}).
|
static int |
AGONES_VERSION_UNSUPPORTED_VALUE
The installed version of Agones is not supported by Google Cloud Game
Servers.
|
static int |
INSTALLATION_STATE_UNSPECIFIED_VALUE
The default value.
|
static int |
KUBERNETES_VERSION_UNRECOGNIZED_VALUE
The server version of Kubernetes cluster is not recognized because the
API server didn't return parsable version info on path/version.
|
static int |
VERSION_VERIFICATION_FAILED_VALUE
Failed to read or verify the version of Agones or Kubernetes.
|
| Modifier and Type | Method and Description |
|---|---|
static KubernetesClusterState.InstallationState |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<KubernetesClusterState.InstallationState> |
internalGetValueMap() |
static KubernetesClusterState.InstallationState |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static KubernetesClusterState.InstallationState |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static KubernetesClusterState.InstallationState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KubernetesClusterState.InstallationState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KubernetesClusterState.InstallationState INSTALLATION_STATE_UNSPECIFIED
The default value. This value is used if the state is omitted.
INSTALLATION_STATE_UNSPECIFIED = 0;public static final KubernetesClusterState.InstallationState AGONES_KUBERNETES_VERSION_SUPPORTED
The combination of Agones and Kubernetes versions is supported by Google Cloud Game Servers.
AGONES_KUBERNETES_VERSION_SUPPORTED = 1;public static final KubernetesClusterState.InstallationState AGONES_VERSION_UNSUPPORTED
The installed version of Agones is not supported by Google Cloud Game Servers.
AGONES_VERSION_UNSUPPORTED = 2;public static final KubernetesClusterState.InstallationState AGONES_KUBERNETES_VERSION_UNSUPPORTED
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.
AGONES_KUBERNETES_VERSION_UNSUPPORTED = 3;public static final KubernetesClusterState.InstallationState AGONES_VERSION_UNRECOGNIZED
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}).
AGONES_VERSION_UNRECOGNIZED = 4;public static final KubernetesClusterState.InstallationState KUBERNETES_VERSION_UNRECOGNIZED
The server version of Kubernetes cluster is not recognized because the API server didn't return parsable version info on path/version.
KUBERNETES_VERSION_UNRECOGNIZED = 5;public static final KubernetesClusterState.InstallationState VERSION_VERIFICATION_FAILED
Failed to read or verify the version of Agones or Kubernetes. See version_installed_error_message for details.
VERSION_VERIFICATION_FAILED = 6;public static final KubernetesClusterState.InstallationState AGONES_NOT_INSTALLED
Agones is not installed.
AGONES_NOT_INSTALLED = 7;public static final KubernetesClusterState.InstallationState UNRECOGNIZED
public static final int INSTALLATION_STATE_UNSPECIFIED_VALUE
The default value. This value is used if the state is omitted.
INSTALLATION_STATE_UNSPECIFIED = 0;public static final int AGONES_KUBERNETES_VERSION_SUPPORTED_VALUE
The combination of Agones and Kubernetes versions is supported by Google Cloud Game Servers.
AGONES_KUBERNETES_VERSION_SUPPORTED = 1;public static final int AGONES_VERSION_UNSUPPORTED_VALUE
The installed version of Agones is not supported by Google Cloud Game Servers.
AGONES_VERSION_UNSUPPORTED = 2;public static final int AGONES_KUBERNETES_VERSION_UNSUPPORTED_VALUE
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.
AGONES_KUBERNETES_VERSION_UNSUPPORTED = 3;public static final int AGONES_VERSION_UNRECOGNIZED_VALUE
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}).
AGONES_VERSION_UNRECOGNIZED = 4;public static final int KUBERNETES_VERSION_UNRECOGNIZED_VALUE
The server version of Kubernetes cluster is not recognized because the API server didn't return parsable version info on path/version.
KUBERNETES_VERSION_UNRECOGNIZED = 5;public static final int VERSION_VERIFICATION_FAILED_VALUE
Failed to read or verify the version of Agones or Kubernetes. See version_installed_error_message for details.
VERSION_VERIFICATION_FAILED = 6;public static final int AGONES_NOT_INSTALLED_VALUE
Agones is not installed.
AGONES_NOT_INSTALLED = 7;public static KubernetesClusterState.InstallationState[] values()
for (KubernetesClusterState.InstallationState c : KubernetesClusterState.InstallationState.values()) System.out.println(c);
public static KubernetesClusterState.InstallationState valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static KubernetesClusterState.InstallationState valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static KubernetesClusterState.InstallationState forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<KubernetesClusterState.InstallationState> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static KubernetesClusterState.InstallationState valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.