Reference documentation and code samples for the Google Cloud Deploy V1 Client class ExecutionEnvironmentUsage.
Possible usages of this configuration.
Protobuf type google.cloud.deploy.v1.ExecutionConfig.ExecutionEnvironmentUsage
Namespace
Google \ Cloud \ Deploy \ V1 \ ExecutionConfigMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
EXECUTION_ENVIRONMENT_USAGE_UNSPECIFIED
Value: 0
Default value. This value is unused.
Generated from protobuf enum EXECUTION_ENVIRONMENT_USAGE_UNSPECIFIED = 0;
RENDER
Value: 1
Use for rendering.
Generated from protobuf enum RENDER = 1;
DEPLOY
Value: 2
Use for deploying and deployment hooks.
Generated from protobuf enum DEPLOY = 2;
VERIFY
Value: 3
Use for deployment verification.
Generated from protobuf enum VERIFY = 3;
PREDEPLOY
Value: 4
Use for predeploy job execution.
Generated from protobuf enum PREDEPLOY = 4;
POSTDEPLOY
Value: 5
Use for postdeploy job execution.
Generated from protobuf enum POSTDEPLOY = 5;