Class: Google::Cloud::Dlp::V2::ImageTransformations::ImageTransformation::SelectedInfoTypes

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/privacy/dlp/v2/dlp.rb

Overview

Apply transformation to the selected info_types.

Instance Attribute Summary collapse

Instance Attribute Details

#info_types::Array<::Google::Cloud::Dlp::V2::InfoType>

Returns Required. InfoTypes to apply the transformation to. Required. Provided InfoType must be unique within the ImageTransformations message.

Returns:

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

    Required. InfoTypes to apply the transformation to. Required. Provided InfoType must be unique within the ImageTransformations message.



2177
2178
2179
2180
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 2177

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