Package io.bazel.rules_scala.diagnostics
Interface Diagnostics.LocationOrBuilder
-
- All Superinterfaces:
MessageLiteOrBuilder,MessageOrBuilder
- All Known Implementing Classes:
Diagnostics.Location,Diagnostics.Location.Builder
- Enclosing class:
- Diagnostics
public static interface Diagnostics.LocationOrBuilder extends MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetPath()string path = 1;ByteStringgetPathBytes()string path = 1;Diagnostics.RangegetRange().Range range = 2;Diagnostics.RangeOrBuildergetRangeOrBuilder().Range range = 2;booleanhasRange().Range range = 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 Detail
-
getPath
java.lang.String getPath()
string path = 1;- Returns:
- The path.
-
getPathBytes
ByteString getPathBytes()
string path = 1;- Returns:
- The bytes for path.
-
hasRange
boolean hasRange()
.Range range = 2;- Returns:
- Whether the range field is set.
-
getRange
Diagnostics.Range getRange()
.Range range = 2;- Returns:
- The range.
-
getRangeOrBuilder
Diagnostics.RangeOrBuilder getRangeOrBuilder()
.Range range = 2;
-
-