Google Cloud Dataplex V1 Client - Class DataScanType (0.2.3)

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

The type of DataScan.

Protobuf type google.cloud.dataplex.v1.DataScanType

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

DATA_SCAN_TYPE_UNSPECIFIED

Value: 0

The DataScan type is unspecified.

Generated from protobuf enum DATA_SCAN_TYPE_UNSPECIFIED = 0;

DATA_QUALITY

Value: 1

Data Quality scan.

Generated from protobuf enum DATA_QUALITY = 1;

DATA_PROFILE

Value: 2

Data Profile scan.

Generated from protobuf enum DATA_PROFILE = 2;