Module: Google::Cloud::Dlp::V2::BigQuerySchemaModification
- Defined in:
 - proto_docs/google/privacy/dlp/v2/dlp.rb
 
Overview
Attributes evaluated to determine if a schema has been modified. New values may be added at a later time.
Constant Summary collapse
- SCHEMA_MODIFICATION_UNSPECIFIED =
          
Unused
 0- SCHEMA_NEW_COLUMNS =
          
Profiles should be regenerated when new columns are added to the table. Default.
 1- SCHEMA_REMOVED_COLUMNS =
          
Profiles should be regenerated when columns are removed from the table.
 2