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 the configured processing option below if unavailable in the request location.

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns Processing will happen in the global region.

Returns:



7994
7995
7996
7997
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 7994

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

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

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

Returns:



7994
7995
7996
7997
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 7994

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