Google Cloud Dataplex V1 Client - Class Type (0.1.6)

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

Methods

name

Parameter
NameDescription
value mixed

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;