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 the configured processing option below if unavailable in the request location.
Instance Attribute Summary collapse
-
#global_processing ⇒ ::Google::Cloud::Dlp::V2::ProcessingLocation::GlobalProcessing
Processing will happen in the global region.
-
#multi_region_processing ⇒ ::Google::Cloud::Dlp::V2::ProcessingLocation::MultiRegionProcessing
Processing will happen in a multi-region that contains the current region if available.
Instance Attribute Details
#global_processing ⇒ ::Google::Cloud::Dlp::V2::ProcessingLocation::GlobalProcessing
Returns Processing will happen in the global region.
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.
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 |