Google Cloud Dataflow V1beta3 Client - Class TeardownPolicy (0.6.2)

Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class TeardownPolicy.

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

Protobuf type google.dataflow.v1beta3.TeardownPolicy

Namespace

Google \ Cloud \ Dataflow \ V1beta3

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

TEARDOWN_POLICY_UNKNOWN

Value: 0

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

Generated from protobuf enum TEARDOWN_POLICY_UNKNOWN = 0;

TEARDOWN_ALWAYS

Value: 1

Always teardown the resource.

Generated from protobuf enum TEARDOWN_ALWAYS = 1;

TEARDOWN_ON_SUCCESS

Value: 2

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

Generated from protobuf enum TEARDOWN_ON_SUCCESS = 2;

TEARDOWN_NEVER

Value: 3

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

Generated from protobuf enum TEARDOWN_NEVER = 3;