Class: Google::Cloud::Dlp::V2::DiscoverySchemaModifiedCadence
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::DiscoverySchemaModifiedCadence
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
The cadence at which to update data profiles when a schema is modified.
Instance Attribute Summary collapse
-
#frequency ⇒ ::Google::Cloud::Dlp::V2::DataProfileUpdateFrequency
How frequently profiles may be updated when schemas are modified.
-
#types ⇒ ::Array<::Google::Cloud::Dlp::V2::BigQuerySchemaModification>
The type of events to consider when deciding if the table's schema has been modified and should have the profile updated.
Instance Attribute Details
#frequency ⇒ ::Google::Cloud::Dlp::V2::DataProfileUpdateFrequency
Returns How frequently profiles may be updated when schemas are modified. Defaults to monthly.
4599 4600 4601 4602 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4599 class DiscoverySchemaModifiedCadence include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#types ⇒ ::Array<::Google::Cloud::Dlp::V2::BigQuerySchemaModification>
Returns The type of events to consider when deciding if the table's schema has been modified and should have the profile updated. Defaults to NEW_COLUMNS.
4599 4600 4601 4602 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4599 class DiscoverySchemaModifiedCadence include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |