Reference documentation and code samples for the Google Cloud Config V1 Client class Intent.
The possible intents of a deployment unit.
Protobuf type google.cloud.config.v1.DeploymentUnitProgress.Intent
Namespace
Google \ Cloud \ Config \ V1 \ DeploymentUnitProgressMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
INTENT_UNSPECIFIED
Value: 0Unspecified intent.
Generated from protobuf enum INTENT_UNSPECIFIED = 0;
CREATE_DEPLOYMENT
Value: 1Create deployment in the unit from the deployment spec.
Generated from protobuf enum CREATE_DEPLOYMENT = 1;
UPDATE_DEPLOYMENT
Value: 2Update deployment in the unit.
Generated from protobuf enum UPDATE_DEPLOYMENT = 2;
DELETE_DEPLOYMENT
Value: 3Delete deployment in the unit.
Generated from protobuf enum DELETE_DEPLOYMENT = 3;
RECREATE_DEPLOYMENT
Value: 4Recreate deployment in the unit.
Generated from protobuf enum RECREATE_DEPLOYMENT = 4;
CLEAN_UP
Value: 5Delete deployment in latest successful revision while no longer referenced in any deployment unit in the current deployment group.
Generated from protobuf enum CLEAN_UP = 5;
UNCHANGED
Value: 6Expected to be unchanged.
Generated from protobuf enum UNCHANGED = 6;