public sealed class TextLocator.Types.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-06-12 UTC."],[[["This webpage provides documentation for the `TextLocator.Types.Position` class within the Google Cloud Monitoring v3 API, detailing its role in specifying the position of a byte within text."],["The `TextLocator.Types.Position` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its use within a broader message-based system."],["The page covers versions of the Google.Cloud.Monitoring.V3 library ranging from the latest 3.15.0 down to 2.3.0, along with the current 3.12.0 version."],["The class includes two constructors: a parameterless `Position()` and a `Position(Position other)` constructor, allowing for the creation of new instances and copies."],["The class includes two properties, `Column` and `Line`, which are integers and respectively represent the byte's column and line number within a text, beginning with 1."]]],[]]