public final class KubernetesClusterState extends com.google.protobuf.GeneratedMessageV3 implements KubernetesClusterStateOrBuilder
The state of the Kubernetes cluster.Protobuf type
google.cloud.gaming.v1.KubernetesClusterState| Modifier and Type | Class and Description |
|---|---|
static class |
KubernetesClusterState.Builder
The state of the Kubernetes cluster.
|
static class |
KubernetesClusterState.InstallationState
The state of the installed versions of Agones/Kubernetes.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
AGONES_VERSION_INSTALLED_FIELD_NUMBER |
static int |
AGONES_VERSION_TARGETED_FIELD_NUMBER |
static int |
INSTALLATION_STATE_FIELD_NUMBER |
static int |
KUBERNETES_VERSION_INSTALLED_FIELD_NUMBER |
static int |
PROVIDER_FIELD_NUMBER |
static int |
VERSION_INSTALLED_ERROR_MESSAGE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAgonesVersionInstalled()
Output only.
|
com.google.protobuf.ByteString |
getAgonesVersionInstalledBytes()
Output only.
|
String |
getAgonesVersionTargeted()
Output only.
|
com.google.protobuf.ByteString |
getAgonesVersionTargetedBytes()
Output only.
|
static KubernetesClusterState |
getDefaultInstance() |
KubernetesClusterState |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
KubernetesClusterState.InstallationState |
getInstallationState()
Output only.
|
int |
getInstallationStateValue()
Output only.
|
String |
getKubernetesVersionInstalled()
Output only.
|
com.google.protobuf.ByteString |
getKubernetesVersionInstalledBytes()
Output only.
|
com.google.protobuf.Parser<KubernetesClusterState> |
getParserForType() |
String |
getProvider()
Output only.
|
com.google.protobuf.ByteString |
getProviderBytes()
Output only.
|
int |
getSerializedSize() |
String |
getVersionInstalledErrorMessage()
Output only.
|
com.google.protobuf.ByteString |
getVersionInstalledErrorMessageBytes()
Output only.
|
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static KubernetesClusterState.Builder |
newBuilder() |
static KubernetesClusterState.Builder |
newBuilder(KubernetesClusterState prototype) |
KubernetesClusterState.Builder |
newBuilderForType() |
protected KubernetesClusterState.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static KubernetesClusterState |
parseDelimitedFrom(InputStream input) |
static KubernetesClusterState |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static KubernetesClusterState |
parseFrom(byte[] data) |
static KubernetesClusterState |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static KubernetesClusterState |
parseFrom(ByteBuffer data) |
static KubernetesClusterState |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static KubernetesClusterState |
parseFrom(com.google.protobuf.ByteString data) |
static KubernetesClusterState |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static KubernetesClusterState |
parseFrom(com.google.protobuf.CodedInputStream input) |
static KubernetesClusterState |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static KubernetesClusterState |
parseFrom(InputStream input) |
static KubernetesClusterState |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<KubernetesClusterState> |
parser() |
KubernetesClusterState.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int AGONES_VERSION_INSTALLED_FIELD_NUMBER
public static final int KUBERNETES_VERSION_INSTALLED_FIELD_NUMBER
public static final int INSTALLATION_STATE_FIELD_NUMBER
public static final int VERSION_INSTALLED_ERROR_MESSAGE_FIELD_NUMBER
public static final int PROVIDER_FIELD_NUMBER
public static final int AGONES_VERSION_TARGETED_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public String 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];getAgonesVersionInstalled in interface KubernetesClusterStateOrBuilderpublic 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];getAgonesVersionInstalledBytes in interface KubernetesClusterStateOrBuilderpublic 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];
getKubernetesVersionInstalled in interface KubernetesClusterStateOrBuilderpublic 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];
getKubernetesVersionInstalledBytes in interface KubernetesClusterStateOrBuilderpublic 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];
getInstallationStateValue in interface KubernetesClusterStateOrBuilderpublic 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];
getInstallationState in interface KubernetesClusterStateOrBuilderpublic 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];
getVersionInstalledErrorMessage in interface KubernetesClusterStateOrBuilderpublic 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];
getVersionInstalledErrorMessageBytes in interface KubernetesClusterStateOrBuilderpublic 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];getProvider in interface KubernetesClusterStateOrBuilderpublic 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];getProviderBytes in interface KubernetesClusterStateOrBuilderpublic 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];getAgonesVersionTargeted in interface KubernetesClusterStateOrBuilderpublic 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];getAgonesVersionTargetedBytes in interface KubernetesClusterStateOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static KubernetesClusterState parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static KubernetesClusterState parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static KubernetesClusterState parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static KubernetesClusterState parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static KubernetesClusterState parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static KubernetesClusterState parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static KubernetesClusterState parseFrom(InputStream input) throws IOException
IOExceptionpublic static KubernetesClusterState parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static KubernetesClusterState parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static KubernetesClusterState parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static KubernetesClusterState parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static KubernetesClusterState parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic KubernetesClusterState.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static KubernetesClusterState.Builder newBuilder()
public static KubernetesClusterState.Builder newBuilder(KubernetesClusterState prototype)
public KubernetesClusterState.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected KubernetesClusterState.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static KubernetesClusterState getDefaultInstance()
public static com.google.protobuf.Parser<KubernetesClusterState> parser()
public com.google.protobuf.Parser<KubernetesClusterState> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public KubernetesClusterState getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2023 Google LLC. All rights reserved.