Reference documentation and code samples for the Data Loss Prevention V2 Client class ImageFallbackLocation.
Configure image processing to fall back to the configured processing option below if unavailable in the request location.
Generated from protobuf message google.privacy.dlp.v2.ProcessingLocation.ImageFallbackLocation
Namespace
Google \ Cloud \ Dlp \ V2 \ ProcessingLocationMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ multi_region_processing |
MultiRegionProcessing
Processing will happen in a multi-region that contains the current region if available. |
↳ global_processing |
GlobalProcessing
Processing will happen in the global region. |
getMultiRegionProcessing
Processing will happen in a multi-region that contains the current region if available.
Returns | |
---|---|
Type | Description |
MultiRegionProcessing|null |
hasMultiRegionProcessing
clearMultiRegionProcessing
setMultiRegionProcessing
Processing will happen in a multi-region that contains the current region if available.
Parameter | |
---|---|
Name | Description |
var |
MultiRegionProcessing
|
Returns | |
---|---|
Type | Description |
$this |
getGlobalProcessing
Processing will happen in the global region.
Returns | |
---|---|
Type | Description |
GlobalProcessing|null |
hasGlobalProcessing
clearGlobalProcessing
setGlobalProcessing
Processing will happen in the global region.
Parameter | |
---|---|
Name | Description |
var |
GlobalProcessing
|
Returns | |
---|---|
Type | Description |
$this |