Google Cloud Data Loss Prevention v2 API - Class PrivacyMetric.Types.KMapEstimationConfig.Types.TaggedField (4.8.0)

public sealed class PrivacyMetric.Types.KMapEstimationConfig.Types.TaggedField : IMessage<PrivacyMetric.Types.KMapEstimationConfig.Types.TaggedField>, IEquatable<PrivacyMetric.Types.KMapEstimationConfig.Types.TaggedField>, IDeepCloneable<PrivacyMetric.Types.KMapEstimationConfig.Types.TaggedField>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class PrivacyMetric.Types.KMapEstimationConfig.Types.TaggedField.

A column with a semantic tag attached.

Inheritance

object > PrivacyMetric.Types.KMapEstimationConfig.Types.TaggedField

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

TaggedField()

public TaggedField()

TaggedField(TaggedField)

public TaggedField(PrivacyMetric.Types.KMapEstimationConfig.Types.TaggedField other)
Parameter
NameDescription
otherPrivacyMetricTypesKMapEstimationConfigTypesTaggedField

Properties

CustomTag

public string CustomTag { get; set; }

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).

Property Value
TypeDescription
string

Field

public FieldId Field { get; set; }

Required. Identifies the column.

Property Value
TypeDescription
FieldId

HasCustomTag

public bool HasCustomTag { get; }

Gets whether the "custom_tag" field is set

Property Value
TypeDescription
bool

Inferred

public Empty Inferred { get; set; }

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

Property Value
TypeDescription
Empty

InfoType

public InfoType InfoType { get; set; }

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.

Property Value
TypeDescription
InfoType

TagCase

public PrivacyMetric.Types.KMapEstimationConfig.Types.TaggedField.TagOneofCase TagCase { get; }
Property Value
TypeDescription
PrivacyMetricTypesKMapEstimationConfigTypesTaggedFieldTagOneofCase