Reference documentation and code samples for the Google Cloud Config Delivery V1 Client class SyncState.
Synchronization state of the resource bundle deployment.
Protobuf type google.cloud.configdelivery.v1.ResourceBundleDeploymentInfo.SyncState
Namespace
Google \ Cloud \ ConfigDelivery \ V1 \ ResourceBundleDeploymentInfoMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
SYNC_STATE_UNSPECIFIED
Value: 0
Unspecified state.
Generated from protobuf enum SYNC_STATE_UNSPECIFIED = 0;
RECONCILING
Value: 1
Reconciling state.
Generated from protobuf enum RECONCILING = 1;
STALLED
Value: 2
Stalled state.
Generated from protobuf enum STALLED = 2;
SYNCED
Value: 3
Synced state.
Generated from protobuf enum SYNCED = 3;
PENDING
Value: 4
Pending state.
Generated from protobuf enum PENDING = 4;
ERROR
Value: 5
Error state.
Generated from protobuf enum ERROR = 5;
DELETION_PENDING
Value: 6
Deletion pending state.
Generated from protobuf enum DELETION_PENDING = 6;
DELETING
Value: 7
Deleting state.
Generated from protobuf enum DELETING = 7;
DELETED
Value: 8
Deleted state.
Generated from protobuf enum DELETED = 8;