Package com.apivolve.xolir
Interface Debug.ProblemOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Debug.Problem,Debug.Problem.Builder
- Enclosing class:
- Debug
public static interface Debug.ProblemOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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
-
hasLoc
boolean hasLoc().xolir.SourceLoc loc = 1;- Returns:
- Whether the loc field is set.
-
getLoc
Debug.SourceLoc getLoc().xolir.SourceLoc loc = 1;- Returns:
- The loc.
-
getLocOrBuilder
Debug.SourceLocOrBuilder getLocOrBuilder().xolir.SourceLoc loc = 1; -
getMessage
String getMessage()string message = 2;- Returns:
- The message.
-
getMessageBytes
com.google.protobuf.ByteString getMessageBytes()string message = 2;- Returns:
- The bytes for message.
-