Google Cloud Config V1 Client - Class Action (0.5.2)

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

Actions that generate a revision.

Protobuf type google.cloud.config.v1.Revision.Action

Namespace

Google \ Cloud \ Config \ V1 \ Revision

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

ACTION_UNSPECIFIED

Value: 0

The default value. This value is used if the action is omitted.

Generated from protobuf enum ACTION_UNSPECIFIED = 0;

CREATE

Value: 1

The revision was generated by creating a deployment.

Generated from protobuf enum CREATE = 1;

UPDATE

Value: 2

The revision was generated by updating a deployment.

Generated from protobuf enum UPDATE = 2;

DELETE

Value: 3

The revision was deleted.

Generated from protobuf enum DELETE = 3;