Workflows Executions V1 API - Class Google::Cloud::Workflows::Executions::V1::Execution::StackTraceElement::Position (v0.7.0)

Reference documentation and code samples for the Workflows Executions V1 API class Google::Cloud::Workflows::Executions::V1::Execution::StackTraceElement::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.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#column

def column() -> ::Integer
Returns
  • (::Integer) — The source code column position (of the line) the current instruction was generated from.

#column=

def column=(value) -> ::Integer
Parameter
  • value (::Integer) — The source code column position (of the line) the current instruction was generated from.
Returns
  • (::Integer) — The source code column position (of the line) the current instruction was generated from.

#length

def length() -> ::Integer
Returns
  • (::Integer) — The number of bytes of source code making up this stack trace element.

#length=

def length=(value) -> ::Integer
Parameter
  • value (::Integer) — The number of bytes of source code making up this stack trace element.
Returns
  • (::Integer) — The number of bytes of source code making up this stack trace element.

#line

def line() -> ::Integer
Returns
  • (::Integer) — The source code line number the current instruction was generated from.

#line=

def line=(value) -> ::Integer
Parameter
  • value (::Integer) — The source code line number the current instruction was generated from.
Returns
  • (::Integer) — The source code line number the current instruction was generated from.