Class: Google::Cloud::Dlp::V2::ProcessingLocation::ImageFallbackLocation
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::ProcessingLocation::ImageFallbackLocation
- 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
-
#global_processing ⇒ ::Google::Cloud::Dlp::V2::ProcessingLocation::GlobalProcessing
Processing occurs in the global region.
-
#multi_region_processing ⇒ ::Google::Cloud::Dlp::V2::ProcessingLocation::MultiRegionProcessing
Processing occurs in a multi-region that contains the current region if available.
Instance Attribute Details
#global_processing ⇒ ::Google::Cloud::Dlp::V2::ProcessingLocation::GlobalProcessing
Returns Processing occurs in the global region.
8115 8116 8117 8118 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 8115 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.
8115 8116 8117 8118 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 8115 class ImageFallbackLocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |