Class DeidentifyConfig (3.46.0)

public final class DeidentifyConfig extends GeneratedMessageV3 implements DeidentifyConfigOrBuilder

The configuration that controls how the data will change.

Protobuf type google.privacy.dlp.v2.DeidentifyConfig

Static Fields

IMAGE_TRANSFORMATIONS_FIELD_NUMBER

public static final int IMAGE_TRANSFORMATIONS_FIELD_NUMBER
Field Value
Type Description
int

INFO_TYPE_TRANSFORMATIONS_FIELD_NUMBER

public static final int INFO_TYPE_TRANSFORMATIONS_FIELD_NUMBER
Field Value
Type Description
int

RECORD_TRANSFORMATIONS_FIELD_NUMBER

public static final int RECORD_TRANSFORMATIONS_FIELD_NUMBER
Field Value
Type Description
int

TRANSFORMATION_ERROR_HANDLING_FIELD_NUMBER

public static final int TRANSFORMATION_ERROR_HANDLING_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static DeidentifyConfig getDefaultInstance()
Returns
Type Description
DeidentifyConfig

getDescriptor()

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

newBuilder()

public static DeidentifyConfig.Builder newBuilder()
Returns
Type Description
DeidentifyConfig.Builder

newBuilder(DeidentifyConfig prototype)

public static DeidentifyConfig.Builder newBuilder(DeidentifyConfig prototype)
Parameter
Name Description
prototype DeidentifyConfig
Returns
Type Description
DeidentifyConfig.Builder

parseDelimitedFrom(InputStream input)

public static DeidentifyConfig parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
DeidentifyConfig
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static DeidentifyConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DeidentifyConfig
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static DeidentifyConfig parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
DeidentifyConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static DeidentifyConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DeidentifyConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static DeidentifyConfig parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
DeidentifyConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static DeidentifyConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DeidentifyConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static DeidentifyConfig parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
DeidentifyConfig
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static DeidentifyConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DeidentifyConfig
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static DeidentifyConfig parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
DeidentifyConfig
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static DeidentifyConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DeidentifyConfig
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static DeidentifyConfig parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
DeidentifyConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static DeidentifyConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DeidentifyConfig
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<DeidentifyConfig> parser()
Returns
Type Description
Parser<DeidentifyConfig>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public DeidentifyConfig getDefaultInstanceForType()
Returns
Type Description
DeidentifyConfig

getImageTransformations()

public ImageTransformations getImageTransformations()

Treat the dataset as an image and redact.

.google.privacy.dlp.v2.ImageTransformations image_transformations = 4;

Returns
Type Description
ImageTransformations

The imageTransformations.

getImageTransformationsOrBuilder()

public ImageTransformationsOrBuilder getImageTransformationsOrBuilder()

Treat the dataset as an image and redact.

.google.privacy.dlp.v2.ImageTransformations image_transformations = 4;

Returns
Type Description
ImageTransformationsOrBuilder

getInfoTypeTransformations()

public InfoTypeTransformations getInfoTypeTransformations()

Treat the dataset as free-form text and apply the same free text transformation everywhere.

.google.privacy.dlp.v2.InfoTypeTransformations info_type_transformations = 1;

Returns
Type Description
InfoTypeTransformations

The infoTypeTransformations.

getInfoTypeTransformationsOrBuilder()

public InfoTypeTransformationsOrBuilder getInfoTypeTransformationsOrBuilder()

Treat the dataset as free-form text and apply the same free text transformation everywhere.

.google.privacy.dlp.v2.InfoTypeTransformations info_type_transformations = 1;

Returns
Type Description
InfoTypeTransformationsOrBuilder

getParserForType()

public Parser<DeidentifyConfig> getParserForType()
Returns
Type Description
Parser<DeidentifyConfig>
Overrides

getRecordTransformations()

public RecordTransformations getRecordTransformations()

Treat the dataset as structured. Transformations can be applied to specific locations within structured datasets, such as transforming a column within a table.

.google.privacy.dlp.v2.RecordTransformations record_transformations = 2;

Returns
Type Description
RecordTransformations

The recordTransformations.

getRecordTransformationsOrBuilder()

public RecordTransformationsOrBuilder getRecordTransformationsOrBuilder()

Treat the dataset as structured. Transformations can be applied to specific locations within structured datasets, such as transforming a column within a table.

.google.privacy.dlp.v2.RecordTransformations record_transformations = 2;

Returns
Type Description
RecordTransformationsOrBuilder

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getTransformationCase()

public DeidentifyConfig.TransformationCase getTransformationCase()
Returns
Type Description
DeidentifyConfig.TransformationCase

getTransformationErrorHandling()

public TransformationErrorHandling getTransformationErrorHandling()

Mode for handling transformation errors. If left unspecified, the default mode is TransformationErrorHandling.ThrowError.

.google.privacy.dlp.v2.TransformationErrorHandling transformation_error_handling = 3;

Returns
Type Description
TransformationErrorHandling

The transformationErrorHandling.

getTransformationErrorHandlingOrBuilder()

public TransformationErrorHandlingOrBuilder getTransformationErrorHandlingOrBuilder()

Mode for handling transformation errors. If left unspecified, the default mode is TransformationErrorHandling.ThrowError.

.google.privacy.dlp.v2.TransformationErrorHandling transformation_error_handling = 3;

Returns
Type Description
TransformationErrorHandlingOrBuilder

hasImageTransformations()

public boolean hasImageTransformations()

Treat the dataset as an image and redact.

.google.privacy.dlp.v2.ImageTransformations image_transformations = 4;

Returns
Type Description
boolean

Whether the imageTransformations field is set.

hasInfoTypeTransformations()

public boolean hasInfoTypeTransformations()

Treat the dataset as free-form text and apply the same free text transformation everywhere.

.google.privacy.dlp.v2.InfoTypeTransformations info_type_transformations = 1;

Returns
Type Description
boolean

Whether the infoTypeTransformations field is set.

hasRecordTransformations()

public boolean hasRecordTransformations()

Treat the dataset as structured. Transformations can be applied to specific locations within structured datasets, such as transforming a column within a table.

.google.privacy.dlp.v2.RecordTransformations record_transformations = 2;

Returns
Type Description
boolean

Whether the recordTransformations field is set.

hasTransformationErrorHandling()

public boolean hasTransformationErrorHandling()

Mode for handling transformation errors. If left unspecified, the default mode is TransformationErrorHandling.ThrowError.

.google.privacy.dlp.v2.TransformationErrorHandling transformation_error_handling = 3;

Returns
Type Description
boolean

Whether the transformationErrorHandling field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public DeidentifyConfig.Builder newBuilderForType()
Returns
Type Description
DeidentifyConfig.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected DeidentifyConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
DeidentifyConfig.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public DeidentifyConfig.Builder toBuilder()
Returns
Type Description
DeidentifyConfig.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException