GooglePrivacyDlpV2DocumentFallbackLocation
import type { GooglePrivacyDlpV2DocumentFallbackLocation } from "https://googleapis.deno.dev/v1/dlp:v2.ts";
Configure document processing to fall back to any of the following processing options if document processing is unavailable in the original request location.
interface GooglePrivacyDlpV2DocumentFallbackLocation {
globalProcessing?: GooglePrivacyDlpV2GlobalProcessing;
multiRegionProcessing?: GooglePrivacyDlpV2MultiRegionProcessing;
}§Properties
§
globalProcessing?: GooglePrivacyDlpV2GlobalProcessing
[src]Processing occurs in the global region.
§
multiRegionProcessing?: GooglePrivacyDlpV2MultiRegionProcessing
[src]Processing occurs in a multi-region that contains the current region if available.