public sealed class Position : IMessage<TextLocator.Types.Position>, IEquatable<TextLocator.Types.Position>, IDeepCloneable<TextLocator.Types.Position>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Monitoring v3 API class TextLocator.Types.Position.
[[["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-07-02 UTC."],[[["This webpage provides documentation for the `TextLocator.Types.Position` class within the Google Cloud Monitoring v3 API for .NET."],["The `TextLocator.Types.Position` class represents the position of a byte within text, specifying both the line and column."],["The latest version of the documentation is 3.15.0, and the page provides access to versions ranging from 2.3.0 up to 3.15.0."],["The `Position` class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `Position` class are `Column` and `Line`, which are integer values representing the position of the byte."]]],[]]