Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::ProcessingLocation::ImageFallbackLocation.
Configure image processing to fall back to the configured processing option below if unavailable in the request location.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#global_processing
def global_processing() -> ::Google::Cloud::Dlp::V2::ProcessingLocation::GlobalProcessing
Returns
- (::Google::Cloud::Dlp::V2::ProcessingLocation::GlobalProcessing) — Processing will happen in the global region.
#global_processing=
def global_processing=(value) -> ::Google::Cloud::Dlp::V2::ProcessingLocation::GlobalProcessing
Parameter
- value (::Google::Cloud::Dlp::V2::ProcessingLocation::GlobalProcessing) — Processing will happen in the global region.
Returns
- (::Google::Cloud::Dlp::V2::ProcessingLocation::GlobalProcessing) — Processing will happen in the global region.
#multi_region_processing
def multi_region_processing() -> ::Google::Cloud::Dlp::V2::ProcessingLocation::MultiRegionProcessing
Returns
- (::Google::Cloud::Dlp::V2::ProcessingLocation::MultiRegionProcessing) — Processing will happen in a multi-region that contains the current region if available.
#multi_region_processing=
def multi_region_processing=(value) -> ::Google::Cloud::Dlp::V2::ProcessingLocation::MultiRegionProcessing
Parameter
- value (::Google::Cloud::Dlp::V2::ProcessingLocation::MultiRegionProcessing) — Processing will happen in a multi-region that contains the current region if available.
Returns
- (::Google::Cloud::Dlp::V2::ProcessingLocation::MultiRegionProcessing) — Processing will happen in a multi-region that contains the current region if available.