public sealed class Execution.Types.StackTraceElement.Types.Position : IMessage<Execution.Types.StackTraceElement.Types.Position>, IEquatable<Execution.Types.StackTraceElement.Types.Position>, IDeepCloneable<Execution.Types.StackTraceElement.Types.Position>, IBufferMessage, IMessage
Reference documentation and code samples for the Workflow Executions v1 API class Execution.Types.StackTraceElement.Types.Position.
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"]],[["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."],[[["This documentation page covers the `Execution.Types.StackTraceElement.Types.Position` class within the Google Cloud Workflows Executions v1 API, specifically for version 2.5.0."],["The `Position` class provides information about the source code location of a stack trace element, including the line number, column position, and length in bytes."],["The `Position` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The `Position` class has three properties: `Column`, `Length`, and `Line`, all of type `long`, which store the respective position and size data from the source code."],["There are multiple versions listed, with 2.6.0 being the latest, and the documentation provided is of version 2.5.0, which includes a list of previous versions dating back to 1.0.0."]]],[]]