Reference documentation and code samples for the Data Loss Prevention V2 Client class DeidentifyConfig.
The configuration that controls how the data will change.
Generated from protobuf message google.privacy.dlp.v2.DeidentifyConfig
Namespace
Google \ Cloud \ Dlp \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ info_type_transformations
Google\Cloud\Dlp\V2\InfoTypeTransformations
Treat the dataset as free-form text and apply the same free text transformation everywhere.
↳ record_transformations
Google\Cloud\Dlp\V2\RecordTransformations
Treat the dataset as structured. Transformations can be applied to specific locations within structured datasets, such as transforming a column within a table.
↳ image_transformations
↳ transformation_error_handling
Google\Cloud\Dlp\V2\TransformationErrorHandling
Mode for handling transformation errors. If left unspecified, the default mode is TransformationErrorHandling.ThrowError
.
getInfoTypeTransformations
Treat the dataset as free-form text and apply the same free text transformation everywhere.
hasInfoTypeTransformations
setInfoTypeTransformations
Treat the dataset as free-form text and apply the same free text transformation everywhere.
$this
getRecordTransformations
Treat the dataset as structured. Transformations can be applied to specific locations within structured datasets, such as transforming a column within a table.
hasRecordTransformations
setRecordTransformations
Treat the dataset as structured. Transformations can be applied to specific locations within structured datasets, such as transforming a column within a table.
$this
getImageTransformations
Treat the dataset as an image and redact.
hasImageTransformations
setImageTransformations
Treat the dataset as an image and redact.
$this
getTransformationErrorHandling
Mode for handling transformation errors. If left unspecified, the default
mode is TransformationErrorHandling.ThrowError
.
hasTransformationErrorHandling
clearTransformationErrorHandling
setTransformationErrorHandling
Mode for handling transformation errors. If left unspecified, the default
mode is TransformationErrorHandling.ThrowError
.
$this
getTransformation
string