Package com.google.privacy.dlp.v2
Interface DeidentifyConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DeidentifyConfig
,DeidentifyConfig.Builder
public interface DeidentifyConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImageTransformations
getImageTransformations()
Treat the dataset as an image and redact.ImageTransformationsOrBuilder
getImageTransformationsOrBuilder()
Treat the dataset as an image and redact.InfoTypeTransformations
getInfoTypeTransformations()
Treat the dataset as free-form text and apply the same free text transformation everywhere.InfoTypeTransformationsOrBuilder
getInfoTypeTransformationsOrBuilder()
Treat the dataset as free-form text and apply the same free text transformation everywhere.RecordTransformations
getRecordTransformations()
Treat the dataset as structured.RecordTransformationsOrBuilder
getRecordTransformationsOrBuilder()
Treat the dataset as structured.DeidentifyConfig.TransformationCase
getTransformationCase()
TransformationErrorHandling
getTransformationErrorHandling()
Mode for handling transformation errors.TransformationErrorHandlingOrBuilder
getTransformationErrorHandlingOrBuilder()
Mode for handling transformation errors.boolean
hasImageTransformations()
Treat the dataset as an image and redact.boolean
hasInfoTypeTransformations()
Treat the dataset as free-form text and apply the same free text transformation everywhere.boolean
hasRecordTransformations()
Treat the dataset as structured.boolean
hasTransformationErrorHandling()
Mode for handling transformation errors.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasInfoTypeTransformations
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:
- Whether the infoTypeTransformations field is set.
-
getInfoTypeTransformations
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:
- The infoTypeTransformations.
-
getInfoTypeTransformationsOrBuilder
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;
-
hasRecordTransformations
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:
- Whether the recordTransformations field is set.
-
getRecordTransformations
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:
- The recordTransformations.
-
getRecordTransformationsOrBuilder
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;
-
hasImageTransformations
boolean hasImageTransformations()
Treat the dataset as an image and redact.
.google.privacy.dlp.v2.ImageTransformations image_transformations = 4;
- Returns:
- Whether the imageTransformations field is set.
-
getImageTransformations
ImageTransformations getImageTransformations()
Treat the dataset as an image and redact.
.google.privacy.dlp.v2.ImageTransformations image_transformations = 4;
- Returns:
- The imageTransformations.
-
getImageTransformationsOrBuilder
ImageTransformationsOrBuilder getImageTransformationsOrBuilder()
Treat the dataset as an image and redact.
.google.privacy.dlp.v2.ImageTransformations image_transformations = 4;
-
hasTransformationErrorHandling
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:
- Whether the transformationErrorHandling field is set.
-
getTransformationErrorHandling
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:
- The transformationErrorHandling.
-
getTransformationErrorHandlingOrBuilder
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;
-
getTransformationCase
DeidentifyConfig.TransformationCase getTransformationCase()
-
-