GooglePrivacyDlpV2PrimitiveTransformation class Null safety
A rule for transforming a value.
Constructors
- GooglePrivacyDlpV2PrimitiveTransformation({GooglePrivacyDlpV2BucketingConfig? bucketingConfig, GooglePrivacyDlpV2CharacterMaskConfig? characterMaskConfig, GooglePrivacyDlpV2CryptoDeterministicConfig? cryptoDeterministicConfig, GooglePrivacyDlpV2CryptoHashConfig? cryptoHashConfig, GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig? cryptoReplaceFfxFpeConfig, GooglePrivacyDlpV2DateShiftConfig? dateShiftConfig, GooglePrivacyDlpV2FixedSizeBucketingConfig? fixedSizeBucketingConfig, GooglePrivacyDlpV2RedactConfig? redactConfig, GooglePrivacyDlpV2ReplaceValueConfig? replaceConfig, GooglePrivacyDlpV2ReplaceDictionaryConfig? replaceDictionaryConfig, GooglePrivacyDlpV2ReplaceWithInfoTypeConfig? replaceWithInfoTypeConfig, GooglePrivacyDlpV2TimePartConfig? timePartConfig})
- GooglePrivacyDlpV2PrimitiveTransformation.fromJson(Map json_)
Properties
- bucketingConfig ↔ GooglePrivacyDlpV2BucketingConfig?
-
Bucketing
read / write
- characterMaskConfig ↔ GooglePrivacyDlpV2CharacterMaskConfig?
-
Mask
read / write
- cryptoDeterministicConfig ↔ GooglePrivacyDlpV2CryptoDeterministicConfig?
-
Deterministic Crypto
read / write
- cryptoHashConfig ↔ GooglePrivacyDlpV2CryptoHashConfig?
-
Crypto
read / write
- cryptoReplaceFfxFpeConfig ↔ GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig?
-
Ffx-Fpe
read / write
- dateShiftConfig ↔ GooglePrivacyDlpV2DateShiftConfig?
-
Date Shift
read / write
- fixedSizeBucketingConfig ↔ GooglePrivacyDlpV2FixedSizeBucketingConfig?
-
Fixed size bucketing
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- redactConfig ↔ GooglePrivacyDlpV2RedactConfig?
-
Redact
read / write
- replaceConfig ↔ GooglePrivacyDlpV2ReplaceValueConfig?
-
Replace with a specified value.
read / write
- replaceDictionaryConfig ↔ GooglePrivacyDlpV2ReplaceDictionaryConfig?
-
Replace with a value randomly drawn (with replacement) from a dictionary.
read / write
- replaceWithInfoTypeConfig ↔ GooglePrivacyDlpV2ReplaceWithInfoTypeConfig?
-
Replace with infotype
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- timePartConfig ↔ GooglePrivacyDlpV2TimePartConfig?
-
Time extraction
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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