Google Cloud Config V1 Client - Class Intent (1.8.0)

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 \ DeploymentUnitProgress

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

INTENT_UNSPECIFIED

Value: 0

Unspecified intent.

Generated from protobuf enum INTENT_UNSPECIFIED = 0;

CREATE_DEPLOYMENT

Value: 1

Create deployment in the unit from the deployment spec.

Generated from protobuf enum CREATE_DEPLOYMENT = 1;

UPDATE_DEPLOYMENT

Value: 2

Update deployment in the unit.

Generated from protobuf enum UPDATE_DEPLOYMENT = 2;

DELETE_DEPLOYMENT

Value: 3

Delete deployment in the unit.

Generated from protobuf enum DELETE_DEPLOYMENT = 3;

RECREATE_DEPLOYMENT

Value: 4

Recreate deployment in the unit.

Generated from protobuf enum RECREATE_DEPLOYMENT = 4;

CLEAN_UP

Value: 5

Delete 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: 6

Expected to be unchanged.

Generated from protobuf enum UNCHANGED = 6;