public static final class ProcessingLocation.DocumentFallbackLocation.Builder extends GeneratedMessageV3.Builder<ProcessingLocation.DocumentFallbackLocation.Builder> implements ProcessingLocation.DocumentFallbackLocationOrBuilder
Configure document processing to fall back to any of the following
processing options if document processing is unavailable in the original
request location.
Protobuf type google.privacy.dlp.v2.ProcessingLocation.DocumentFallbackLocation
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.DocumentFallbackLocation.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public ProcessingLocation.DocumentFallbackLocation build()
buildPartial()
public ProcessingLocation.DocumentFallbackLocation buildPartial()
clear()
public ProcessingLocation.DocumentFallbackLocation.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public ProcessingLocation.DocumentFallbackLocation.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearGlobalProcessing()
public ProcessingLocation.DocumentFallbackLocation.Builder clearGlobalProcessing()
Processing occurs in the global region.
.google.privacy.dlp.v2.ProcessingLocation.GlobalProcessing global_processing = 200;
clearMultiRegionProcessing()
public ProcessingLocation.DocumentFallbackLocation.Builder clearMultiRegionProcessing()
Processing occurs 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.DocumentFallbackLocation.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public ProcessingLocation.DocumentFallbackLocation.Builder clone()
Overrides
getDefaultInstanceForType()
public ProcessingLocation.DocumentFallbackLocation getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getGlobalProcessing()
public ProcessingLocation.GlobalProcessing getGlobalProcessing()
Processing occurs in the global region.
.google.privacy.dlp.v2.ProcessingLocation.GlobalProcessing global_processing = 200;
getGlobalProcessingBuilder()
public ProcessingLocation.GlobalProcessing.Builder getGlobalProcessingBuilder()
Processing occurs in the global region.
.google.privacy.dlp.v2.ProcessingLocation.GlobalProcessing global_processing = 200;
getGlobalProcessingOrBuilder()
public ProcessingLocation.GlobalProcessingOrBuilder getGlobalProcessingOrBuilder()
Processing occurs in the global region.
.google.privacy.dlp.v2.ProcessingLocation.GlobalProcessing global_processing = 200;
getMultiRegionProcessing()
public ProcessingLocation.MultiRegionProcessing getMultiRegionProcessing()
Processing occurs 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 occurs 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 occurs 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 occurs 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 occurs 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.DocumentFallbackLocation other)
public ProcessingLocation.DocumentFallbackLocation.Builder mergeFrom(ProcessingLocation.DocumentFallbackLocation other)
public ProcessingLocation.DocumentFallbackLocation.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ProcessingLocation.DocumentFallbackLocation.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeGlobalProcessing(ProcessingLocation.GlobalProcessing value)
public ProcessingLocation.DocumentFallbackLocation.Builder mergeGlobalProcessing(ProcessingLocation.GlobalProcessing value)
Processing occurs in the global region.
.google.privacy.dlp.v2.ProcessingLocation.GlobalProcessing global_processing = 200;
mergeMultiRegionProcessing(ProcessingLocation.MultiRegionProcessing value)
public ProcessingLocation.DocumentFallbackLocation.Builder mergeMultiRegionProcessing(ProcessingLocation.MultiRegionProcessing value)
Processing occurs 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.DocumentFallbackLocation.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public ProcessingLocation.DocumentFallbackLocation.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setGlobalProcessing(ProcessingLocation.GlobalProcessing value)
public ProcessingLocation.DocumentFallbackLocation.Builder setGlobalProcessing(ProcessingLocation.GlobalProcessing value)
Processing occurs in the global region.
.google.privacy.dlp.v2.ProcessingLocation.GlobalProcessing global_processing = 200;
setGlobalProcessing(ProcessingLocation.GlobalProcessing.Builder builderForValue)
public ProcessingLocation.DocumentFallbackLocation.Builder setGlobalProcessing(ProcessingLocation.GlobalProcessing.Builder builderForValue)
Processing occurs in the global region.
.google.privacy.dlp.v2.ProcessingLocation.GlobalProcessing global_processing = 200;
setMultiRegionProcessing(ProcessingLocation.MultiRegionProcessing value)
public ProcessingLocation.DocumentFallbackLocation.Builder setMultiRegionProcessing(ProcessingLocation.MultiRegionProcessing value)
Processing occurs 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.DocumentFallbackLocation.Builder setMultiRegionProcessing(ProcessingLocation.MultiRegionProcessing.Builder builderForValue)
Processing occurs 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.DocumentFallbackLocation.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ProcessingLocation.DocumentFallbackLocation.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides