Class: Google::Cloud::Dlp::V2::DeidentifyConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/privacy/dlp/v2/dlp.rb

Overview

The configuration that controls how the data will change.

Instance Attribute Summary collapse

Instance Attribute Details

#image_transformations::Google::Cloud::Dlp::V2::ImageTransformations

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



2279
2280
2281
2282
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 2279

class DeidentifyConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#info_type_transformations::Google::Cloud::Dlp::V2::InfoTypeTransformations

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



2279
2280
2281
2282
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 2279

class DeidentifyConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#record_transformations::Google::Cloud::Dlp::V2::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.

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.



2279
2280
2281
2282
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 2279

class DeidentifyConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#transformation_error_handling::Google::Cloud::Dlp::V2::TransformationErrorHandling

Returns Mode for handling transformation errors. If left unspecified, the default mode is TransformationErrorHandling.ThrowError.

Returns:



2279
2280
2281
2282
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 2279

class DeidentifyConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end