Struct google_dlp2::GooglePrivacyDlpV2PrimitiveTransformation[][src]

pub struct GooglePrivacyDlpV2PrimitiveTransformation {
    pub character_mask_config: Option<GooglePrivacyDlpV2CharacterMaskConfig>,
    pub redact_config: Option<GooglePrivacyDlpV2RedactConfig>,
    pub bucketing_config: Option<GooglePrivacyDlpV2BucketingConfig>,
    pub fixed_size_bucketing_config: Option<GooglePrivacyDlpV2FixedSizeBucketingConfig>,
    pub time_part_config: Option<GooglePrivacyDlpV2TimePartConfig>,
    pub date_shift_config: Option<GooglePrivacyDlpV2DateShiftConfig>,
    pub replace_config: Option<GooglePrivacyDlpV2ReplaceValueConfig>,
    pub replace_with_info_type_config: Option<GooglePrivacyDlpV2ReplaceWithInfoTypeConfig>,
    pub crypto_replace_ffx_fpe_config: Option<GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig>,
    pub crypto_hash_config: Option<GooglePrivacyDlpV2CryptoHashConfig>,
}

A rule for transforming a value.

This type is not used in any activity, and only used as part of another schema.

Fields

no description provided

no description provided

no description provided

no description provided

no description provided

no description provided

no description provided

no description provided

no description provided

no description provided

Trait Implementations

impl Default for GooglePrivacyDlpV2PrimitiveTransformation
[src]

Returns the "default value" for a type. Read more

impl Clone for GooglePrivacyDlpV2PrimitiveTransformation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GooglePrivacyDlpV2PrimitiveTransformation
[src]

Formats the value using the given formatter. Read more

impl Part for GooglePrivacyDlpV2PrimitiveTransformation
[src]

Auto Trait Implementations