public static interface PrivacyMetric.KMapEstimationConfig.TaggedFieldOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCustomTag()
public abstract String getCustomTag()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).
string custom_tag = 3;
| Type | Description |
| String | The customTag. |
getCustomTagBytes()
public abstract ByteString getCustomTagBytes()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).
string custom_tag = 3;
| Type | Description |
| ByteString | The bytes for customTag. |
getField()
public abstract FieldId getField()Required. Identifies the column.
.google.privacy.dlp.v2.FieldId field = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| FieldId | The field. |
getFieldOrBuilder()
public abstract FieldIdOrBuilder getFieldOrBuilder()Required. Identifies the column.
.google.privacy.dlp.v2.FieldId field = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| FieldIdOrBuilder |
getInferred()
public abstract Empty getInferred()If no semantic tag is indicated, we infer the statistical model from the distribution of values in the input data
.google.protobuf.Empty inferred = 4;
| Type | Description |
| Empty | The inferred. |
getInferredOrBuilder()
public abstract EmptyOrBuilder getInferredOrBuilder()If no semantic tag is indicated, we infer the statistical model from the distribution of values in the input data
.google.protobuf.Empty inferred = 4;
| Type | Description |
| EmptyOrBuilder |
getInfoType()
public abstract InfoType getInfoType()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.
.google.privacy.dlp.v2.InfoType info_type = 2;
| Type | Description |
| InfoType | The infoType. |
getInfoTypeOrBuilder()
public abstract InfoTypeOrBuilder getInfoTypeOrBuilder()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.
.google.privacy.dlp.v2.InfoType info_type = 2;
| Type | Description |
| InfoTypeOrBuilder |
getTagCase()
public abstract PrivacyMetric.KMapEstimationConfig.TaggedField.TagCase getTagCase()| Type | Description |
| PrivacyMetric.KMapEstimationConfig.TaggedField.TagCase |
hasCustomTag()
public abstract boolean hasCustomTag()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).
string custom_tag = 3;
| Type | Description |
| boolean | Whether the customTag field is set. |
hasField()
public abstract boolean hasField()Required. Identifies the column.
.google.privacy.dlp.v2.FieldId field = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the field field is set. |
hasInferred()
public abstract boolean hasInferred()If no semantic tag is indicated, we infer the statistical model from the distribution of values in the input data
.google.protobuf.Empty inferred = 4;
| Type | Description |
| boolean | Whether the inferred field is set. |
hasInfoType()
public abstract boolean hasInfoType()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.
.google.privacy.dlp.v2.InfoType info_type = 2;
| Type | Description |
| boolean | Whether the infoType field is set. |