Show / Hide Table of Contents

Class GooglePrivacyDlpV2ProcessingLocation

Configure processing location for discovery and inspection. For example, image OCR is only provided in limited regions but configuring ProcessingLocation will redirect OCR to a location where OCR is provided.

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

Properties

ETag

The ETag of the item.

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

ImageFallbackLocation

Image processing will fall back using this configuration.

Declaration
[JsonProperty("imageFallbackLocation")]
public virtual GooglePrivacyDlpV2ImageFallbackLocation ImageFallbackLocation { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2ImageFallbackLocation

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX