Class TransformationErrorHandling.LeaveUntransformed.Builder (3.46.0)

public static final class TransformationErrorHandling.LeaveUntransformed.Builder extends GeneratedMessageV3.Builder<TransformationErrorHandling.LeaveUntransformed.Builder> implements TransformationErrorHandling.LeaveUntransformedOrBuilder

Skips the data without modifying it if the requested transformation would cause an error. For example, if a DateShift transformation were applied an an IP address, this mode would leave the IP address unchanged in the response.

Protobuf type google.privacy.dlp.v2.TransformationErrorHandling.LeaveUntransformed

Inheritance

Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > TransformationErrorHandling.LeaveUntransformed.Builder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public TransformationErrorHandling.LeaveUntransformed.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
TransformationErrorHandling.LeaveUntransformed.Builder
Overrides

build()

public TransformationErrorHandling.LeaveUntransformed build()
Returns
Type Description
TransformationErrorHandling.LeaveUntransformed

buildPartial()

public TransformationErrorHandling.LeaveUntransformed buildPartial()
Returns
Type Description
TransformationErrorHandling.LeaveUntransformed

clear()

public TransformationErrorHandling.LeaveUntransformed.Builder clear()
Returns
Type Description
TransformationErrorHandling.LeaveUntransformed.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public TransformationErrorHandling.LeaveUntransformed.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
TransformationErrorHandling.LeaveUntransformed.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public TransformationErrorHandling.LeaveUntransformed.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
TransformationErrorHandling.LeaveUntransformed.Builder
Overrides

clone()

public TransformationErrorHandling.LeaveUntransformed.Builder clone()
Returns
Type Description
TransformationErrorHandling.LeaveUntransformed.Builder
Overrides

getDefaultInstanceForType()

public TransformationErrorHandling.LeaveUntransformed getDefaultInstanceForType()
Returns
Type Description
TransformationErrorHandling.LeaveUntransformed

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(TransformationErrorHandling.LeaveUntransformed other)

public TransformationErrorHandling.LeaveUntransformed.Builder mergeFrom(TransformationErrorHandling.LeaveUntransformed other)
Parameter
Name Description
other TransformationErrorHandling.LeaveUntransformed
Returns
Type Description
TransformationErrorHandling.LeaveUntransformed.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public TransformationErrorHandling.LeaveUntransformed.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TransformationErrorHandling.LeaveUntransformed.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public TransformationErrorHandling.LeaveUntransformed.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
TransformationErrorHandling.LeaveUntransformed.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final TransformationErrorHandling.LeaveUntransformed.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
TransformationErrorHandling.LeaveUntransformed.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public TransformationErrorHandling.LeaveUntransformed.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
TransformationErrorHandling.LeaveUntransformed.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public TransformationErrorHandling.LeaveUntransformed.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
TransformationErrorHandling.LeaveUntransformed.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final TransformationErrorHandling.LeaveUntransformed.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
TransformationErrorHandling.LeaveUntransformed.Builder
Overrides