Cloud Data Loss Prevention (DLP) V2 API - Class Google::Cloud::Dlp::V2::DeidentifyConfig (v1.7.0)

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
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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
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.

    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
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.

    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.

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.

    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
Returns

#transformation_error_handling=

def transformation_error_handling=(value) -> ::Google::Cloud::Dlp::V2::TransformationErrorHandling
Parameter
Returns