public sealed class CompilationPosition : IMessage<CompilationPosition>, IEquatable<CompilationPosition>, IDeepCloneable<CompilationPosition>, IBufferMessage, IMessage
Reference documentation and code samples for the Chronicle v1 API class CompilationPosition.
CompilationPosition represents the location of a compilation diagnostic in rule text.
Implements
IMessageCompilationPosition, IEquatableCompilationPosition, IDeepCloneableCompilationPosition, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
CompilationPosition()
public CompilationPosition()
CompilationPosition(CompilationPosition)
public CompilationPosition(CompilationPosition other)
Parameter | |
---|---|
Name | Description |
other |
CompilationPosition |
Properties
EndColumn
public int EndColumn { get; set; }
Output only. End column number, beginning at 1.
Property Value | |
---|---|
Type | Description |
int |
EndLine
public int EndLine { get; set; }
Output only. End line number, beginning at 1.
Property Value | |
---|---|
Type | Description |
int |
StartColumn
public int StartColumn { get; set; }
Output only. Start column number, beginning at 1.
Property Value | |
---|---|
Type | Description |
int |
StartLine
public int StartLine { get; set; }
Output only. Start line number, beginning at 1.
Property Value | |
---|---|
Type | Description |
int |