Data Loss Prevention V2 Client - Class BigQueryTableTypeCollection (1.12.0)

Reference documentation and code samples for the Data Loss Prevention V2 Client class BigQueryTableTypeCollection.

Over time new types may be added. Currently VIEW, MATERIALIZED_VIEW, and SNAPSHOT are not supported.

Protobuf type google.privacy.dlp.v2.BigQueryTableTypeCollection

Namespace

Google \ Cloud \ Dlp \ V2

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

BIG_QUERY_COLLECTION_UNSPECIFIED

Value: 0

Unused.

Generated from protobuf enum BIG_QUERY_COLLECTION_UNSPECIFIED = 0;

BIG_QUERY_COLLECTION_ALL_TYPES

Value: 1

Automatically generate profiles for all tables, even if the table type is not yet fully supported for analysis. Profiles for unsupported tables will be generated with errors to indicate their partial support. When full support is added, the tables will automatically be profiled during the next scheduled run.

Generated from protobuf enum BIG_QUERY_COLLECTION_ALL_TYPES = 1;

BIG_QUERY_COLLECTION_ONLY_SUPPORTED_TYPES

Value: 2

Only those types fully supported will be profiled. Will expand automatically as Cloud DLP adds support for new table types. Unsupported table types will not have partial profiles generated.

Generated from protobuf enum BIG_QUERY_COLLECTION_ONLY_SUPPORTED_TYPES = 2;