Enum SyncState.SyncCode (1.46.0)

public enum SyncState.SyncCode extends Enum<SyncState.SyncCode> implements ProtocolMessageEnum

An enum representing Config Sync's status of syncing configs to a cluster.

Protobuf enum google.cloud.gkehub.configmanagement.v1.SyncState.SyncCode

Implements

ProtocolMessageEnum

Static Fields

Name Description
ERROR

Indicates an error configuring Config Sync, and user action is required

ERROR = 3;

ERROR_VALUE

Indicates an error configuring Config Sync, and user action is required

ERROR = 3;

NOT_CONFIGURED

Config Sync has been installed but not configured

NOT_CONFIGURED = 4;

NOT_CONFIGURED_VALUE

Config Sync has been installed but not configured

NOT_CONFIGURED = 4;

NOT_INSTALLED

Config Sync has not been installed

NOT_INSTALLED = 5;

NOT_INSTALLED_VALUE

Config Sync has not been installed

NOT_INSTALLED = 5;

PENDING

Config Sync is in the progress of syncing a new change

PENDING = 2;

PENDING_VALUE

Config Sync is in the progress of syncing a new change

PENDING = 2;

SYNCED

Config Sync successfully synced the git Repo with the cluster

SYNCED = 1;

SYNCED_VALUE

Config Sync successfully synced the git Repo with the cluster

SYNCED = 1;

SYNC_CODE_UNSPECIFIED

Config Sync cannot determine a sync code

SYNC_CODE_UNSPECIFIED = 0;

SYNC_CODE_UNSPECIFIED_VALUE

Config Sync cannot determine a sync code

SYNC_CODE_UNSPECIFIED = 0;

UNAUTHORIZED

Error authorizing with the cluster

UNAUTHORIZED = 6;

UNAUTHORIZED_VALUE

Error authorizing with the cluster

UNAUTHORIZED = 6;

UNREACHABLE

Cluster could not be reached

UNREACHABLE = 7;

UNREACHABLE_VALUE

Cluster could not be reached

UNREACHABLE = 7;

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