Enum ConfigSyncState.State (1.46.0)

public enum ConfigSyncState.State extends Enum<ConfigSyncState.State> implements ProtocolMessageEnum

Protobuf enum google.cloud.gkehub.configmanagement.v1.ConfigSyncState.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
CONFIG_SYNC_ERROR

CS encounters errors.

CONFIG_SYNC_ERROR = 3;

CONFIG_SYNC_ERROR_VALUE

CS encounters errors.

CONFIG_SYNC_ERROR = 3;

CONFIG_SYNC_INSTALLED

The expected CS version is installed successfully.

CONFIG_SYNC_INSTALLED = 2;

CONFIG_SYNC_INSTALLED_VALUE

The expected CS version is installed successfully.

CONFIG_SYNC_INSTALLED = 2;

CONFIG_SYNC_NOT_INSTALLED

CS is not installed.

CONFIG_SYNC_NOT_INSTALLED = 1;

CONFIG_SYNC_NOT_INSTALLED_VALUE

CS is not installed.

CONFIG_SYNC_NOT_INSTALLED = 1;

CONFIG_SYNC_PENDING

CS is installing or terminating.

CONFIG_SYNC_PENDING = 4;

CONFIG_SYNC_PENDING_VALUE

CS is installing or terminating.

CONFIG_SYNC_PENDING = 4;

STATE_UNSPECIFIED

CS's state cannot be determined.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

CS's state cannot be determined.

STATE_UNSPECIFIED = 0;

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()