public interface CompilationPositionOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getEndColumn()
public abstract int getEndColumn()
Output only. End column number, beginning at 1.
int32 end_column = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
The endColumn. |
getEndLine()
public abstract int getEndLine()
Output only. End line number, beginning at 1.
int32 end_line = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
The endLine. |
getStartColumn()
public abstract int getStartColumn()
Output only. Start column number, beginning at 1.
int32 start_column = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
The startColumn. |
getStartLine()
public abstract int getStartLine()
Output only. Start line number, beginning at 1.
int32 start_line = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
The startLine. |