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

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

Overview

Configuration for determining how redaction of images should occur.

Defined Under Namespace

Classes: AllInfoTypes, AllText, SelectedInfoTypes

Instance Attribute Summary collapse

Instance Attribute Details

#all_info_types::Google::Cloud::Dlp::V2::ImageTransformations::ImageTransformation::AllInfoTypes



2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 2302

class ImageTransformation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Apply transformation to the selected info_types.
  # @!attribute [rw] info_types
  #   @return [::Array<::Google::Cloud::Dlp::V2::InfoType>]
  #     Required. InfoTypes to apply the transformation to. Required. Provided
  #     InfoType must be unique within the ImageTransformations message.
  class SelectedInfoTypes
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Apply transformation to all findings.
  class AllInfoTypes
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Apply to all text.
  class AllText
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#all_text::Google::Cloud::Dlp::V2::ImageTransformations::ImageTransformation::AllText



2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 2302

class ImageTransformation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Apply transformation to the selected info_types.
  # @!attribute [rw] info_types
  #   @return [::Array<::Google::Cloud::Dlp::V2::InfoType>]
  #     Required. InfoTypes to apply the transformation to. Required. Provided
  #     InfoType must be unique within the ImageTransformations message.
  class SelectedInfoTypes
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Apply transformation to all findings.
  class AllInfoTypes
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Apply to all text.
  class AllText
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#redaction_color::Google::Cloud::Dlp::V2::Color



2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 2302

class ImageTransformation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Apply transformation to the selected info_types.
  # @!attribute [rw] info_types
  #   @return [::Array<::Google::Cloud::Dlp::V2::InfoType>]
  #     Required. InfoTypes to apply the transformation to. Required. Provided
  #     InfoType must be unique within the ImageTransformations message.
  class SelectedInfoTypes
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Apply transformation to all findings.
  class AllInfoTypes
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Apply to all text.
  class AllText
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#selected_info_types::Google::Cloud::Dlp::V2::ImageTransformations::ImageTransformation::SelectedInfoTypes



2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 2302

class ImageTransformation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Apply transformation to the selected info_types.
  # @!attribute [rw] info_types
  #   @return [::Array<::Google::Cloud::Dlp::V2::InfoType>]
  #     Required. InfoTypes to apply the transformation to. Required. Provided
  #     InfoType must be unique within the ImageTransformations message.
  class SelectedInfoTypes
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Apply transformation to all findings.
  class AllInfoTypes
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Apply to all text.
  class AllText
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end