Reference documentation and code samples for the Data Loss Prevention V2 Client class BigQueryTableType.
Over time new types may be added. Currently VIEW, MATERIALIZED_VIEW, SNAPSHOT, and non-BigLake external tables are not supported.
Protobuf type google.privacy.dlp.v2.BigQueryTableType
Namespace
Google \ Cloud \ Dlp \ V2Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
BIG_QUERY_TABLE_TYPE_UNSPECIFIED
Value: 0
Unused.
Generated from protobuf enum BIG_QUERY_TABLE_TYPE_UNSPECIFIED = 0;
BIG_QUERY_TABLE_TYPE_TABLE
Value: 1
A normal BigQuery table.
Generated from protobuf enum BIG_QUERY_TABLE_TYPE_TABLE = 1;
BIG_QUERY_TABLE_TYPE_EXTERNAL_BIG_LAKE
Value: 2
A table that references data stored in Cloud Storage.
Generated from protobuf enum BIG_QUERY_TABLE_TYPE_EXTERNAL_BIG_LAKE = 2;