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 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;