public interface RecordTransformationsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
FieldTransformation |
getFieldTransformations(int index)
Transform the record by applying various field transformations.
|
int |
getFieldTransformationsCount()
Transform the record by applying various field transformations.
|
List<FieldTransformation> |
getFieldTransformationsList()
Transform the record by applying various field transformations.
|
FieldTransformationOrBuilder |
getFieldTransformationsOrBuilder(int index)
Transform the record by applying various field transformations.
|
List<? extends FieldTransformationOrBuilder> |
getFieldTransformationsOrBuilderList()
Transform the record by applying various field transformations.
|
RecordSuppression |
getRecordSuppressions(int index)
Configuration defining which records get suppressed entirely.
|
int |
getRecordSuppressionsCount()
Configuration defining which records get suppressed entirely.
|
List<RecordSuppression> |
getRecordSuppressionsList()
Configuration defining which records get suppressed entirely.
|
RecordSuppressionOrBuilder |
getRecordSuppressionsOrBuilder(int index)
Configuration defining which records get suppressed entirely.
|
List<? extends RecordSuppressionOrBuilder> |
getRecordSuppressionsOrBuilderList()
Configuration defining which records get suppressed entirely.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<FieldTransformation> getFieldTransformationsList()
Transform the record by applying various field transformations.
repeated .google.privacy.dlp.v2.FieldTransformation field_transformations = 1;FieldTransformation getFieldTransformations(int index)
Transform the record by applying various field transformations.
repeated .google.privacy.dlp.v2.FieldTransformation field_transformations = 1;int getFieldTransformationsCount()
Transform the record by applying various field transformations.
repeated .google.privacy.dlp.v2.FieldTransformation field_transformations = 1;List<? extends FieldTransformationOrBuilder> getFieldTransformationsOrBuilderList()
Transform the record by applying various field transformations.
repeated .google.privacy.dlp.v2.FieldTransformation field_transformations = 1;FieldTransformationOrBuilder getFieldTransformationsOrBuilder(int index)
Transform the record by applying various field transformations.
repeated .google.privacy.dlp.v2.FieldTransformation field_transformations = 1;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;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;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;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;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;Copyright © 2022 Google LLC. All rights reserved.