public enum ConfigSyncState.CRDState extends Enum<ConfigSyncState.CRDState> implements ProtocolMessageEnum
CRDState representing the state of a CRD
Protobuf enum google.cloud.gkehub.configmanagement.v1.ConfigSyncState.CRDState
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CRD_STATE_UNSPECIFIED |
CRD's state cannot be determined |
CRD_STATE_UNSPECIFIED_VALUE |
CRD's state cannot be determined |
INSTALLED |
CRD is installed |
INSTALLED_VALUE |
CRD is installed |
INSTALLING |
CRD is installing |
INSTALLING_VALUE |
CRD is installing |
NOT_INSTALLED |
CRD is not installed |
NOT_INSTALLED_VALUE |
CRD is not installed |
TERMINATING |
CRD is terminating (i.e., it has been deleted and is cleaning up) |
TERMINATING_VALUE |
CRD is terminating (i.e., it has been deleted and is cleaning up) |
UNRECOGNIZED |
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() |