Class: Google::Cloud::Dlp::V2::DiscoveryTableModifiedCadence

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 table is modified.

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns How frequently data profiles can be updated when tables are modified. Defaults to never.

Returns:



4403
4404
4405
4406
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4403

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.

Returns:



4403
4404
4405
4406
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4403

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