GooglePrivacyDlpV2ImageFallbackLocation
import type { GooglePrivacyDlpV2ImageFallbackLocation } from "https://googleapis.deno.dev/v1/dlp:v2.ts";
Configure image processing to fall back to the configured processing option below if unavailable in the request location.
interface GooglePrivacyDlpV2ImageFallbackLocation {
globalProcessing?: GooglePrivacyDlpV2GlobalProcessing;
multiRegionProcessing?: GooglePrivacyDlpV2MultiRegionProcessing;
}§Properties
§
globalProcessing?: GooglePrivacyDlpV2GlobalProcessing
[src]Processing will happen in the global region.
§
multiRegionProcessing?: GooglePrivacyDlpV2MultiRegionProcessing
[src]Processing will happen in a multi-region that contains the current region if available.