Package io.bazel.rules_scala.diagnostics
Interface Diagnostics.FileDiagnosticsOrBuilder
-
- All Superinterfaces:
MessageLiteOrBuilder,MessageOrBuilder
- All Known Implementing Classes:
Diagnostics.FileDiagnostics,Diagnostics.FileDiagnostics.Builder
- Enclosing class:
- Diagnostics
public static interface Diagnostics.FileDiagnosticsOrBuilder extends MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Diagnostics.DiagnosticgetDiagnostics(int index)repeated .Diagnostic diagnostics = 2;intgetDiagnosticsCount()repeated .Diagnostic diagnostics = 2;java.util.List<Diagnostics.Diagnostic>getDiagnosticsList()repeated .Diagnostic diagnostics = 2;Diagnostics.DiagnosticOrBuildergetDiagnosticsOrBuilder(int index)repeated .Diagnostic diagnostics = 2;java.util.List<? extends Diagnostics.DiagnosticOrBuilder>getDiagnosticsOrBuilderList()repeated .Diagnostic diagnostics = 2;java.lang.StringgetPath()string path = 1;ByteStringgetPathBytes()string path = 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
-
getPath
java.lang.String getPath()
string path = 1;- Returns:
- The path.
-
getPathBytes
ByteString getPathBytes()
string path = 1;- Returns:
- The bytes for path.
-
getDiagnosticsList
java.util.List<Diagnostics.Diagnostic> getDiagnosticsList()
repeated .Diagnostic diagnostics = 2;
-
getDiagnostics
Diagnostics.Diagnostic getDiagnostics(int index)
repeated .Diagnostic diagnostics = 2;
-
getDiagnosticsCount
int getDiagnosticsCount()
repeated .Diagnostic diagnostics = 2;
-
getDiagnosticsOrBuilderList
java.util.List<? extends Diagnostics.DiagnosticOrBuilder> getDiagnosticsOrBuilderList()
repeated .Diagnostic diagnostics = 2;
-
getDiagnosticsOrBuilder
Diagnostics.DiagnosticOrBuilder getDiagnosticsOrBuilder(int index)
repeated .Diagnostic diagnostics = 2;
-
-