Module: Google::Cloud::Dlp::V2::BigQueryTableType
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
Over time new types may be added. Currently VIEW, MATERIALIZED_VIEW, and non-BigLake external tables are not supported.
Constant Summary collapse
- BIG_QUERY_TABLE_TYPE_UNSPECIFIED =
Unused.
0
- BIG_QUERY_TABLE_TYPE_TABLE =
A normal BigQuery table.
1
- BIG_QUERY_TABLE_TYPE_EXTERNAL_BIG_LAKE =
A table that references data stored in Cloud Storage.
2
- BIG_QUERY_TABLE_TYPE_SNAPSHOT =
A snapshot of a BigQuery table.
3