Package com.google.privacy.dlp.v2
Interface RecordTransformationsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RecordTransformations,RecordTransformations.Builder
public interface RecordTransformationsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FieldTransformationgetFieldTransformations(int index)Transform the record by applying various field transformations.intgetFieldTransformationsCount()Transform the record by applying various field transformations.List<FieldTransformation>getFieldTransformationsList()Transform the record by applying various field transformations.FieldTransformationOrBuildergetFieldTransformationsOrBuilder(int index)Transform the record by applying various field transformations.List<? extends FieldTransformationOrBuilder>getFieldTransformationsOrBuilderList()Transform the record by applying various field transformations.RecordSuppressiongetRecordSuppressions(int index)Configuration defining which records get suppressed entirely.intgetRecordSuppressionsCount()Configuration defining which records get suppressed entirely.List<RecordSuppression>getRecordSuppressionsList()Configuration defining which records get suppressed entirely.RecordSuppressionOrBuildergetRecordSuppressionsOrBuilder(int index)Configuration defining which records get suppressed entirely.List<? extends RecordSuppressionOrBuilder>getRecordSuppressionsOrBuilderList()Configuration defining which records get suppressed entirely.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getFieldTransformationsList
List<FieldTransformation> getFieldTransformationsList()
Transform the record by applying various field transformations.
repeated .google.privacy.dlp.v2.FieldTransformation field_transformations = 1;
-
getFieldTransformations
FieldTransformation getFieldTransformations(int index)
Transform the record by applying various field transformations.
repeated .google.privacy.dlp.v2.FieldTransformation field_transformations = 1;
-
getFieldTransformationsCount
int getFieldTransformationsCount()
Transform the record by applying various field transformations.
repeated .google.privacy.dlp.v2.FieldTransformation field_transformations = 1;
-
getFieldTransformationsOrBuilderList
List<? extends FieldTransformationOrBuilder> getFieldTransformationsOrBuilderList()
Transform the record by applying various field transformations.
repeated .google.privacy.dlp.v2.FieldTransformation field_transformations = 1;
-
getFieldTransformationsOrBuilder
FieldTransformationOrBuilder getFieldTransformationsOrBuilder(int index)
Transform the record by applying various field transformations.
repeated .google.privacy.dlp.v2.FieldTransformation field_transformations = 1;
-
getRecordSuppressionsList
List<RecordSuppression> getRecordSuppressionsList()
Configuration defining which records get suppressed entirely. Records that match any suppression rule are omitted from the output.
repeated .google.privacy.dlp.v2.RecordSuppression record_suppressions = 2;
-
getRecordSuppressions
RecordSuppression getRecordSuppressions(int index)
Configuration defining which records get suppressed entirely. Records that match any suppression rule are omitted from the output.
repeated .google.privacy.dlp.v2.RecordSuppression record_suppressions = 2;
-
getRecordSuppressionsCount
int getRecordSuppressionsCount()
Configuration defining which records get suppressed entirely. Records that match any suppression rule are omitted from the output.
repeated .google.privacy.dlp.v2.RecordSuppression record_suppressions = 2;
-
getRecordSuppressionsOrBuilderList
List<? extends RecordSuppressionOrBuilder> getRecordSuppressionsOrBuilderList()
Configuration defining which records get suppressed entirely. Records that match any suppression rule are omitted from the output.
repeated .google.privacy.dlp.v2.RecordSuppression record_suppressions = 2;
-
getRecordSuppressionsOrBuilder
RecordSuppressionOrBuilder getRecordSuppressionsOrBuilder(int index)
Configuration defining which records get suppressed entirely. Records that match any suppression rule are omitted from the output.
repeated .google.privacy.dlp.v2.RecordSuppression record_suppressions = 2;
-
-