public interface ProcessingLocationOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDocumentFallbackLocation()
public abstract ProcessingLocation.DocumentFallbackLocation getDocumentFallbackLocation()
Document processing falls back using this configuration.
.google.privacy.dlp.v2.ProcessingLocation.DocumentFallbackLocation document_fallback_location = 2;
Returns | |
---|---|
Type | Description |
ProcessingLocation.DocumentFallbackLocation |
The documentFallbackLocation. |
getDocumentFallbackLocationOrBuilder()
public abstract ProcessingLocation.DocumentFallbackLocationOrBuilder getDocumentFallbackLocationOrBuilder()
Document processing falls back using this configuration.
.google.privacy.dlp.v2.ProcessingLocation.DocumentFallbackLocation document_fallback_location = 2;
Returns | |
---|---|
Type | Description |
ProcessingLocation.DocumentFallbackLocationOrBuilder |
getImageFallbackLocation()
public abstract ProcessingLocation.ImageFallbackLocation getImageFallbackLocation()
Image processing falls back using this configuration.
.google.privacy.dlp.v2.ProcessingLocation.ImageFallbackLocation image_fallback_location = 1;
Returns | |
---|---|
Type | Description |
ProcessingLocation.ImageFallbackLocation |
The imageFallbackLocation. |
getImageFallbackLocationOrBuilder()
public abstract ProcessingLocation.ImageFallbackLocationOrBuilder getImageFallbackLocationOrBuilder()
Image processing falls back using this configuration.
.google.privacy.dlp.v2.ProcessingLocation.ImageFallbackLocation image_fallback_location = 1;
Returns | |
---|---|
Type | Description |
ProcessingLocation.ImageFallbackLocationOrBuilder |
hasDocumentFallbackLocation()
public abstract boolean hasDocumentFallbackLocation()
Document processing falls back using this configuration.
.google.privacy.dlp.v2.ProcessingLocation.DocumentFallbackLocation document_fallback_location = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the documentFallbackLocation field is set. |
hasImageFallbackLocation()
public abstract boolean hasImageFallbackLocation()
Image processing falls back using this configuration.
.google.privacy.dlp.v2.ProcessingLocation.ImageFallbackLocation image_fallback_location = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the imageFallbackLocation field is set. |