Google Cloud Config V1 Client - Class Intent (1.4.1)

Reference documentation and code samples for the Google Cloud Config V1 Client class Intent.

Possible intent of the resource change.

Protobuf type google.cloud.config.v1.ResourceChange.Intent

Namespace

Google \ Cloud \ Config \ V1 \ ResourceChange

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

INTENT_UNSPECIFIED

Value: 0

The default value.

Generated from protobuf enum INTENT_UNSPECIFIED = 0;

CREATE

Value: 1

The resource will be created.

Generated from protobuf enum CREATE = 1;

UPDATE

Value: 2

The resource will be updated.

Generated from protobuf enum UPDATE = 2;

DELETE

Value: 3

The resource will be deleted.

Generated from protobuf enum DELETE = 3;

RECREATE

Value: 4

The resource will be recreated.

Generated from protobuf enum RECREATE = 4;

UNCHANGED

Value: 5

The resource will be untouched.

Generated from protobuf enum UNCHANGED = 5;