Reference documentation and code samples for the Google Cloud Dataplex V1 Client class Type.
Metadata job type.
Protobuf type google.cloud.dataplex.v1.MetadataJob.Type
Namespace
Google \ Cloud \ Dataplex \ V1 \ MetadataJobMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
TYPE_UNSPECIFIED
Value: 0Unspecified.
Generated from protobuf enum TYPE_UNSPECIFIED = 0;
IMPORT
Value: 1Import job.
Generated from protobuf enum IMPORT = 1;
EXPORT
Value: 2Export job.
Generated from protobuf enum EXPORT = 2;