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