Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::DiscoveryTableModifiedCadence.
The cadence at which to update data profiles when a table is modified.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#frequency
def frequency() -> ::Google::Cloud::Dlp::V2::DataProfileUpdateFrequency
Returns
- (::Google::Cloud::Dlp::V2::DataProfileUpdateFrequency) — How frequently data profiles can be updated when tables are modified. Defaults to never.
#frequency=
def frequency=(value) -> ::Google::Cloud::Dlp::V2::DataProfileUpdateFrequency
Parameter
- value (::Google::Cloud::Dlp::V2::DataProfileUpdateFrequency) — How frequently data profiles can be updated when tables are modified. Defaults to never.
Returns
- (::Google::Cloud::Dlp::V2::DataProfileUpdateFrequency) — How frequently data profiles can be updated when tables are modified. Defaults to never.
#types
def types() -> ::Array<::Google::Cloud::Dlp::V2::BigQueryTableModification>
Returns
- (::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. Defaults to MODIFIED_TIMESTAMP.
#types=
def types=(value) -> ::Array<::Google::Cloud::Dlp::V2::BigQueryTableModification>
Parameter
- value (::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. Defaults to MODIFIED_TIMESTAMP.
Returns
- (::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. Defaults to MODIFIED_TIMESTAMP.