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

Returns Apply transformation to all findings not specified in other ImageTransformation's selected_info_types. Only one instance is allowed within the ImageTransformations message.

Returns:



2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 2168

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

Returns Apply transformation to all text that doesn't match an infoType. Only one instance is allowed within the ImageTransformations message.

Returns:



2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 2168

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

Returns The color to use when redacting content from an image. If not specified, the default is black.

Returns:



2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 2168

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

Returns Apply transformation to the selected info_types.

Returns:



2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 2168

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