Interface TransformationErrorHandlingOrBuilder

    • Method Detail

      • hasThrowError

        boolean hasThrowError()
         Throw an error
         
        .google.privacy.dlp.v2.TransformationErrorHandling.ThrowError throw_error = 1;
        Returns:
        Whether the throwError field is set.
      • getThrowError

        TransformationErrorHandling.ThrowError getThrowError()
         Throw an error
         
        .google.privacy.dlp.v2.TransformationErrorHandling.ThrowError throw_error = 1;
        Returns:
        The throwError.
      • hasLeaveUntransformed

        boolean hasLeaveUntransformed()
         Ignore errors
         
        .google.privacy.dlp.v2.TransformationErrorHandling.LeaveUntransformed leave_untransformed = 2;
        Returns:
        Whether the leaveUntransformed field is set.
      • getLeaveUntransformed

        TransformationErrorHandling.LeaveUntransformed getLeaveUntransformed()
         Ignore errors
         
        .google.privacy.dlp.v2.TransformationErrorHandling.LeaveUntransformed leave_untransformed = 2;
        Returns:
        The leaveUntransformed.