GooglePrivacyDlpV2DiscoveryCloudSqlGenerationCadence class
How often existing tables should have their profiles refreshed.
New tables are scanned as quickly as possible depending on system capacity.
Constructors
- GooglePrivacyDlpV2DiscoveryCloudSqlGenerationCadence({String? refreshFrequency, GooglePrivacyDlpV2SchemaModifiedCadence? schemaModifiedCadence})
- GooglePrivacyDlpV2DiscoveryCloudSqlGenerationCadence.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- refreshFrequency ↔ String?
-
Data changes (non-schema changes) in Cloud SQL tables can't trigger
reprofiling.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- schemaModifiedCadence ↔ GooglePrivacyDlpV2SchemaModifiedCadence?
-
When to reprofile if the schema has changed.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited