Enum FeatureState.Code (1.3.4)

public enum FeatureState.Code extends Enum<FeatureState.Code> implements ProtocolMessageEnum

Code represents a machine-readable, high-level status of the Feature.

Protobuf enum google.cloud.gkehub.v1.FeatureState.Code

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CODE_UNSPECIFIED

Unknown or not set.

CODE_UNSPECIFIED = 0;

CODE_UNSPECIFIED_VALUE

Unknown or not set.

CODE_UNSPECIFIED = 0;

ERROR

The Feature is not operating or is in a severely degraded state. The Feature may need intervention to return to normal operation. See the description and any associated Feature-specific details for more information.

ERROR = 3;

ERROR_VALUE

The Feature is not operating or is in a severely degraded state. The Feature may need intervention to return to normal operation. See the description and any associated Feature-specific details for more information.

ERROR = 3;

OK

The Feature is operating normally.

OK = 1;

OK_VALUE

The Feature is operating normally.

OK = 1;

UNRECOGNIZED
WARNING

The Feature has encountered an issue, and is operating in a degraded state. The Feature may need intervention to return to normal operation. See the description and any associated Feature-specific details for more information.

WARNING = 2;

WARNING_VALUE

The Feature has encountered an issue, and is operating in a degraded state. The Feature may need intervention to return to normal operation. See the description and any associated Feature-specific details for more information.

WARNING = 2;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()