Interface DeidentifyConfigOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    DeidentifyConfig, DeidentifyConfig.Builder

    public interface DeidentifyConfigOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasInfoTypeTransformations

        boolean hasInfoTypeTransformations()
         Treat the dataset as free-form text and apply the same free text
         transformation everywhere.
         
        .google.privacy.dlp.v2.InfoTypeTransformations info_type_transformations = 1;
        Returns:
        Whether the infoTypeTransformations field is set.
      • getInfoTypeTransformations

        InfoTypeTransformations getInfoTypeTransformations()
         Treat the dataset as free-form text and apply the same free text
         transformation everywhere.
         
        .google.privacy.dlp.v2.InfoTypeTransformations info_type_transformations = 1;
        Returns:
        The infoTypeTransformations.
      • getInfoTypeTransformationsOrBuilder

        InfoTypeTransformationsOrBuilder getInfoTypeTransformationsOrBuilder()
         Treat the dataset as free-form text and apply the same free text
         transformation everywhere.
         
        .google.privacy.dlp.v2.InfoTypeTransformations info_type_transformations = 1;
      • hasRecordTransformations

        boolean hasRecordTransformations()
         Treat the dataset as structured. Transformations can be applied to
         specific locations within structured datasets, such as transforming
         a column within a table.
         
        .google.privacy.dlp.v2.RecordTransformations record_transformations = 2;
        Returns:
        Whether the recordTransformations field is set.
      • getRecordTransformations

        RecordTransformations getRecordTransformations()
         Treat the dataset as structured. Transformations can be applied to
         specific locations within structured datasets, such as transforming
         a column within a table.
         
        .google.privacy.dlp.v2.RecordTransformations record_transformations = 2;
        Returns:
        The recordTransformations.
      • getRecordTransformationsOrBuilder

        RecordTransformationsOrBuilder getRecordTransformationsOrBuilder()
         Treat the dataset as structured. Transformations can be applied to
         specific locations within structured datasets, such as transforming
         a column within a table.
         
        .google.privacy.dlp.v2.RecordTransformations record_transformations = 2;
      • hasImageTransformations

        boolean hasImageTransformations()
         Treat the dataset as an image and redact.
         
        .google.privacy.dlp.v2.ImageTransformations image_transformations = 4;
        Returns:
        Whether the imageTransformations field is set.
      • getImageTransformations

        ImageTransformations getImageTransformations()
         Treat the dataset as an image and redact.
         
        .google.privacy.dlp.v2.ImageTransformations image_transformations = 4;
        Returns:
        The imageTransformations.
      • getImageTransformationsOrBuilder

        ImageTransformationsOrBuilder getImageTransformationsOrBuilder()
         Treat the dataset as an image and redact.
         
        .google.privacy.dlp.v2.ImageTransformations image_transformations = 4;
      • hasTransformationErrorHandling

        boolean hasTransformationErrorHandling()
         Mode for handling transformation errors. If left unspecified, the default
         mode is `TransformationErrorHandling.ThrowError`.
         
        .google.privacy.dlp.v2.TransformationErrorHandling transformation_error_handling = 3;
        Returns:
        Whether the transformationErrorHandling field is set.
      • getTransformationErrorHandling

        TransformationErrorHandling getTransformationErrorHandling()
         Mode for handling transformation errors. If left unspecified, the default
         mode is `TransformationErrorHandling.ThrowError`.
         
        .google.privacy.dlp.v2.TransformationErrorHandling transformation_error_handling = 3;
        Returns:
        The transformationErrorHandling.
      • getTransformationErrorHandlingOrBuilder

        TransformationErrorHandlingOrBuilder getTransformationErrorHandlingOrBuilder()
         Mode for handling transformation errors. If left unspecified, the default
         mode is `TransformationErrorHandling.ThrowError`.
         
        .google.privacy.dlp.v2.TransformationErrorHandling transformation_error_handling = 3;