Class TransformationErrorHandling (3.7.2)

public final class TransformationErrorHandling extends GeneratedMessageV3 implements TransformationErrorHandlingOrBuilder

How to handle transformation errors during de-identification. A transformation error occurs when the requested transformation is incompatible with the data. For example, trying to de-identify an IP address using a DateShift transformation would result in a transformation error, since date info cannot be extracted from an IP address. Information about any incompatible transformations, and how they were handled, is returned in the response as part of the TransformationOverviews.

Protobuf type google.privacy.dlp.v2.TransformationErrorHandling

Static Fields

LEAVE_UNTRANSFORMED_FIELD_NUMBER

public static final int LEAVE_UNTRANSFORMED_FIELD_NUMBER
Field Value
TypeDescription
int

THROW_ERROR_FIELD_NUMBER

public static final int THROW_ERROR_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static TransformationErrorHandling getDefaultInstance()
Returns
TypeDescription
TransformationErrorHandling

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static TransformationErrorHandling.Builder newBuilder()
Returns
TypeDescription
TransformationErrorHandling.Builder

newBuilder(TransformationErrorHandling prototype)

public static TransformationErrorHandling.Builder newBuilder(TransformationErrorHandling prototype)
Parameter
NameDescription
prototypeTransformationErrorHandling
Returns
TypeDescription
TransformationErrorHandling.Builder

parseDelimitedFrom(InputStream input)

public static TransformationErrorHandling parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
TransformationErrorHandling
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static TransformationErrorHandling parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TransformationErrorHandling
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static TransformationErrorHandling parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
TransformationErrorHandling
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static TransformationErrorHandling parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TransformationErrorHandling
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static TransformationErrorHandling parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
TransformationErrorHandling
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static TransformationErrorHandling parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TransformationErrorHandling
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static TransformationErrorHandling parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
TransformationErrorHandling
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static TransformationErrorHandling parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TransformationErrorHandling
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static TransformationErrorHandling parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
TransformationErrorHandling
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static TransformationErrorHandling parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TransformationErrorHandling
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static TransformationErrorHandling parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
TransformationErrorHandling
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static TransformationErrorHandling parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TransformationErrorHandling
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<TransformationErrorHandling> parser()
Returns
TypeDescription
Parser<TransformationErrorHandling>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public TransformationErrorHandling getDefaultInstanceForType()
Returns
TypeDescription
TransformationErrorHandling

getLeaveUntransformed()

public TransformationErrorHandling.LeaveUntransformed getLeaveUntransformed()

Ignore errors

.google.privacy.dlp.v2.TransformationErrorHandling.LeaveUntransformed leave_untransformed = 2;

Returns
TypeDescription
TransformationErrorHandling.LeaveUntransformed

The leaveUntransformed.

getLeaveUntransformedOrBuilder()

public TransformationErrorHandling.LeaveUntransformedOrBuilder getLeaveUntransformedOrBuilder()

Ignore errors

.google.privacy.dlp.v2.TransformationErrorHandling.LeaveUntransformed leave_untransformed = 2;

Returns
TypeDescription
TransformationErrorHandling.LeaveUntransformedOrBuilder

getModeCase()

public TransformationErrorHandling.ModeCase getModeCase()
Returns
TypeDescription
TransformationErrorHandling.ModeCase

getParserForType()

public Parser<TransformationErrorHandling> getParserForType()
Returns
TypeDescription
Parser<TransformationErrorHandling>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getThrowError()

public TransformationErrorHandling.ThrowError getThrowError()

Throw an error

.google.privacy.dlp.v2.TransformationErrorHandling.ThrowError throw_error = 1;

Returns
TypeDescription
TransformationErrorHandling.ThrowError

The throwError.

getThrowErrorOrBuilder()

public TransformationErrorHandling.ThrowErrorOrBuilder getThrowErrorOrBuilder()

Throw an error

.google.privacy.dlp.v2.TransformationErrorHandling.ThrowError throw_error = 1;

Returns
TypeDescription
TransformationErrorHandling.ThrowErrorOrBuilder

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hasLeaveUntransformed()

public boolean hasLeaveUntransformed()

Ignore errors

.google.privacy.dlp.v2.TransformationErrorHandling.LeaveUntransformed leave_untransformed = 2;

Returns
TypeDescription
boolean

Whether the leaveUntransformed field is set.

hasThrowError()

public boolean hasThrowError()

Throw an error

.google.privacy.dlp.v2.TransformationErrorHandling.ThrowError throw_error = 1;

Returns
TypeDescription
boolean

Whether the throwError field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public TransformationErrorHandling.Builder newBuilderForType()
Returns
TypeDescription
TransformationErrorHandling.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected TransformationErrorHandling.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
TransformationErrorHandling.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public TransformationErrorHandling.Builder toBuilder()
Returns
TypeDescription
TransformationErrorHandling.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException