Class: Google::Privacy::Dlp::V2beta1::DeidentifyConfig
- Inherits:
-
Object
- Object
- Google::Privacy::Dlp::V2beta1::DeidentifyConfig
- Defined in:
- lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb
Overview
The configuration that controls how the data will change.
Instance Attribute Summary collapse
-
#info_type_transformations ⇒ Google::Privacy::Dlp::V2beta1::InfoTypeTransformations
Treat the dataset as free-form text and apply the same free text transformation everywhere.
-
#record_transformations ⇒ Google::Privacy::Dlp::V2beta1::RecordTransformations
Treat the dataset as structured.
Instance Attribute Details
#info_type_transformations ⇒ Google::Privacy::Dlp::V2beta1::InfoTypeTransformations
Returns Treat the dataset as free-form text and apply the same free text transformation everywhere.
721 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 721 class DeidentifyConfig; end |
#record_transformations ⇒ Google::Privacy::Dlp::V2beta1::RecordTransformations
Returns Treat the dataset as structured. Transformations can be applied to specific locations within structured datasets, such as transforming a column within a table.
721 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 721 class DeidentifyConfig; end |