Google Cloud Deploy V1 Client - Class ExecutionEnvironmentUsage (0.9.0)

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 \ ExecutionConfig

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
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;