public sealed class Position : IMessage<Execution.Types.StackTraceElement.Types.Position>, IEquatable<Execution.Types.StackTraceElement.Types.Position>, IDeepCloneable<Execution.Types.StackTraceElement.Types.Position>, IBufferMessage, IMessage
Position contains source position information about the stack trace
element such as line number, column number and length of the code block
in bytes.
[[["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 details the `Position` class within the `Google.Cloud.Workflows.Executions.V1` namespace, which provides source position information for stack trace elements."],["The `Position` class is implemented in the `Google.Cloud.Workflows.Executions.V1.dll` assembly and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains three properties: `Column`, `Length`, and `Line`, all of type `Int64`, which represent the source code column, the length of the code in bytes, and the line number, respectively."],["The `Position` class includes two constructors: a default constructor `Position()` and an overload `Position(Execution.Types.StackTraceElement.Types.Position other)` that takes another `Position` object as input."],["The webpage also contains links to other versions of the `Position` class, from version `1.0.0` up to the latest version `2.6.0`."]]],[]]