Interface Diagnostics.DiagnosticOrBuilder

    • Method Detail

      • hasRange

        boolean hasRange()
        .Range range = 1;
        Returns:
        Whether the range field is set.
      • getSeverityValue

        int getSeverityValue()
        .Severity severity = 2;
        Returns:
        The enum numeric value on the wire for severity.
      • getCode

        long getCode()
        int64 code = 3;
        Returns:
        The code.
      • getMessage

        java.lang.String getMessage()
        string message = 5;
        Returns:
        The message.
      • getMessageBytes

        ByteString getMessageBytes()
        string message = 5;
        Returns:
        The bytes for message.
      • getRelatedInformationCount

        int getRelatedInformationCount()
        repeated .DiagnosticRelatedInformation related_information = 6;