Package org.sonarsource.dotnet.protobuf
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 TypeMethodDescription.sonaranalyzer.LogSeverity severity = 1;int.sonaranalyzer.LogSeverity severity = 1;getText()string text = 2;com.google.protobuf.ByteStringstring text = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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 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.
-