Enum FeatureState.Code (0.5.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.v1beta.FeatureState.Code

Implements

ProtocolMessageEnum

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;

Methods

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

(deprecated) Use #forNumber(int) instead.

valueOf(String name)
values()