public interface ProcessingLocationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getImageFallbackLocation()
public abstract ProcessingLocation.ImageFallbackLocation getImageFallbackLocation()Image processing will fall 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 will fall back using this configuration.
.google.privacy.dlp.v2.ProcessingLocation.ImageFallbackLocation image_fallback_location = 1;
| Returns | |
|---|---|
| Type | Description |
ProcessingLocation.ImageFallbackLocationOrBuilder |
|
hasImageFallbackLocation()
public abstract boolean hasImageFallbackLocation()Image processing will fall back using this configuration.
.google.privacy.dlp.v2.ProcessingLocation.ImageFallbackLocation image_fallback_location = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the imageFallbackLocation field is set. |