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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Chronicle v1 API - Class CompilationPosition (1.0.0-beta02)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta02 (latest)](/dotnet/docs/reference/Google.Cloud.Chronicle.V1/latest/Google.Cloud.Chronicle.V1.CompilationPosition)\n- [1.0.0-beta01](/dotnet/docs/reference/Google.Cloud.Chronicle.V1/1.0.0-beta01/Google.Cloud.Chronicle.V1.CompilationPosition) \n\n public sealed class CompilationPosition : IMessage\u003cCompilationPosition\u003e, IEquatable\u003cCompilationPosition\u003e, IDeepCloneable\u003cCompilationPosition\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Chronicle v1 API class CompilationPosition.\n\nCompilationPosition represents the location of a compilation diagnostic in\nrule text. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e CompilationPosition \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[CompilationPosition](/dotnet/docs/reference/Google.Cloud.Chronicle.V1/latest/Google.Cloud.Chronicle.V1.CompilationPosition), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[CompilationPosition](/dotnet/docs/reference/Google.Cloud.Chronicle.V1/latest/Google.Cloud.Chronicle.V1.CompilationPosition), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[CompilationPosition](/dotnet/docs/reference/Google.Cloud.Chronicle.V1/latest/Google.Cloud.Chronicle.V1.CompilationPosition), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Chronicle.V1](/dotnet/docs/reference/Google.Cloud.Chronicle.V1/latest/Google.Cloud.Chronicle.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Chronicle.V1.dll\n\nConstructors\n------------\n\n### CompilationPosition()\n\n public CompilationPosition()\n\n### CompilationPosition(CompilationPosition)\n\n public CompilationPosition(CompilationPosition other)\n\nProperties\n----------\n\n### EndColumn\n\n public int EndColumn { get; set; }\n\nOutput only. End column number, beginning at 1.\n\n### EndLine\n\n public int EndLine { get; set; }\n\nOutput only. End line number, beginning at 1.\n\n### StartColumn\n\n public int StartColumn { get; set; }\n\nOutput only. Start column number, beginning at 1.\n\n### StartLine\n\n public int StartLine { get; set; }\n\nOutput only. Start line number, beginning at 1."]]