Class GooglePrivacyDlpV2ImageFallbackLocation
Configure image processing to fall back to the configured processing option below if unavailable in the request location.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2ImageFallbackLocation : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GlobalProcessing
Processing will happen in the global region.
Declaration
[JsonProperty("globalProcessing")]
public virtual GooglePrivacyDlpV2GlobalProcessing GlobalProcessing { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2GlobalProcessing |
MultiRegionProcessing
Processing will happen in a multi-region that contains the current region if available.
Declaration
[JsonProperty("multiRegionProcessing")]
public virtual GooglePrivacyDlpV2MultiRegionProcessing MultiRegionProcessing { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2MultiRegionProcessing |