public enum FeatureState.Code extends Enum<FeatureState.Code> implements ProtocolMessageEnum
Code represents a machine-readable, high-level status of the Feature.
Protobuf enum google.events.cloud.gkehub.v1.FeatureState.Code
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CODE_UNSPECIFIED |
Unknown or not set. |
CODE_UNSPECIFIED_VALUE |
Unknown or not set. |
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_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. |
OK |
The Feature is operating normally. |
OK_VALUE |
The Feature is operating normally. |
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_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. |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |