Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::ProcessingLocation.
Configure processing location for discovery and inspection. For example, image OCR is only provided in limited regions but configuring ProcessingLocation will redirect OCR to a location where OCR is provided.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#image_fallback_location
def image_fallback_location() -> ::Google::Cloud::Dlp::V2::ProcessingLocation::ImageFallbackLocation
Returns
- (::Google::Cloud::Dlp::V2::ProcessingLocation::ImageFallbackLocation) — Image processing will fall back using this configuration.
#image_fallback_location=
def image_fallback_location=(value) -> ::Google::Cloud::Dlp::V2::ProcessingLocation::ImageFallbackLocation
Parameter
- value (::Google::Cloud::Dlp::V2::ProcessingLocation::ImageFallbackLocation) — Image processing will fall back using this configuration.
Returns
- (::Google::Cloud::Dlp::V2::ProcessingLocation::ImageFallbackLocation) — Image processing will fall back using this configuration.