Interface SonarAnalyzer.LogInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SonarAnalyzer.LogInfo, SonarAnalyzer.LogInfo.Builder
Enclosing class:
SonarAnalyzer

public static interface SonarAnalyzer.LogInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .sonaranalyzer.LogSeverity severity = 1;
    int
    .sonaranalyzer.LogSeverity severity = 1;
    string text = 2;
    com.google.protobuf.ByteString
    string text = 2;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getSeverityValue

      int getSeverityValue()
      .sonaranalyzer.LogSeverity severity = 1;
      Returns:
      The enum numeric value on the wire for severity.
    • getSeverity

      .sonaranalyzer.LogSeverity severity = 1;
      Returns:
      The severity.
    • getText

      String getText()
      string text = 2;
      Returns:
      The text.
    • getTextBytes

      com.google.protobuf.ByteString getTextBytes()
      string text = 2;
      Returns:
      The bytes for text.