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: 0Unspecified state.
Generated from protobuf enum SYNC_STATE_UNSPECIFIED = 0;
RECONCILING
Value: 1Reconciling state.
Generated from protobuf enum RECONCILING = 1;
STALLED
Value: 2Stalled state.
Generated from protobuf enum STALLED = 2;
SYNCED
Value: 3Synced state.
Generated from protobuf enum SYNCED = 3;
PENDING
Value: 4Pending state.
Generated from protobuf enum PENDING = 4;
ERROR
Value: 5Error state.
Generated from protobuf enum ERROR = 5;
DELETION_PENDING
Value: 6Deletion pending state.
Generated from protobuf enum DELETION_PENDING = 6;
DELETING
Value: 7Deleting state.
Generated from protobuf enum DELETING = 7;
DELETED
Value: 8Deleted state.
Generated from protobuf enum DELETED = 8;