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
#image_transformations
def image_transformations() -> ::Google::Cloud::Dlp::V2::ImageTransformations
-
(::Google::Cloud::Dlp::V2::ImageTransformations) — Treat the dataset as an image and redact.
Note: The following fields are mutually exclusive:
image_transformations
,info_type_transformations
,record_transformations
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#image_transformations=
def image_transformations=(value) -> ::Google::Cloud::Dlp::V2::ImageTransformations
-
value (::Google::Cloud::Dlp::V2::ImageTransformations) — Treat the dataset as an image and redact.
Note: The following fields are mutually exclusive:
image_transformations
,info_type_transformations
,record_transformations
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Dlp::V2::ImageTransformations) — Treat the dataset as an image and redact.
Note: The following fields are mutually exclusive:
image_transformations
,info_type_transformations
,record_transformations
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#info_type_transformations
def info_type_transformations() -> ::Google::Cloud::Dlp::V2::InfoTypeTransformations
-
(::Google::Cloud::Dlp::V2::InfoTypeTransformations) — Treat the dataset as free-form text and apply the same free text
transformation everywhere.
Note: The following fields are mutually exclusive:
info_type_transformations
,record_transformations
,image_transformations
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#info_type_transformations=
def info_type_transformations=(value) -> ::Google::Cloud::Dlp::V2::InfoTypeTransformations
-
value (::Google::Cloud::Dlp::V2::InfoTypeTransformations) — Treat the dataset as free-form text and apply the same free text
transformation everywhere.
Note: The following fields are mutually exclusive:
info_type_transformations
,record_transformations
,image_transformations
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Dlp::V2::InfoTypeTransformations) — Treat the dataset as free-form text and apply the same free text
transformation everywhere.
Note: The following fields are mutually exclusive:
info_type_transformations
,record_transformations
,image_transformations
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#record_transformations
def record_transformations() -> ::Google::Cloud::Dlp::V2::RecordTransformations
-
(::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.
Note: The following fields are mutually exclusive:
record_transformations
,info_type_transformations
,image_transformations
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#record_transformations=
def record_transformations=(value) -> ::Google::Cloud::Dlp::V2::RecordTransformations
-
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.
Note: The following fields are mutually exclusive:
record_transformations
,info_type_transformations
,image_transformations
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::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.
Note: The following fields are mutually exclusive:
record_transformations
,info_type_transformations
,image_transformations
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#transformation_error_handling
def transformation_error_handling() -> ::Google::Cloud::Dlp::V2::TransformationErrorHandling
-
(::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
-
value (::Google::Cloud::Dlp::V2::TransformationErrorHandling) — Mode for handling transformation errors. If left unspecified, the default
mode is
TransformationErrorHandling.ThrowError
.
-
(::Google::Cloud::Dlp::V2::TransformationErrorHandling) — Mode for handling transformation errors. If left unspecified, the default
mode is
TransformationErrorHandling.ThrowError
.