Package com.sourcegraph.semanticdb_javac
Interface Semanticdb.DocumentationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Semanticdb.Documentation,Semanticdb.Documentation.Builder
- Enclosing class:
- Semanticdb
public static interface Semanticdb.DocumentationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Semanticdb.Documentation.FormatgetFormat().com.sourcegraph.semanticdb_javac.Documentation.Format format = 2;intgetFormatValue().com.sourcegraph.semanticdb_javac.Documentation.Format format = 2;java.lang.StringgetMessage()string message = 1;com.google.protobuf.ByteStringgetMessageBytes()string message = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getMessage
java.lang.String getMessage()
string message = 1;- Returns:
- The message.
-
getMessageBytes
com.google.protobuf.ByteString getMessageBytes()
string message = 1;- Returns:
- The bytes for message.
-
getFormatValue
int getFormatValue()
.com.sourcegraph.semanticdb_javac.Documentation.Format format = 2;- Returns:
- The enum numeric value on the wire for format.
-
getFormat
Semanticdb.Documentation.Format getFormat()
.com.sourcegraph.semanticdb_javac.Documentation.Format format = 2;- Returns:
- The format.
-
-