Google Cloud Deploy V1 Client - Class Invoker (2.0.0)

Reference documentation and code samples for the Google Cloud Deploy V1 Client class Invoker.

What invoked the action. Filters enforcing the policy depending on what invoked the action.

Protobuf type google.cloud.deploy.v1.DeployPolicy.Invoker

Namespace

Google \ Cloud \ Deploy \ V1 \ DeployPolicy

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

INVOKER_UNSPECIFIED

Value: 0

Unspecified.

Generated from protobuf enum INVOKER_UNSPECIFIED = 0;

USER

Value: 1

The action is user-driven. For example, creating a rollout manually via a gcloud create command.

Generated from protobuf enum USER = 1;

DEPLOY_AUTOMATION

Value: 2

Automated action by Cloud Deploy.

Generated from protobuf enum DEPLOY_AUTOMATION = 2;