Interface ImageTransformations.ImageTransformationOrBuilder

    • Method Detail

      • hasSelectedInfoTypes

        boolean hasSelectedInfoTypes()
         Apply transformation to the selected info_types.
         
        .google.privacy.dlp.v2.ImageTransformations.ImageTransformation.SelectedInfoTypes selected_info_types = 4;
        Returns:
        Whether the selectedInfoTypes field is set.
      • getSelectedInfoTypes

        ImageTransformations.ImageTransformation.SelectedInfoTypes getSelectedInfoTypes()
         Apply transformation to the selected info_types.
         
        .google.privacy.dlp.v2.ImageTransformations.ImageTransformation.SelectedInfoTypes selected_info_types = 4;
        Returns:
        The selectedInfoTypes.
      • hasAllInfoTypes

        boolean hasAllInfoTypes()
         Apply transformation to all findings not specified in other
         ImageTransformation's selected_info_types. Only one instance is allowed
         within the ImageTransformations message.
         
        .google.privacy.dlp.v2.ImageTransformations.ImageTransformation.AllInfoTypes all_info_types = 5;
        Returns:
        Whether the allInfoTypes field is set.
      • getAllInfoTypes

        ImageTransformations.ImageTransformation.AllInfoTypes getAllInfoTypes()
         Apply transformation to all findings not specified in other
         ImageTransformation's selected_info_types. Only one instance is allowed
         within the ImageTransformations message.
         
        .google.privacy.dlp.v2.ImageTransformations.ImageTransformation.AllInfoTypes all_info_types = 5;
        Returns:
        The allInfoTypes.
      • getAllInfoTypesOrBuilder

        ImageTransformations.ImageTransformation.AllInfoTypesOrBuilder getAllInfoTypesOrBuilder()
         Apply transformation to all findings not specified in other
         ImageTransformation's selected_info_types. Only one instance is allowed
         within the ImageTransformations message.
         
        .google.privacy.dlp.v2.ImageTransformations.ImageTransformation.AllInfoTypes all_info_types = 5;
      • hasAllText

        boolean hasAllText()
         Apply transformation to all text that doesn't match an infoType. Only
         one instance is allowed within the ImageTransformations message.
         
        .google.privacy.dlp.v2.ImageTransformations.ImageTransformation.AllText all_text = 6;
        Returns:
        Whether the allText field is set.
      • getAllText

        ImageTransformations.ImageTransformation.AllText getAllText()
         Apply transformation to all text that doesn't match an infoType. Only
         one instance is allowed within the ImageTransformations message.
         
        .google.privacy.dlp.v2.ImageTransformations.ImageTransformation.AllText all_text = 6;
        Returns:
        The allText.
      • getAllTextOrBuilder

        ImageTransformations.ImageTransformation.AllTextOrBuilder getAllTextOrBuilder()
         Apply transformation to all text that doesn't match an infoType. Only
         one instance is allowed within the ImageTransformations message.
         
        .google.privacy.dlp.v2.ImageTransformations.ImageTransformation.AllText all_text = 6;
      • hasRedactionColor

        boolean hasRedactionColor()
         The color to use when redacting content from an image. If not
         specified, the default is black.
         
        .google.privacy.dlp.v2.Color redaction_color = 3;
        Returns:
        Whether the redactionColor field is set.
      • getRedactionColor

        Color getRedactionColor()
         The color to use when redacting content from an image. If not
         specified, the default is black.
         
        .google.privacy.dlp.v2.Color redaction_color = 3;
        Returns:
        The redactionColor.
      • getRedactionColorOrBuilder

        ColorOrBuilder getRedactionColorOrBuilder()
         The color to use when redacting content from an image. If not
         specified, the default is black.
         
        .google.privacy.dlp.v2.Color redaction_color = 3;