pub struct GooglePrivacyDlpV2TaggedField {
pub custom_tag: Option<String>,
pub field: Option<GooglePrivacyDlpV2FieldId>,
pub inferred: Option<GoogleProtobufEmpty>,
pub info_type: Option<GooglePrivacyDlpV2InfoType>,
}Expand description
A column with a semantic tag attached.
This type is not used in any activity, and only used as part of another schema.
Fields§
§custom_tag: Option<String>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.
field: Option<GooglePrivacyDlpV2FieldId>Required. Identifies the column.
inferred: Option<GoogleProtobufEmpty>If no semantic tag is indicated, we infer the statistical model from the distribution of values in the input data
info_type: Option<GooglePrivacyDlpV2InfoType>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. To programmatically obtain the list of supported InfoTypes, use ListInfoTypes with the supported_by=RISK_ANALYSIS filter.
Trait Implementations§
Source§impl Clone for GooglePrivacyDlpV2TaggedField
impl Clone for GooglePrivacyDlpV2TaggedField
Source§fn clone(&self) -> GooglePrivacyDlpV2TaggedField
fn clone(&self) -> GooglePrivacyDlpV2TaggedField
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more