Struct google_dlp2_beta1::GooglePrivacyDlpV2beta1TaggedField[][src]

pub struct GooglePrivacyDlpV2beta1TaggedField {
    pub field: Option<GooglePrivacyDlpV2beta1FieldId>,
    pub custom_tag: Option<String>,
    pub info_type: Option<GooglePrivacyDlpV2beta1InfoType>,
    pub inferred: Option<GoogleProtobufEmpty>,
}

A column with a semantic tag attached.

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

Fields

Identifies the column. [required]

A column can be tagged with a custom tag. In this case, the user must indicate an auxiliary table that contains statistical information on the possible values of this column (below).

A column can be tagged with a InfoType to use the relevant public dataset as a statistical model of population, if available. We currently support US ZIP codes, region codes, ages and genders.

If no semantic tag is indicated, we infer the statistical model from the distribution of values in the input data

Trait Implementations

impl Default for GooglePrivacyDlpV2beta1TaggedField
[src]

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

impl Clone for GooglePrivacyDlpV2beta1TaggedField
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GooglePrivacyDlpV2beta1TaggedField
[src]

Formats the value using the given formatter. Read more

impl Part for GooglePrivacyDlpV2beta1TaggedField
[src]

Auto Trait Implementations