Interface Deps.SourceLocationOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Deps.SourceLocation,Deps.SourceLocation.Builder
- Enclosing class:
- Deps
public static interface Deps.SourceLocationOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintoptional int32 column = 3;intgetLine()optional int32 line = 2;getPath()required string path = 1;com.google.protobuf.ByteStringrequired string path = 1;booleanoptional int32 column = 3;booleanhasLine()optional int32 line = 2;booleanhasPath()required string path = 1;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
-
hasPath
boolean hasPath()required string path = 1;- Returns:
- Whether the path field is set.
-
getPath
String getPath()required string path = 1;- Returns:
- The path.
-
getPathBytes
com.google.protobuf.ByteString getPathBytes()required string path = 1;- Returns:
- The bytes for path.
-
hasLine
boolean hasLine()optional int32 line = 2;- Returns:
- Whether the line field is set.
-
getLine
int getLine()optional int32 line = 2;- Returns:
- The line.
-
hasColumn
boolean hasColumn()optional int32 column = 3;- Returns:
- Whether the column field is set.
-
getColumn
int getColumn()optional int32 column = 3;- Returns:
- The column.
-