Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::DeidentifyConfig.
The configuration that controls how the data will change.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#info_type_transformations
def info_type_transformations() -> ::Google::Cloud::Dlp::V2::InfoTypeTransformations
Returns
- (::Google::Cloud::Dlp::V2::InfoTypeTransformations) — Treat the dataset as free-form text and apply the same free text transformation everywhere.
#info_type_transformations=
def info_type_transformations=(value) -> ::Google::Cloud::Dlp::V2::InfoTypeTransformations
Parameter
- value (::Google::Cloud::Dlp::V2::InfoTypeTransformations) — Treat the dataset as free-form text and apply the same free text transformation everywhere.
Returns
- (::Google::Cloud::Dlp::V2::InfoTypeTransformations) — Treat the dataset as free-form text and apply the same free text transformation everywhere.
#record_transformations
def record_transformations() -> ::Google::Cloud::Dlp::V2::RecordTransformations
Returns
- (::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.
#record_transformations=
def record_transformations=(value) -> ::Google::Cloud::Dlp::V2::RecordTransformations
Parameter
- value (::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.
Returns
- (::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.
#transformation_error_handling
def transformation_error_handling() -> ::Google::Cloud::Dlp::V2::TransformationErrorHandling
Returns
-
(::Google::Cloud::Dlp::V2::TransformationErrorHandling) — Mode for handling transformation errors. If left unspecified, the default
mode is
TransformationErrorHandling.ThrowError
.
#transformation_error_handling=
def transformation_error_handling=(value) -> ::Google::Cloud::Dlp::V2::TransformationErrorHandling
Parameter
-
value (::Google::Cloud::Dlp::V2::TransformationErrorHandling) — Mode for handling transformation errors. If left unspecified, the default
mode is
TransformationErrorHandling.ThrowError
.
Returns
-
(::Google::Cloud::Dlp::V2::TransformationErrorHandling) — Mode for handling transformation errors. If left unspecified, the default
mode is
TransformationErrorHandling.ThrowError
.