public interface TransformationDescriptionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCondition()
A human-readable string representation of the `RecordCondition`
corresponding to this transformation.
|
com.google.protobuf.ByteString |
getConditionBytes()
A human-readable string representation of the `RecordCondition`
corresponding to this transformation.
|
String |
getDescription()
A description of the transformation.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
A description of the transformation.
|
InfoType |
getInfoType()
Set if the transformation was limited to a specific `InfoType`.
|
InfoTypeOrBuilder |
getInfoTypeOrBuilder()
Set if the transformation was limited to a specific `InfoType`.
|
TransformationType |
getType()
The transformation type.
|
int |
getTypeValue()
The transformation type.
|
boolean |
hasInfoType()
Set if the transformation was limited to a specific `InfoType`.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getTypeValue()
The transformation type.
.google.privacy.dlp.v2.TransformationType type = 1;TransformationType getType()
The transformation type.
.google.privacy.dlp.v2.TransformationType type = 1;String getDescription()
A description of the transformation. This is empty for a RECORD_SUPPRESSION, or is the output of calling toString() on the `PrimitiveTransformation` protocol buffer message for any other type of transformation.
string description = 2;com.google.protobuf.ByteString getDescriptionBytes()
A description of the transformation. This is empty for a RECORD_SUPPRESSION, or is the output of calling toString() on the `PrimitiveTransformation` protocol buffer message for any other type of transformation.
string description = 2;String getCondition()
A human-readable string representation of the `RecordCondition`
corresponding to this transformation. Set if a `RecordCondition` was used
to determine whether or not to apply this transformation.
Examples:
* (age_field > 85)
* (age_field <= 18)
* (zip_field exists)
* (zip_field == 01234) && (city_field != "Springville")
* (zip_field == 01234) && (age_field <= 18) && (city_field exists)
string condition = 3;com.google.protobuf.ByteString getConditionBytes()
A human-readable string representation of the `RecordCondition`
corresponding to this transformation. Set if a `RecordCondition` was used
to determine whether or not to apply this transformation.
Examples:
* (age_field > 85)
* (age_field <= 18)
* (zip_field exists)
* (zip_field == 01234) && (city_field != "Springville")
* (zip_field == 01234) && (age_field <= 18) && (city_field exists)
string condition = 3;boolean hasInfoType()
Set if the transformation was limited to a specific `InfoType`.
.google.privacy.dlp.v2.InfoType info_type = 4;InfoType getInfoType()
Set if the transformation was limited to a specific `InfoType`.
.google.privacy.dlp.v2.InfoType info_type = 4;InfoTypeOrBuilder getInfoTypeOrBuilder()
Set if the transformation was limited to a specific `InfoType`.
.google.privacy.dlp.v2.InfoType info_type = 4;Copyright © 2022 Google LLC. All rights reserved.