public interface SourcePositionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn()
The 0-based index of the starting position within the line of source text
where the issue occurs.
|
int |
getLine()
The 1-based index of the starting line in the source text
where the issue occurs, or 0 if unknown.
|
String |
getLocation()
The soucre location name (e.g. file name).
|
com.google.protobuf.ByteString |
getLocationBytes()
The soucre location name (e.g. file name).
|
int |
getOffset()
The character offset.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getLocation()
The soucre location name (e.g. file name).
string location = 1;com.google.protobuf.ByteString getLocationBytes()
The soucre location name (e.g. file name).
string location = 1;int getOffset()
The character offset.
int32 offset = 2;int getLine()
The 1-based index of the starting line in the source text where the issue occurs, or 0 if unknown.
int32 line = 3;int getColumn()
The 0-based index of the starting position within the line of source text where the issue occurs. Only meaningful if line is nonzero.
int32 column = 4;Copyright © 2018–2021 The Envoy Project. All rights reserved.