Google Cloud Dataplex V1 Client - Class DataScanType (1.1.1)

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

The type of data scan.

Protobuf type google.cloud.dataplex.v1.DataScanType

Namespace

Google \ Cloud \ Dataplex \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

DATA_SCAN_TYPE_UNSPECIFIED

Value: 0

The data scan 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;

DATA_DISCOVERY

Value: 3

Data discovery scan.

Generated from protobuf enum DATA_DISCOVERY = 3;