public interface KubernetesClusterStateOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAgonesVersionInstalled()
Output only.
|
com.google.protobuf.ByteString |
getAgonesVersionInstalledBytes()
Output only.
|
String |
getAgonesVersionTargeted()
Output only.
|
com.google.protobuf.ByteString |
getAgonesVersionTargetedBytes()
Output only.
|
KubernetesClusterState.InstallationState |
getInstallationState()
Output only.
|
int |
getInstallationStateValue()
Output only.
|
String |
getKubernetesVersionInstalled()
Output only.
|
com.google.protobuf.ByteString |
getKubernetesVersionInstalledBytes()
Output only.
|
String |
getProvider()
Output only.
|
com.google.protobuf.ByteString |
getProviderBytes()
Output only.
|
String |
getVersionInstalledErrorMessage()
Output only.
|
com.google.protobuf.ByteString |
getVersionInstalledErrorMessageBytes()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getAgonesVersionInstalled()
Output only. The version of Agones currently installed in the registered Kubernetes cluster.
string agones_version_installed = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getAgonesVersionInstalledBytes()
Output only. The version of Agones currently installed in the registered Kubernetes cluster.
string agones_version_installed = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];String getKubernetesVersionInstalled()
Output only. The version of Kubernetes that is currently used in the registered Kubernetes cluster (as detected by the Cloud Game Servers service).
string kubernetes_version_installed = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.ByteString getKubernetesVersionInstalledBytes()
Output only. The version of Kubernetes that is currently used in the registered Kubernetes cluster (as detected by the Cloud Game Servers service).
string kubernetes_version_installed = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
int getInstallationStateValue()
Output only. The state for the installed versions of Agones/Kubernetes.
.google.cloud.gaming.v1.KubernetesClusterState.InstallationState installation_state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
KubernetesClusterState.InstallationState getInstallationState()
Output only. The state for the installed versions of Agones/Kubernetes.
.google.cloud.gaming.v1.KubernetesClusterState.InstallationState installation_state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
String getVersionInstalledErrorMessage()
Output only. The detailed error message for the installed versions of Agones/Kubernetes.
string version_installed_error_message = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.ByteString getVersionInstalledErrorMessageBytes()
Output only. The detailed error message for the installed versions of Agones/Kubernetes.
string version_installed_error_message = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
String getProvider()
Output only. The cloud provider type reported by the first node's providerID in the list of nodes on the Kubernetes endpoint. On Kubernetes platforms that support zero-node clusters (like GKE-on-GCP), the provider type will be empty.
string provider = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getProviderBytes()
Output only. The cloud provider type reported by the first node's providerID in the list of nodes on the Kubernetes endpoint. On Kubernetes platforms that support zero-node clusters (like GKE-on-GCP), the provider type will be empty.
string provider = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];String getAgonesVersionTargeted()
Output only. The version of Agones that is targeted to be installed in the cluster.
string agones_version_targeted = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getAgonesVersionTargetedBytes()
Output only. The version of Agones that is targeted to be installed in the cluster.
string agones_version_targeted = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];Copyright © 2023 Google LLC. All rights reserved.