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
def frequency() -> ::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=
def frequency=(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
def types() -> ::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=
def types=(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.