Google Cloud Data Loss Prevention v2 API - Class ProcessingLocation.Types.ImageFallbackLocation (4.16.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 the configured processing option below if unavailable in the 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 will happen in the global region.

Property Value
Type Description
ProcessingLocationTypesGlobalProcessing

MultiRegionProcessing

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

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

Property Value
Type Description
ProcessingLocationTypesMultiRegionProcessing