Package io.bazel.rules_scala.diagnostics
Interface Diagnostics.DiagnosticRelatedInformationOrBuilder
-
- All Superinterfaces:
MessageLiteOrBuilder,MessageOrBuilder
- All Known Implementing Classes:
Diagnostics.DiagnosticRelatedInformation,Diagnostics.DiagnosticRelatedInformation.Builder
- Enclosing class:
- Diagnostics
public static interface Diagnostics.DiagnosticRelatedInformationOrBuilder extends MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Diagnostics.LocationgetLocation().Location location = 1;Diagnostics.LocationOrBuildergetLocationOrBuilder().Location location = 1;java.lang.StringgetMessage()string message = 2;ByteStringgetMessageBytes()string message = 2;booleanhasLocation().Location location = 1;-
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
-
hasLocation
boolean hasLocation()
.Location location = 1;- Returns:
- Whether the location field is set.
-
getLocation
Diagnostics.Location getLocation()
.Location location = 1;- Returns:
- The location.
-
getLocationOrBuilder
Diagnostics.LocationOrBuilder getLocationOrBuilder()
.Location location = 1;
-
getMessage
java.lang.String getMessage()
string message = 2;- Returns:
- The message.
-
getMessageBytes
ByteString getMessageBytes()
string message = 2;- Returns:
- The bytes for message.
-
-