Cloud Data Loss Prevention (DLP) V2 API - Class Google::Cloud::Dlp::V2::DiscoverySchemaModifiedCadence (v1.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::DiscoverySchemaModifiedCadence.
The cadence at which to update data profiles when a schema is modified.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#frequency
deffrequency()->::Google::Cloud::Dlp::V2::DataProfileUpdateFrequency
Returns
- (::Google::Cloud::Dlp::V2::DataProfileUpdateFrequency) — How frequently profiles may be updated when schemas are modified. Defaults to monthly.
#frequency=
deffrequency=(value)->::Google::Cloud::Dlp::V2::DataProfileUpdateFrequency
Parameter
- value (::Google::Cloud::Dlp::V2::DataProfileUpdateFrequency) — How frequently profiles may be updated when schemas are modified. Defaults to monthly.
Returns
- (::Google::Cloud::Dlp::V2::DataProfileUpdateFrequency) — How frequently profiles may be updated when schemas are modified. Defaults to monthly.
#types
deftypes()->::Array<::Google::Cloud::Dlp::V2::BigQuerySchemaModification>
Returns
- (::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. Defaults to NEW_COLUMNS.
#types=
deftypes=(value)->::Array<::Google::Cloud::Dlp::V2::BigQuerySchemaModification>
Parameter
- value (::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. Defaults to NEW_COLUMNS.
Returns
- (::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. Defaults to NEW_COLUMNS.