Google Cloud Workload Manager V1 Client - Class Type (0.1.0)

Reference documentation and code samples for the Google Cloud Workload Manager V1 Client class Type.

The type of execution, could be on demand execute or scheduled execute.

Protobuf type google.cloud.workloadmanager.v1.Execution.Type

Namespace

Google \ Cloud \ WorkloadManager \ V1 \ Execution

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

TYPE_UNSPECIFIED

Value: 0

Type of execution is unspecified.

Generated from protobuf enum TYPE_UNSPECIFIED = 0;

ONE_TIME

Value: 1

Type of execution is one time.

Generated from protobuf enum ONE_TIME = 1;

SCHEDULED

Value: 2

Type of execution is scheduled.

Generated from protobuf enum SCHEDULED = 2;