public sealed class Position : IMessage<TextLocator.Types.Position>, IEquatable<TextLocator.Types.Position>, IDeepCloneable<TextLocator.Types.Position>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-12 UTC."],[[["This webpage provides documentation for the `TextLocator.Types.Position` class within the `Google.Cloud.Monitoring.V3` namespace, detailing its structure and functionality."],["The `Position` class, a representation of a byte's location in text, implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Position` class has two constructors, one default and another that accepts another `TextLocator.Types.Position` instance as a parameter."],["It contains two key properties, `Column` and `Line`, both integers, that represent the byte's position within the text, with the column being the horizontal index, and line being the vertical index."],["The page also contains a version history of this class, from version 2.3.0 to the latest version, 3.15.0."]]],[]]