Show / Hide Table of Contents

Class GooglePrivacyDlpV2ImageFallbackLocation

Configure image processing to fall back to the configured processing option below if unavailable in the request location.

Inheritance
object
GooglePrivacyDlpV2ImageFallbackLocation
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX