public sealed class ProcessingLocation.Types.DocumentFallbackLocation : IMessage<ProcessingLocation.Types.DocumentFallbackLocation>, IEquatable<ProcessingLocation.Types.DocumentFallbackLocation>, IDeepCloneable<ProcessingLocation.Types.DocumentFallbackLocation>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class ProcessingLocation.Types.DocumentFallbackLocation.
Configure document processing to fall back to any of the following processing options if document processing is unavailable in the original request location.
Implements
IMessageProcessingLocationTypesDocumentFallbackLocation, IEquatableProcessingLocationTypesDocumentFallbackLocation, IDeepCloneableProcessingLocationTypesDocumentFallbackLocation, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
DocumentFallbackLocation()
public DocumentFallbackLocation()
DocumentFallbackLocation(DocumentFallbackLocation)
public DocumentFallbackLocation(ProcessingLocation.Types.DocumentFallbackLocation other)
Parameter | |
---|---|
Name | Description |
other |
ProcessingLocationTypesDocumentFallbackLocation |
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 |