Class ProcessingLocation.ImageFallbackLocation.Builder (3.68.0)
Note: Some or all of the information on this page might not apply
to Trusted Cloud. For a list of services that are available in
Trusted Cloud, see Services available for
Trusted Cloud .
Version 3.68.0keyboard_arrow_down
public static final class ProcessingLocation . ImageFallbackLocation . Builder extends GeneratedMessageV3 . Builder<ProcessingLocation . ImageFallbackLocation . Builder > implements ProcessingLocation . ImageFallbackLocationOrBuilder
Configure image processing to fall back to the configured processing option
below if unavailable in the request location.
Protobuf type google.privacy.dlp.v2.ProcessingLocation.ImageFallbackLocation
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ProcessingLocation . ImageFallbackLocation . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public ProcessingLocation . ImageFallbackLocation build ()
buildPartial()
public ProcessingLocation . ImageFallbackLocation buildPartial ()
clear()
public ProcessingLocation . ImageFallbackLocation . Builder clear ()
Overrides
clearField(Descriptors.FieldDescriptor field)
public ProcessingLocation . ImageFallbackLocation . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearGlobalProcessing()
public ProcessingLocation . ImageFallbackLocation . Builder clearGlobalProcessing ()
Processing will happen in the global region.
.google.privacy.dlp.v2.ProcessingLocation.GlobalProcessing global_processing = 200;
clearMultiRegionProcessing()
public ProcessingLocation . ImageFallbackLocation . Builder clearMultiRegionProcessing ()
Processing will happen in a multi-region that contains the current region
if available.
.google.privacy.dlp.v2.ProcessingLocation.MultiRegionProcessing multi_region_processing = 100;
clearOneof(Descriptors.OneofDescriptor oneof)
public ProcessingLocation . ImageFallbackLocation . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clone()
public ProcessingLocation . ImageFallbackLocation . Builder clone ()
Overrides
getDefaultInstanceForType()
public ProcessingLocation . ImageFallbackLocation getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getGlobalProcessing()
public ProcessingLocation . GlobalProcessing getGlobalProcessing ()
Processing will happen in the global region.
.google.privacy.dlp.v2.ProcessingLocation.GlobalProcessing global_processing = 200;
getGlobalProcessingBuilder()
public ProcessingLocation . GlobalProcessing . Builder getGlobalProcessingBuilder ()
Processing will happen in the global region.
.google.privacy.dlp.v2.ProcessingLocation.GlobalProcessing global_processing = 200;
getGlobalProcessingOrBuilder()
public ProcessingLocation . GlobalProcessingOrBuilder getGlobalProcessingOrBuilder ()
Processing will happen in the global region.
.google.privacy.dlp.v2.ProcessingLocation.GlobalProcessing global_processing = 200;
getMultiRegionProcessing()
public ProcessingLocation . MultiRegionProcessing getMultiRegionProcessing ()
Processing will happen in a multi-region that contains the current region
if available.
.google.privacy.dlp.v2.ProcessingLocation.MultiRegionProcessing multi_region_processing = 100;
getMultiRegionProcessingBuilder()
public ProcessingLocation . MultiRegionProcessing . Builder getMultiRegionProcessingBuilder ()
Processing will happen in a multi-region that contains the current region
if available.
.google.privacy.dlp.v2.ProcessingLocation.MultiRegionProcessing multi_region_processing = 100;
getMultiRegionProcessingOrBuilder()
public ProcessingLocation . MultiRegionProcessingOrBuilder getMultiRegionProcessingOrBuilder ()
Processing will happen in a multi-region that contains the current region
if available.
.google.privacy.dlp.v2.ProcessingLocation.MultiRegionProcessing multi_region_processing = 100;
hasGlobalProcessing()
public boolean hasGlobalProcessing ()
Processing will happen in the global region.
.google.privacy.dlp.v2.ProcessingLocation.GlobalProcessing global_processing = 200;
Returns
Type
Description
boolean
Whether the globalProcessing field is set.
hasMultiRegionProcessing()
public boolean hasMultiRegionProcessing ()
Processing will happen in a multi-region that contains the current region
if available.
.google.privacy.dlp.v2.ProcessingLocation.MultiRegionProcessing multi_region_processing = 100;
Returns
Type
Description
boolean
Whether the multiRegionProcessing field is set.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeFrom(ProcessingLocation.ImageFallbackLocation other)
public ProcessingLocation . ImageFallbackLocation . Builder mergeFrom ( ProcessingLocation . ImageFallbackLocation other )
public ProcessingLocation . ImageFallbackLocation . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public ProcessingLocation . ImageFallbackLocation . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
mergeGlobalProcessing(ProcessingLocation.GlobalProcessing value)
public ProcessingLocation . ImageFallbackLocation . Builder mergeGlobalProcessing ( ProcessingLocation . GlobalProcessing value )
Processing will happen in the global region.
.google.privacy.dlp.v2.ProcessingLocation.GlobalProcessing global_processing = 200;
mergeMultiRegionProcessing(ProcessingLocation.MultiRegionProcessing value)
public ProcessingLocation . ImageFallbackLocation . Builder mergeMultiRegionProcessing ( ProcessingLocation . MultiRegionProcessing value )
Processing will happen in a multi-region that contains the current region
if available.
.google.privacy.dlp.v2.ProcessingLocation.MultiRegionProcessing multi_region_processing = 100;
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ProcessingLocation . ImageFallbackLocation . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public ProcessingLocation . ImageFallbackLocation . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setGlobalProcessing(ProcessingLocation.GlobalProcessing value)
public ProcessingLocation . ImageFallbackLocation . Builder setGlobalProcessing ( ProcessingLocation . GlobalProcessing value )
Processing will happen in the global region.
.google.privacy.dlp.v2.ProcessingLocation.GlobalProcessing global_processing = 200;
setGlobalProcessing(ProcessingLocation.GlobalProcessing.Builder builderForValue)
public ProcessingLocation . ImageFallbackLocation . Builder setGlobalProcessing ( ProcessingLocation . GlobalProcessing . Builder builderForValue )
Processing will happen in the global region.
.google.privacy.dlp.v2.ProcessingLocation.GlobalProcessing global_processing = 200;
setMultiRegionProcessing(ProcessingLocation.MultiRegionProcessing value)
public ProcessingLocation . ImageFallbackLocation . Builder setMultiRegionProcessing ( ProcessingLocation . MultiRegionProcessing value )
Processing will happen in a multi-region that contains the current region
if available.
.google.privacy.dlp.v2.ProcessingLocation.MultiRegionProcessing multi_region_processing = 100;
setMultiRegionProcessing(ProcessingLocation.MultiRegionProcessing.Builder builderForValue)
public ProcessingLocation . ImageFallbackLocation . Builder setMultiRegionProcessing ( ProcessingLocation . MultiRegionProcessing . Builder builderForValue )
Processing will happen in a multi-region that contains the current region
if available.
.google.privacy.dlp.v2.ProcessingLocation.MultiRegionProcessing multi_region_processing = 100;
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ProcessingLocation . ImageFallbackLocation . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ProcessingLocation . ImageFallbackLocation . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-18 UTC."],[],[],null,[]]