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 \ JobEventMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
TYPE_UNSPECIFIED
Value: 0Unspecified job type.
Generated from protobuf enum TYPE_UNSPECIFIED = 0;
SPARK
Value: 1Spark jobs.
Generated from protobuf enum SPARK = 1;
NOTEBOOK
Value: 2Notebook jobs.
Generated from protobuf enum NOTEBOOK = 2;