Google Cloud Data Loss Prevention v2 API - Class ProcessingLocation.Types.ImageFallbackLocation (4.20.0)

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

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

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

Inheritance

object > ProcessingLocation.Types.ImageFallbackLocation

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

ImageFallbackLocation()

public ImageFallbackLocation()

ImageFallbackLocation(ImageFallbackLocation)

public ImageFallbackLocation(ProcessingLocation.Types.ImageFallbackLocation other)
Parameter
Name Description
other ProcessingLocationTypesImageFallbackLocation

Properties

GlobalProcessing

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

Processing occurs in the global region.

Property Value
Type Description
ProcessingLocationTypesGlobalProcessing

MultiRegionProcessing

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

Processing occurs in a multi-region that contains the current region if available.

Property Value
Type Description
ProcessingLocationTypesMultiRegionProcessing