Show / Hide Table of Contents

Class GooglePrivacyDlpV2DocumentFallbackLocation

Configure document processing to fall back to any of the following processing options if document processing is unavailable in the original request location.

Inheritance
object
GooglePrivacyDlpV2DocumentFallbackLocation
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 GooglePrivacyDlpV2DocumentFallbackLocation : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

GlobalProcessing

Processing occurs in the global region.

Declaration
[JsonProperty("globalProcessing")]
public virtual GooglePrivacyDlpV2GlobalProcessing GlobalProcessing { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2GlobalProcessing

MultiRegionProcessing

Processing occurs 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