Reference documentation and code samples for the Google Cloud Dataplex V1 Client class ScanType.
The type of the data scan.
Protobuf type google.cloud.dataplex.v1.DataScanEvent.ScanType
Namespace
Google \ Cloud \ Dataplex \ V1 \ DataScanEventMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
SCAN_TYPE_UNSPECIFIED
Value: 0
An unspecified data scan type.
Generated from protobuf enum SCAN_TYPE_UNSPECIFIED = 0;
DATA_PROFILE
Value: 1
Data scan for data profile.
Generated from protobuf enum DATA_PROFILE = 1;
DATA_QUALITY
Value: 2
Data scan for data quality.
Generated from protobuf enum DATA_QUALITY = 2;
DATA_DISCOVERY
Value: 4
Data scan for data discovery.
Generated from protobuf enum DATA_DISCOVERY = 4;