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
5117 5118 5119 5120 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5117 class DiscoverySchemaModifiedCadence include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#types ⇒ ::Array<::Google::Cloud::Dlp::V2::BigQuerySchemaModification>
5117 5118 5119 5120 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5117 class DiscoverySchemaModifiedCadence include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |