Class: Google::Cloud::Dlp::V2::DiscoverySchemaModifiedCadence

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#frequency::Google::Cloud::Dlp::V2::DataProfileUpdateFrequency

Returns How frequently profiles may be updated when schemas are modified. Defaults to monthly.

Returns:



4397
4398
4399
4400
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4397

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.

Returns:



4397
4398
4399
4400
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4397

class DiscoverySchemaModifiedCadence
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end