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.
To programmatically obtain the list of supported InfoTypes, use
ListInfoTypes with the supported_by=RISK_ANALYSIS filter.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-24 UTC."],[[["The `QuasiId` class, part of the `Google.Cloud.Dlp.V2` namespace, represents a column with a semantic tag and is used in data loss prevention (DLP) operations, inheriting from `Object` and implementing several interfaces like `IMessage` and `IEquatable`."],["Version history is available for this class, ranging from version 2.15.0 to the latest version 4.16.0, allowing users to explore the evolution of this class over multiple releases."],["The `QuasiId` class allows for tagging a column with a custom tag, an InfoType, or inferring the statistical model from the data, providing flexibility in handling data."],["This class includes properties such as `CustomTag`, `Field`, `Inferred`, and `InfoType`, which are utilized to define the semantic context of a column in data processing and analysis, along with a `TagCase` property to identify the selected tagging method."],["The class offers two constructors, `QuasiId()` and `QuasiId(QuasiId other)`, allowing for default initialization or cloning from an existing `QuasiId` object, respectively, and includes inherited methods like `GetHashCode`, `GetType`, and `ToString`."]]],[]]