public enum ConfigSyncState.State extends Enum<ConfigSyncState.State> implements ProtocolMessageEnumState of Config Sync
Protobuf enum google.cloud.gkehub.configmanagement.v1beta.ConfigSyncState.State
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
CONFIG_SYNC_ERROR |
CS encounters errors. |
CONFIG_SYNC_ERROR_VALUE |
CS encounters errors. |
CONFIG_SYNC_INSTALLED |
The expected CS version is installed successfully. |
CONFIG_SYNC_INSTALLED_VALUE |
The expected CS version is installed successfully. |
CONFIG_SYNC_NOT_INSTALLED |
CS is not installed. |
CONFIG_SYNC_NOT_INSTALLED_VALUE |
CS is not installed. |
CONFIG_SYNC_PENDING |
CS is installing or terminating. |
CONFIG_SYNC_PENDING_VALUE |
CS is installing or terminating. |
STATE_UNSPECIFIED |
CS's state cannot be determined. |
STATE_UNSPECIFIED_VALUE |
CS's state cannot be determined. |
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() |
|