Module: Google::Cloud::Dataflow::V1beta3::TeardownPolicy

Defined in:
proto_docs/google/dataflow/v1beta3/environment.rb

Overview

Specifies what happens to a resource when a Cloud Dataflow google.dataflow.v1beta3.Job has completed.

Constant Summary collapse

TEARDOWN_POLICY_UNKNOWN =

The teardown policy isn't specified, or is unknown.

0
TEARDOWN_ALWAYS =

Always teardown the resource.

1
TEARDOWN_ON_SUCCESS =

Teardown the resource on success. This is useful for debugging failures.

2
TEARDOWN_NEVER =

Never teardown the resource. This is useful for debugging and development.

3