Module Google::Cloud::Dataflow::V1beta3::TeardownPolicy (v0.2.0)

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

Constants

TEARDOWN_POLICY_UNKNOWN

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

TEARDOWN_ALWAYS

value: 1
Always teardown the resource.

TEARDOWN_ON_SUCCESS

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

TEARDOWN_NEVER

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