Google Cloud Data Loss Prevention v2 API - Class ProcessingLocation (4.16.0)

public sealed class ProcessingLocation : IMessage<ProcessingLocation>, IEquatable<ProcessingLocation>, IDeepCloneable<ProcessingLocation>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class ProcessingLocation.

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 > ProcessingLocation

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

ProcessingLocation()

public ProcessingLocation()

ProcessingLocation(ProcessingLocation)

public ProcessingLocation(ProcessingLocation other)
Parameter
Name Description
other ProcessingLocation

Properties

ImageFallbackLocation

public ProcessingLocation.Types.ImageFallbackLocation ImageFallbackLocation { get; set; }

Image processing will fall back using this configuration.

Property Value
Type Description
ProcessingLocationTypesImageFallbackLocation