GooglePrivacyDlpV2CloudStorageDiscoveryTarget class
Target used to match against for discovery with Cloud Storage buckets.
Constructors
- GooglePrivacyDlpV2CloudStorageDiscoveryTarget.new({GooglePrivacyDlpV2DiscoveryFileStoreConditions? conditions, GooglePrivacyDlpV2Disabled? disabled, GooglePrivacyDlpV2DiscoveryCloudStorageFilter? filter, GooglePrivacyDlpV2DiscoveryCloudStorageGenerationCadence? generationCadence})
- GooglePrivacyDlpV2CloudStorageDiscoveryTarget.fromJson(Map json_)
Properties
- conditions ↔ GooglePrivacyDlpV2DiscoveryFileStoreConditions?
-
In addition to matching the filter, these conditions must be true before a
profile is generated.
getter/setter pair
- disabled ↔ GooglePrivacyDlpV2Disabled?
-
Disable profiling for buckets that match this filter.
getter/setter pair
- filter ↔ GooglePrivacyDlpV2DiscoveryCloudStorageFilter?
-
The buckets the generation_cadence applies to.
getter/setter pair
- generationCadence ↔ GooglePrivacyDlpV2DiscoveryCloudStorageGenerationCadence?
-
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