Google Cloud Dataplex V1 Client - Class ScanType (0.12.0)

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 \ DataScanEvent

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
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;