GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ImageFallbackLocation (google_api_dlp v0.54.0)
View SourceConfigure image processing to fall back to the configured processing option below if unavailable in the request location.
Attributes
-
globalProcessing
(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2GlobalProcessing.t
, default:nil
) - Processing will happen in the global region. -
multiRegionProcessing
(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2MultiRegionProcessing.t
, default:nil
) - Processing will happen in a multi-region that contains the current region if available.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ImageFallbackLocation{ globalProcessing: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2GlobalProcessing.t() | nil, multiRegionProcessing: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2MultiRegionProcessing.t() | nil }