Class TransformationErrorHandling.LeaveUntransformed.Builder (3.87.0)

public static final class TransformationErrorHandling.LeaveUntransformed.Builder extends GeneratedMessage.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

Static Methods

getDescriptor()

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

Methods

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

getDefaultInstanceForType()

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

getDescriptorForType()

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

internalGetFieldAccessorTable()

protected GeneratedMessage.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