public interface DeidentifyConfigOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
InfoTypeTransformations |
getInfoTypeTransformations()
Treat the dataset as free-form text and apply the same free text
transformation everywhere.
|
InfoTypeTransformationsOrBuilder |
getInfoTypeTransformationsOrBuilder()
Treat the dataset as free-form text and apply the same free text
transformation everywhere.
|
RecordTransformations |
getRecordTransformations()
Treat the dataset as structured.
|
RecordTransformationsOrBuilder |
getRecordTransformationsOrBuilder()
Treat the dataset as structured.
|
DeidentifyConfig.TransformationCase |
getTransformationCase() |
boolean |
hasInfoTypeTransformations()
Treat the dataset as free-form text and apply the same free text
transformation everywhere.
|
boolean |
hasRecordTransformations()
Treat the dataset as structured.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedboolean hasInfoTypeTransformations()
Treat the dataset as free-form text and apply the same free text transformation everywhere.
.google.privacy.dlp.v2.InfoTypeTransformations info_type_transformations = 1;InfoTypeTransformations getInfoTypeTransformations()
Treat the dataset as free-form text and apply the same free text transformation everywhere.
.google.privacy.dlp.v2.InfoTypeTransformations info_type_transformations = 1;InfoTypeTransformationsOrBuilder getInfoTypeTransformationsOrBuilder()
Treat the dataset as free-form text and apply the same free text transformation everywhere.
.google.privacy.dlp.v2.InfoTypeTransformations info_type_transformations = 1;boolean hasRecordTransformations()
Treat the dataset as structured. Transformations can be applied to specific locations within structured datasets, such as transforming a column within a table.
.google.privacy.dlp.v2.RecordTransformations record_transformations = 2;RecordTransformations getRecordTransformations()
Treat the dataset as structured. Transformations can be applied to specific locations within structured datasets, such as transforming a column within a table.
.google.privacy.dlp.v2.RecordTransformations record_transformations = 2;RecordTransformationsOrBuilder getRecordTransformationsOrBuilder()
Treat the dataset as structured. Transformations can be applied to specific locations within structured datasets, such as transforming a column within a table.
.google.privacy.dlp.v2.RecordTransformations record_transformations = 2;DeidentifyConfig.TransformationCase getTransformationCase()