public interface DeidentifyConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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;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;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;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;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;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;boolean hasImageTransformations()
Treat the dataset as an image and redact.
.google.privacy.dlp.v2.ImageTransformations image_transformations = 4;ImageTransformations getImageTransformations()
Treat the dataset as an image and redact.
.google.privacy.dlp.v2.ImageTransformations image_transformations = 4;ImageTransformationsOrBuilder getImageTransformationsOrBuilder()
Treat the dataset as an image and redact.
.google.privacy.dlp.v2.ImageTransformations image_transformations = 4;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;
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;
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;
DeidentifyConfig.TransformationCase getTransformationCase()
Copyright © 2022 Google LLC. All rights reserved.