Package com.google.privacy.dlp.v2
Interface PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.QuasiIdFieldOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.QuasiIdField
,PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.QuasiIdField.Builder
- Enclosing class:
- PrivacyMetric.KMapEstimationConfig.AuxiliaryTable
public static interface PrivacyMetric.KMapEstimationConfig.AuxiliaryTable.QuasiIdFieldOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCustomTag()
A auxiliary field.com.google.protobuf.ByteString
getCustomTagBytes()
A auxiliary field.FieldId
getField()
Identifies the column.FieldIdOrBuilder
getFieldOrBuilder()
Identifies the column.boolean
hasField()
Identifies the column.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasField
boolean hasField()
Identifies the column.
.google.privacy.dlp.v2.FieldId field = 1;
- Returns:
- Whether the field field is set.
-
getField
FieldId getField()
Identifies the column.
.google.privacy.dlp.v2.FieldId field = 1;
- Returns:
- The field.
-
getFieldOrBuilder
FieldIdOrBuilder getFieldOrBuilder()
Identifies the column.
.google.privacy.dlp.v2.FieldId field = 1;
-
getCustomTag
String getCustomTag()
A auxiliary field.
string custom_tag = 2;
- Returns:
- The customTag.
-
getCustomTagBytes
com.google.protobuf.ByteString getCustomTagBytes()
A auxiliary field.
string custom_tag = 2;
- Returns:
- The bytes for customTag.
-
-