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 \ ExecutionMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
TYPE_UNSPECIFIED
Value: 0Type of execution is unspecified.
Generated from protobuf enum TYPE_UNSPECIFIED = 0;
ONE_TIME
Value: 1Type of execution is one time.
Generated from protobuf enum ONE_TIME = 1;
SCHEDULED
Value: 2Type of execution is scheduled.
Generated from protobuf enum SCHEDULED = 2;