Struct google_dlp2_beta1::GooglePrivacyDlpV2beta1PrimitiveTransformation[][src]

pub struct GooglePrivacyDlpV2beta1PrimitiveTransformation {
    pub character_mask_config: Option<GooglePrivacyDlpV2beta1CharacterMaskConfig>,
    pub redact_config: Option<GooglePrivacyDlpV2beta1RedactConfig>,
    pub replace_with_info_type_config: Option<GooglePrivacyDlpV2beta1ReplaceWithInfoTypeConfig>,
    pub fixed_size_bucketing_config: Option<GooglePrivacyDlpV2beta1FixedSizeBucketingConfig>,
    pub time_part_config: Option<GooglePrivacyDlpV2beta1TimePartConfig>,
    pub crypto_hash_config: Option<GooglePrivacyDlpV2beta1CryptoHashConfig>,
    pub bucketing_config: Option<GooglePrivacyDlpV2beta1BucketingConfig>,
    pub crypto_replace_ffx_fpe_config: Option<GooglePrivacyDlpV2beta1CryptoReplaceFfxFpeConfig>,
    pub replace_config: Option<GooglePrivacyDlpV2beta1ReplaceValueConfig>,
}

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

Trait Implementations

impl Default for GooglePrivacyDlpV2beta1PrimitiveTransformation
[src]

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

impl Clone for GooglePrivacyDlpV2beta1PrimitiveTransformation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GooglePrivacyDlpV2beta1PrimitiveTransformation
[src]

Formats the value using the given formatter. Read more

impl Part for GooglePrivacyDlpV2beta1PrimitiveTransformation
[src]

Auto Trait Implementations