Google Cloud Dataplex V1 Client - Class Type (0.14.0)

Reference documentation and code samples for the Google Cloud Dataplex V1 Client class Type.

The type of the job.

Protobuf type google.cloud.dataplex.v1.JobEvent.Type

Namespace

Google \ Cloud \ Dataplex \ V1 \ JobEvent

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

TYPE_UNSPECIFIED

Value: 0

Unspecified job type.

Generated from protobuf enum TYPE_UNSPECIFIED = 0;

SPARK

Value: 1

Spark jobs.

Generated from protobuf enum SPARK = 1;

NOTEBOOK

Value: 2

Notebook jobs.

Generated from protobuf enum NOTEBOOK = 2;