Class: Google::Cloud::Dlp::V2::DiscoveryTableModifiedCadence
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::DiscoveryTableModifiedCadence
- 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 table is modified.
Instance Attribute Summary collapse
-
#frequency ⇒ ::Google::Cloud::Dlp::V2::DataProfileUpdateFrequency
How frequently data profiles can be updated when tables are modified.
-
#types ⇒ ::Array<::Google::Cloud::Dlp::V2::BigQueryTableModification>
The type of events to consider when deciding if the table has been modified and should have the profile updated.
Instance Attribute Details
#frequency ⇒ ::Google::Cloud::Dlp::V2::DataProfileUpdateFrequency
Returns How frequently data profiles can be updated when tables are modified. Defaults to never.
4584 4585 4586 4587 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4584 class DiscoveryTableModifiedCadence include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#types ⇒ ::Array<::Google::Cloud::Dlp::V2::BigQueryTableModification>
Returns The type of events to consider when deciding if the table has been modified and should have the profile updated. Defaults to MODIFIED_TIMESTAMP.
4584 4585 4586 4587 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4584 class DiscoveryTableModifiedCadence include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |