- 3.56.0 (latest)
- 3.55.0
- 3.53.0
- 3.52.0
- 3.51.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.6
- 3.6.7
- 3.5.0
- 3.4.0
- 3.3.2
- 3.2.1
- 3.1.4
public static final class TransformationErrorHandling.Builder extends GeneratedMessageV3.Builder<TransformationErrorHandling.Builder> 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
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > TransformationErrorHandling.BuilderImplements
TransformationErrorHandlingOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public TransformationErrorHandling.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
TransformationErrorHandling.Builder |
build()
public TransformationErrorHandling build()
Type | Description |
TransformationErrorHandling |
buildPartial()
public TransformationErrorHandling buildPartial()
Type | Description |
TransformationErrorHandling |
clear()
public TransformationErrorHandling.Builder clear()
Type | Description |
TransformationErrorHandling.Builder |
clearField(Descriptors.FieldDescriptor field)
public TransformationErrorHandling.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
TransformationErrorHandling.Builder |
clearLeaveUntransformed()
public TransformationErrorHandling.Builder clearLeaveUntransformed()
Ignore errors
.google.privacy.dlp.v2.TransformationErrorHandling.LeaveUntransformed leave_untransformed = 2;
Type | Description |
TransformationErrorHandling.Builder |
clearMode()
public TransformationErrorHandling.Builder clearMode()
Type | Description |
TransformationErrorHandling.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public TransformationErrorHandling.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
TransformationErrorHandling.Builder |
clearThrowError()
public TransformationErrorHandling.Builder clearThrowError()
Throw an error
.google.privacy.dlp.v2.TransformationErrorHandling.ThrowError throw_error = 1;
Type | Description |
TransformationErrorHandling.Builder |
clone()
public TransformationErrorHandling.Builder clone()
Type | Description |
TransformationErrorHandling.Builder |
getDefaultInstanceForType()
public TransformationErrorHandling getDefaultInstanceForType()
Type | Description |
TransformationErrorHandling |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getLeaveUntransformed()
public TransformationErrorHandling.LeaveUntransformed getLeaveUntransformed()
Ignore errors
.google.privacy.dlp.v2.TransformationErrorHandling.LeaveUntransformed leave_untransformed = 2;
Type | Description |
TransformationErrorHandling.LeaveUntransformed | The leaveUntransformed. |
getLeaveUntransformedBuilder()
public TransformationErrorHandling.LeaveUntransformed.Builder getLeaveUntransformedBuilder()
Ignore errors
.google.privacy.dlp.v2.TransformationErrorHandling.LeaveUntransformed leave_untransformed = 2;
Type | Description |
TransformationErrorHandling.LeaveUntransformed.Builder |
getLeaveUntransformedOrBuilder()
public TransformationErrorHandling.LeaveUntransformedOrBuilder getLeaveUntransformedOrBuilder()
Ignore errors
.google.privacy.dlp.v2.TransformationErrorHandling.LeaveUntransformed leave_untransformed = 2;
Type | Description |
TransformationErrorHandling.LeaveUntransformedOrBuilder |
getModeCase()
public TransformationErrorHandling.ModeCase getModeCase()
Type | Description |
TransformationErrorHandling.ModeCase |
getThrowError()
public TransformationErrorHandling.ThrowError getThrowError()
Throw an error
.google.privacy.dlp.v2.TransformationErrorHandling.ThrowError throw_error = 1;
Type | Description |
TransformationErrorHandling.ThrowError | The throwError. |
getThrowErrorBuilder()
public TransformationErrorHandling.ThrowError.Builder getThrowErrorBuilder()
Throw an error
.google.privacy.dlp.v2.TransformationErrorHandling.ThrowError throw_error = 1;
Type | Description |
TransformationErrorHandling.ThrowError.Builder |
getThrowErrorOrBuilder()
public TransformationErrorHandling.ThrowErrorOrBuilder getThrowErrorOrBuilder()
Throw an error
.google.privacy.dlp.v2.TransformationErrorHandling.ThrowError throw_error = 1;
Type | Description |
TransformationErrorHandling.ThrowErrorOrBuilder |
hasLeaveUntransformed()
public boolean hasLeaveUntransformed()
Ignore errors
.google.privacy.dlp.v2.TransformationErrorHandling.LeaveUntransformed leave_untransformed = 2;
Type | Description |
boolean | Whether the leaveUntransformed field is set. |
hasThrowError()
public boolean hasThrowError()
Throw an error
.google.privacy.dlp.v2.TransformationErrorHandling.ThrowError throw_error = 1;
Type | Description |
boolean | Whether the throwError field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(TransformationErrorHandling other)
public TransformationErrorHandling.Builder mergeFrom(TransformationErrorHandling other)
Name | Description |
other | TransformationErrorHandling |
Type | Description |
TransformationErrorHandling.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public TransformationErrorHandling.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
TransformationErrorHandling.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public TransformationErrorHandling.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
TransformationErrorHandling.Builder |
mergeLeaveUntransformed(TransformationErrorHandling.LeaveUntransformed value)
public TransformationErrorHandling.Builder mergeLeaveUntransformed(TransformationErrorHandling.LeaveUntransformed value)
Ignore errors
.google.privacy.dlp.v2.TransformationErrorHandling.LeaveUntransformed leave_untransformed = 2;
Name | Description |
value | TransformationErrorHandling.LeaveUntransformed |
Type | Description |
TransformationErrorHandling.Builder |
mergeThrowError(TransformationErrorHandling.ThrowError value)
public TransformationErrorHandling.Builder mergeThrowError(TransformationErrorHandling.ThrowError value)
Throw an error
.google.privacy.dlp.v2.TransformationErrorHandling.ThrowError throw_error = 1;
Name | Description |
value | TransformationErrorHandling.ThrowError |
Type | Description |
TransformationErrorHandling.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final TransformationErrorHandling.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
TransformationErrorHandling.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public TransformationErrorHandling.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
TransformationErrorHandling.Builder |
setLeaveUntransformed(TransformationErrorHandling.LeaveUntransformed value)
public TransformationErrorHandling.Builder setLeaveUntransformed(TransformationErrorHandling.LeaveUntransformed value)
Ignore errors
.google.privacy.dlp.v2.TransformationErrorHandling.LeaveUntransformed leave_untransformed = 2;
Name | Description |
value | TransformationErrorHandling.LeaveUntransformed |
Type | Description |
TransformationErrorHandling.Builder |
setLeaveUntransformed(TransformationErrorHandling.LeaveUntransformed.Builder builderForValue)
public TransformationErrorHandling.Builder setLeaveUntransformed(TransformationErrorHandling.LeaveUntransformed.Builder builderForValue)
Ignore errors
.google.privacy.dlp.v2.TransformationErrorHandling.LeaveUntransformed leave_untransformed = 2;
Name | Description |
builderForValue | TransformationErrorHandling.LeaveUntransformed.Builder |
Type | Description |
TransformationErrorHandling.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public TransformationErrorHandling.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
TransformationErrorHandling.Builder |
setThrowError(TransformationErrorHandling.ThrowError value)
public TransformationErrorHandling.Builder setThrowError(TransformationErrorHandling.ThrowError value)
Throw an error
.google.privacy.dlp.v2.TransformationErrorHandling.ThrowError throw_error = 1;
Name | Description |
value | TransformationErrorHandling.ThrowError |
Type | Description |
TransformationErrorHandling.Builder |
setThrowError(TransformationErrorHandling.ThrowError.Builder builderForValue)
public TransformationErrorHandling.Builder setThrowError(TransformationErrorHandling.ThrowError.Builder builderForValue)
Throw an error
.google.privacy.dlp.v2.TransformationErrorHandling.ThrowError throw_error = 1;
Name | Description |
builderForValue | TransformationErrorHandling.ThrowError.Builder |
Type | Description |
TransformationErrorHandling.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final TransformationErrorHandling.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
TransformationErrorHandling.Builder |