GooglePrivacyDlpV2BigQueryDiscoveryTarget class
Target used to match against for discovery with BigQuery tables
Constructors
- GooglePrivacyDlpV2BigQueryDiscoveryTarget({GooglePrivacyDlpV2DiscoveryGenerationCadence? cadence, GooglePrivacyDlpV2DiscoveryBigQueryConditions? conditions, GooglePrivacyDlpV2Disabled? disabled, GooglePrivacyDlpV2DiscoveryBigQueryFilter? filter})
- GooglePrivacyDlpV2BigQueryDiscoveryTarget.fromJson(Map json_)
Properties
- cadence ↔ GooglePrivacyDlpV2DiscoveryGenerationCadence?
-
How often and when to update profiles.
getter/setter pair
- conditions ↔ GooglePrivacyDlpV2DiscoveryBigQueryConditions?
-
In addition to matching the filter, these conditions must be true before a
profile is generated.
getter/setter pair
- disabled ↔ GooglePrivacyDlpV2Disabled?
-
Tables that match this filter will not have profiles created.
getter/setter pair
- filter ↔ GooglePrivacyDlpV2DiscoveryBigQueryFilter?
-
The tables the discovery cadence applies to.
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