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
public static final int IMAGE_TRANSFORMATIONS_FIELD_NUMBER
Field Value
public static final int INFO_TYPE_TRANSFORMATIONS_FIELD_NUMBER
Field Value
public static final int RECORD_TRANSFORMATIONS_FIELD_NUMBER
Field Value
public static final int TRANSFORMATION_ERROR_HANDLING_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static DeidentifyConfig getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static DeidentifyConfig.Builder newBuilder()
Returns
newBuilder(DeidentifyConfig prototype)
public static DeidentifyConfig.Builder newBuilder(DeidentifyConfig prototype)
Parameter
Returns
public static DeidentifyConfig parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static DeidentifyConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static DeidentifyConfig parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DeidentifyConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static DeidentifyConfig parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DeidentifyConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static DeidentifyConfig parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static DeidentifyConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static DeidentifyConfig parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static DeidentifyConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static DeidentifyConfig parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static DeidentifyConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<DeidentifyConfig> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public DeidentifyConfig getDefaultInstanceForType()
Returns
public ImageTransformations getImageTransformations()
Treat the dataset as an image and redact.
.google.privacy.dlp.v2.ImageTransformations image_transformations = 4;
Returns
public ImageTransformationsOrBuilder getImageTransformationsOrBuilder()
Treat the dataset as an image and redact.
.google.privacy.dlp.v2.ImageTransformations image_transformations = 4;
Returns
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
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
getParserForType()
public Parser<DeidentifyConfig> getParserForType()
Returns
Overrides
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
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
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
public DeidentifyConfig.TransformationCase getTransformationCase()
Returns
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
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
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
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.
|
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.
|
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.
|
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()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public DeidentifyConfig.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected DeidentifyConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public DeidentifyConfig.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions