public enum BigQueryTableTypeCollection
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API enum BigQueryTableTypeCollection.
Over time new types may be added. Currently VIEW, MATERIALIZED_VIEW, and SNAPSHOT are not supported.
Namespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Fields |
|
---|---|
Name | Description |
BigQueryCollectionAllTypes |
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. |
BigQueryCollectionOnlySupportedTypes |
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. |
BigQueryCollectionUnspecified |
Unused. |