Class: Google::Cloud::Dlp::V2::InfoTypeTransformations::InfoTypeTransformation

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 transformation to apply to text that is identified as a specific info_type.

Instance Attribute Summary collapse

Instance Attribute Details

#info_types::Array<::Google::Cloud::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::Cloud::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.



2777
2778
2779
2780
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 2777

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

#primitive_transformation::Google::Cloud::Dlp::V2::PrimitiveTransformation

Returns Required. Primitive transformation to apply to the infoType.

Returns:



2777
2778
2779
2780
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 2777

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