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, providing details on its functionality and usage."],["The `Position` class is designed to hold source position information for stack trace elements, including line number, column number, and length in bytes of the related code block."],["This class is implemented within various versions of the API, from 1.0.0 up to the latest version 2.6.0, with version 2.4.0 being the specific version that this page refers to."],["The `Position` class can be constructed either as a default `Position` or as a clone from an existing `Position` object, offering flexibility in how it is initialized."],["The `Position` class contains three properties: `Column`, `Length`, and `Line`, all of which are long data type and store the source code position and length information."]]],[]]