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.

Returns:



2114
2115
2116
2117
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 2114

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.

Returns:



2114
2115
2116
2117
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 2114

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.

Returns:



2114
2115
2116
2117
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 2114

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:



2114
2115
2116
2117
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 2114

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