- 3.87.0 (latest)
- 3.86.0
- 3.85.0
- 3.84.0
- 3.82.0
- 3.80.0
- 3.79.0
- 3.78.0
- 3.77.0
- 3.76.0
- 3.74.0
- 3.72.0
- 3.71.0
- 3.68.0
- 3.67.0
- 3.66.0
- 3.64.0
- 3.63.0
- 3.62.0
- 3.61.0
- 3.60.0
- 3.59.0
- 3.58.0
- 3.57.0
- 3.56.0
- 3.55.0
- 3.53.0
- 3.52.0
- 3.51.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.6
- 3.6.7
- 3.5.0
- 3.4.0
- 3.3.2
- 3.2.1
- 3.1.4
public static final class ProcessingLocation.Builder extends GeneratedMessage.Builder<ProcessingLocation.Builder> implements ProcessingLocationOrBuilderConfigure processing location for discovery and inspection. For example, image OCR is only provided in limited regions but configuring ProcessingLocation will redirect OCR to a location where OCR is provided.
Protobuf type google.privacy.dlp.v2.ProcessingLocation
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ProcessingLocation.BuilderImplements
ProcessingLocationOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ProcessingLocation build()| Returns | |
|---|---|
| Type | Description |
ProcessingLocation |
|
buildPartial()
public ProcessingLocation buildPartial()| Returns | |
|---|---|
| Type | Description |
ProcessingLocation |
|
clear()
public ProcessingLocation.Builder clear()| Returns | |
|---|---|
| Type | Description |
ProcessingLocation.Builder |
|
clearDocumentFallbackLocation()
public ProcessingLocation.Builder clearDocumentFallbackLocation()Document processing falls back using this configuration.
.google.privacy.dlp.v2.ProcessingLocation.DocumentFallbackLocation document_fallback_location = 2;
| Returns | |
|---|---|
| Type | Description |
ProcessingLocation.Builder |
|
clearImageFallbackLocation()
public ProcessingLocation.Builder clearImageFallbackLocation()Image processing falls back using this configuration.
.google.privacy.dlp.v2.ProcessingLocation.ImageFallbackLocation image_fallback_location = 1;
| Returns | |
|---|---|
| Type | Description |
ProcessingLocation.Builder |
|
getDefaultInstanceForType()
public ProcessingLocation getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ProcessingLocation |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getDocumentFallbackLocation()
public 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. |
getDocumentFallbackLocationBuilder()
public ProcessingLocation.DocumentFallbackLocation.Builder getDocumentFallbackLocationBuilder()Document processing falls back using this configuration.
.google.privacy.dlp.v2.ProcessingLocation.DocumentFallbackLocation document_fallback_location = 2;
| Returns | |
|---|---|
| Type | Description |
ProcessingLocation.DocumentFallbackLocation.Builder |
|
getDocumentFallbackLocationOrBuilder()
public 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 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. |
getImageFallbackLocationBuilder()
public ProcessingLocation.ImageFallbackLocation.Builder getImageFallbackLocationBuilder()Image processing falls back using this configuration.
.google.privacy.dlp.v2.ProcessingLocation.ImageFallbackLocation image_fallback_location = 1;
| Returns | |
|---|---|
| Type | Description |
ProcessingLocation.ImageFallbackLocation.Builder |
|
getImageFallbackLocationOrBuilder()
public 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 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 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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeDocumentFallbackLocation(ProcessingLocation.DocumentFallbackLocation value)
public ProcessingLocation.Builder mergeDocumentFallbackLocation(ProcessingLocation.DocumentFallbackLocation value)Document processing falls back using this configuration.
.google.privacy.dlp.v2.ProcessingLocation.DocumentFallbackLocation document_fallback_location = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ProcessingLocation.DocumentFallbackLocation |
| Returns | |
|---|---|
| Type | Description |
ProcessingLocation.Builder |
|
mergeFrom(ProcessingLocation other)
public ProcessingLocation.Builder mergeFrom(ProcessingLocation other)| Parameter | |
|---|---|
| Name | Description |
other |
ProcessingLocation |
| Returns | |
|---|---|
| Type | Description |
ProcessingLocation.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ProcessingLocation.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ProcessingLocation.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ProcessingLocation.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ProcessingLocation.Builder |
|
mergeImageFallbackLocation(ProcessingLocation.ImageFallbackLocation value)
public ProcessingLocation.Builder mergeImageFallbackLocation(ProcessingLocation.ImageFallbackLocation value)Image processing falls back using this configuration.
.google.privacy.dlp.v2.ProcessingLocation.ImageFallbackLocation image_fallback_location = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ProcessingLocation.ImageFallbackLocation |
| Returns | |
|---|---|
| Type | Description |
ProcessingLocation.Builder |
|
setDocumentFallbackLocation(ProcessingLocation.DocumentFallbackLocation value)
public ProcessingLocation.Builder setDocumentFallbackLocation(ProcessingLocation.DocumentFallbackLocation value)Document processing falls back using this configuration.
.google.privacy.dlp.v2.ProcessingLocation.DocumentFallbackLocation document_fallback_location = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ProcessingLocation.DocumentFallbackLocation |
| Returns | |
|---|---|
| Type | Description |
ProcessingLocation.Builder |
|
setDocumentFallbackLocation(ProcessingLocation.DocumentFallbackLocation.Builder builderForValue)
public ProcessingLocation.Builder setDocumentFallbackLocation(ProcessingLocation.DocumentFallbackLocation.Builder builderForValue)Document processing falls back using this configuration.
.google.privacy.dlp.v2.ProcessingLocation.DocumentFallbackLocation document_fallback_location = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
ProcessingLocation.DocumentFallbackLocation.Builder |
| Returns | |
|---|---|
| Type | Description |
ProcessingLocation.Builder |
|
setImageFallbackLocation(ProcessingLocation.ImageFallbackLocation value)
public ProcessingLocation.Builder setImageFallbackLocation(ProcessingLocation.ImageFallbackLocation value)Image processing falls back using this configuration.
.google.privacy.dlp.v2.ProcessingLocation.ImageFallbackLocation image_fallback_location = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ProcessingLocation.ImageFallbackLocation |
| Returns | |
|---|---|
| Type | Description |
ProcessingLocation.Builder |
|
setImageFallbackLocation(ProcessingLocation.ImageFallbackLocation.Builder builderForValue)
public ProcessingLocation.Builder setImageFallbackLocation(ProcessingLocation.ImageFallbackLocation.Builder builderForValue)Image processing falls back using this configuration.
.google.privacy.dlp.v2.ProcessingLocation.ImageFallbackLocation image_fallback_location = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
ProcessingLocation.ImageFallbackLocation.Builder |
| Returns | |
|---|---|
| Type | Description |
ProcessingLocation.Builder |
|