GooglePrivacyDlpV2CloudSqlDiscoveryTarget class
Target used to match against for discovery with Cloud SQL tables.
Constructors
- GooglePrivacyDlpV2CloudSqlDiscoveryTarget({GooglePrivacyDlpV2DiscoveryCloudSqlConditions? conditions, GooglePrivacyDlpV2Disabled? disabled, GooglePrivacyDlpV2DiscoveryCloudSqlFilter? filter, GooglePrivacyDlpV2DiscoveryCloudSqlGenerationCadence? generationCadence})
- GooglePrivacyDlpV2CloudSqlDiscoveryTarget.fromJson(Map json_)
Properties
- conditions ↔ GooglePrivacyDlpV2DiscoveryCloudSqlConditions?
-
In addition to matching the filter, these conditions must be true before a
profile is generated.
getter/setter pair
- disabled ↔ GooglePrivacyDlpV2Disabled?
-
Disable profiling for database resources that match this filter.
getter/setter pair
- filter ↔ GooglePrivacyDlpV2DiscoveryCloudSqlFilter?
-
The tables the discovery cadence applies to.
getter/setter pair
- generationCadence ↔ GooglePrivacyDlpV2DiscoveryCloudSqlGenerationCadence?
-
How often and when to update profiles.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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