Class: Google::Cloud::Dlp::V2::DiscoveryGenerationCadence

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/privacy/dlp/v2/dlp.rb

Overview

What must take place for a profile to be updated and how frequently it should occur. New tables are scanned as quickly as possible depending on system capacity.

Instance Attribute Summary collapse

Instance Attribute Details

#schema_modified_cadence::Google::Cloud::Dlp::V2::DiscoverySchemaModifiedCadence

Returns Governs when to update data profiles when a schema is modified.

Returns:



4423
4424
4425
4426
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4423

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

#table_modified_cadence::Google::Cloud::Dlp::V2::DiscoveryTableModifiedCadence

Returns Governs when to update data profiles when a table is modified.

Returns:



4423
4424
4425
4426
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4423

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