TeardownPolicy(value)Specifies what happens to a resource when a Cloud Dataflow
google.dataflow.v1beta3.Job][google.dataflow.v1beta3.Job] has
completed.
Enums |
|
|---|---|
| Name | Description |
TEARDOWN_POLICY_UNKNOWN |
The teardown policy isn't specified, or is unknown. |
TEARDOWN_ALWAYS |
Always teardown the resource. |
TEARDOWN_ON_SUCCESS |
Teardown the resource on success. This is useful for debugging failures. |
TEARDOWN_NEVER |
Never teardown the resource. This is useful for debugging and development. |