Class: Google::Cloud::Dlp::V2::ProcessingLocation::ImageFallbackLocation

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

Overview

Configure image processing to fall back to any of the following processing options if image processing is unavailable in the original request location.

Instance Attribute Summary collapse

Instance Attribute Details

#global_processing::Google::Cloud::Dlp::V2::ProcessingLocation::GlobalProcessing

Returns Processing occurs in the global region.

Returns:



8260
8261
8262
8263
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 8260

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

#multi_region_processing::Google::Cloud::Dlp::V2::ProcessingLocation::MultiRegionProcessing

Returns Processing occurs in a multi-region that contains the current region if available.

Returns:



8260
8261
8262
8263
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 8260

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