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"]],[["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-03-21 UTC."],[[["This documentation page covers the `Execution.Types.StackTraceElement.Types.Position` class within the Google Cloud Workflows Executions v1 API, detailing its role in providing source position information for stack trace elements."],["The `Position` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and utility across various .NET scenarios."],["The `Position` class includes three properties: `Column`, `Length`, and `Line`, which provide the column number, code length in bytes, and line number, respectively, for a given source code position."],["The page provides links to versions of this class, ranging from 1.0.0 to the latest 2.6.0, and in addition, includes details of the constructors, inherited members, and relevant namespaces and assemblies."],["The `Position` class has 2 defined constructors: One default and another that accepts another `Position` object, enabling the creation of new instances and clones from existing ones."]]],[]]