Class: Google::Cloud::Dlp::V2::RecordTransformations

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/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_transformations::Array<::Google::Cloud::Dlp::V2::FieldTransformation>

Returns Transform the record by applying various field transformations.

Returns:



2835
2836
2837
2838
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 2835

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

#record_suppressions::Array<::Google::Cloud::Dlp::V2::RecordSuppression>

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

Returns:



2835
2836
2837
2838
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 2835

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