public enum FeatureResourceState.State extends Enum<FeatureResourceState.State> implements ProtocolMessageEnum
State describes the lifecycle status of a Feature.
Protobuf enum google.events.cloud.gkehub.v1.FeatureResourceState.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ACTIVE |
The Feature is enabled in this Hub, and the Feature resource is fully available. |
ACTIVE_VALUE |
The Feature is enabled in this Hub, and the Feature resource is fully available. |
DISABLING |
The Feature is being disabled in this Hub, and the Feature resource is being deleted. |
DISABLING_VALUE |
The Feature is being disabled in this Hub, and the Feature resource is being deleted. |
ENABLING |
The Feature is being enabled, and the Feature resource is being created. Once complete, the corresponding Feature will be enabled in this Hub. |
ENABLING_VALUE |
The Feature is being enabled, and the Feature resource is being created. Once complete, the corresponding Feature will be enabled in this Hub. |
SERVICE_UPDATING |
The Feature resource is being updated by the Hub Service. |
SERVICE_UPDATING_VALUE |
The Feature resource is being updated by the Hub Service. |
STATE_UNSPECIFIED |
State is unknown or not set. |
STATE_UNSPECIFIED_VALUE |
State is unknown or not set. |
UNRECOGNIZED |
|
UPDATING |
The Feature resource is being updated. |
UPDATING_VALUE |
The Feature resource is being updated. |
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() |