Class: Google::Privacy::Dlp::V2::InfoTypeTransformations::InfoTypeTransformation

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

Overview

A transformation to apply to text that is identified as a specific info_type.

Instance Attribute Summary collapse

Instance Attribute Details

#info_typesArray<Google::Privacy::Dlp::V2::InfoType>

Returns InfoTypes to apply the transformation to. An empty list will cause this transformation to apply to all findings that correspond to infoTypes that were requested in InspectConfig.

Returns:

  • (Array<Google::Privacy::Dlp::V2::InfoType>)

    InfoTypes to apply the transformation to. An empty list will cause this transformation to apply to all findings that correspond to infoTypes that were requested in InspectConfig.



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

class InfoTypeTransformation; end

#primitive_transformationGoogle::Privacy::Dlp::V2::PrimitiveTransformation

Returns Primitive transformation to apply to the infoType. [required].

Returns:



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

class InfoTypeTransformation; end