Class: Google::Privacy::Dlp::V2::RecordTransformations

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb

Overview

A type of transformation that is applied over structured data such as a table.

Instance Attribute Summary collapse

Instance Attribute Details

#field_transformationsArray<Google::Privacy::Dlp::V2::FieldTransformation>

Returns Transform the record by applying various field transformations.

Returns:



1667
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1667

class RecordTransformations; end

#record_suppressionsArray<Google::Privacy::Dlp::V2::RecordSuppression>

Returns Configuration defining which records get suppressed entirely. Records that match any suppression rule are omitted from the output [optional].

Returns:



1667
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1667

class RecordTransformations; end