Reference documentation and code samples for the Data Loss Prevention V2 Client class 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.
Generated from protobuf message google.privacy.dlp.v2.ProcessingLocation
Namespace
Google \ Cloud \ Dlp \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ image_fallback_location |
ProcessingLocation\ImageFallbackLocation
Image processing will fall back using this configuration. |
getImageFallbackLocation
Image processing will fall back using this configuration.
Returns | |
---|---|
Type | Description |
ProcessingLocation\ImageFallbackLocation|null |
hasImageFallbackLocation
clearImageFallbackLocation
setImageFallbackLocation
Image processing will fall back using this configuration.
Parameter | |
---|---|
Name | Description |
var |
ProcessingLocation\ImageFallbackLocation
|
Returns | |
---|---|
Type | Description |
$this |