Reference documentation and code samples for the Google Cloud Chronicle V1 Client class CompilationPosition.
CompilationPosition represents the location of a compilation diagnostic in rule text.
Generated from protobuf message google.cloud.chronicle.v1.CompilationPosition
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ start_line
int
Output only. Start line number, beginning at 1.
↳ start_column
int
Output only. Start column number, beginning at 1.
↳ end_line
int
Output only. End line number, beginning at 1.
↳ end_column
int
Output only. End column number, beginning at 1.
getStartLine
Output only. Start line number, beginning at 1.
int
setStartLine
Output only. Start line number, beginning at 1.
var
int
$this
getStartColumn
Output only. Start column number, beginning at 1.
int
setStartColumn
Output only. Start column number, beginning at 1.
var
int
$this
getEndLine
Output only. End line number, beginning at 1.
int
setEndLine
Output only. End line number, beginning at 1.
var
int
$this
getEndColumn
Output only. End column number, beginning at 1.
int
setEndColumn
Output only. End column number, beginning at 1.
var
int
$this