public interface RecordTransformationsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFieldTransformations(int index)
public abstract FieldTransformation getFieldTransformations(int index)Transform the record by applying various field transformations.
repeated .google.privacy.dlp.v2.FieldTransformation field_transformations = 1;
| Name | Description |
| index | int |
| Type | Description |
| FieldTransformation |
getFieldTransformationsCount()
public abstract int getFieldTransformationsCount()Transform the record by applying various field transformations.
repeated .google.privacy.dlp.v2.FieldTransformation field_transformations = 1;
| Type | Description |
| int |
getFieldTransformationsList()
public abstract List<FieldTransformation> getFieldTransformationsList()Transform the record by applying various field transformations.
repeated .google.privacy.dlp.v2.FieldTransformation field_transformations = 1;
| Type | Description |
| List<FieldTransformation> |
getFieldTransformationsOrBuilder(int index)
public abstract FieldTransformationOrBuilder getFieldTransformationsOrBuilder(int index)Transform the record by applying various field transformations.
repeated .google.privacy.dlp.v2.FieldTransformation field_transformations = 1;
| Name | Description |
| index | int |
| Type | Description |
| FieldTransformationOrBuilder |
getFieldTransformationsOrBuilderList()
public abstract List<? extends FieldTransformationOrBuilder> getFieldTransformationsOrBuilderList()Transform the record by applying various field transformations.
repeated .google.privacy.dlp.v2.FieldTransformation field_transformations = 1;
| Type | Description |
| List<? extends com.google.privacy.dlp.v2.FieldTransformationOrBuilder> |
getRecordSuppressions(int index)
public abstract 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;
| Name | Description |
| index | int |
| Type | Description |
| RecordSuppression |
getRecordSuppressionsCount()
public abstract 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;
| Type | Description |
| int |
getRecordSuppressionsList()
public abstract 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;
| Type | Description |
| List<RecordSuppression> |
getRecordSuppressionsOrBuilder(int index)
public abstract 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;
| Name | Description |
| index | int |
| Type | Description |
| RecordSuppressionOrBuilder |
getRecordSuppressionsOrBuilderList()
public abstract 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;
| Type | Description |
| List<? extends com.google.privacy.dlp.v2.RecordSuppressionOrBuilder> |