Cloud Trace V2 API - Class Google::Cloud::Trace::V2::StackTrace::StackFrame (v0.9.0)

Reference documentation and code samples for the Cloud Trace V2 API class Google::Cloud::Trace::V2::StackTrace::StackFrame.

Represents a single stack frame in a stack trace.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#column_number

def column_number() -> ::Integer
Returns
  • (::Integer) — The column number where the function call appears, if available. This is important in JavaScript because of its anonymous functions.

#column_number=

def column_number=(value) -> ::Integer
Parameter
  • value (::Integer) — The column number where the function call appears, if available. This is important in JavaScript because of its anonymous functions.
Returns
  • (::Integer) — The column number where the function call appears, if available. This is important in JavaScript because of its anonymous functions.

#file_name

def file_name() -> ::Google::Cloud::Trace::V2::TruncatableString
Returns

#file_name=

def file_name=(value) -> ::Google::Cloud::Trace::V2::TruncatableString
Parameter
Returns

#function_name

def function_name() -> ::Google::Cloud::Trace::V2::TruncatableString
Returns

#function_name=

def function_name=(value) -> ::Google::Cloud::Trace::V2::TruncatableString
Parameter
Returns

#line_number

def line_number() -> ::Integer
Returns
  • (::Integer) — The line number in file_name where the function call appears.

#line_number=

def line_number=(value) -> ::Integer
Parameter
  • value (::Integer) — The line number in file_name where the function call appears.
Returns
  • (::Integer) — The line number in file_name where the function call appears.

#load_module

def load_module() -> ::Google::Cloud::Trace::V2::Module
Returns

#load_module=

def load_module=(value) -> ::Google::Cloud::Trace::V2::Module
Parameter
Returns

#original_function_name

def original_function_name() -> ::Google::Cloud::Trace::V2::TruncatableString
Returns

#original_function_name=

def original_function_name=(value) -> ::Google::Cloud::Trace::V2::TruncatableString
Parameter
Returns

#source_version

def source_version() -> ::Google::Cloud::Trace::V2::TruncatableString
Returns

#source_version=

def source_version=(value) -> ::Google::Cloud::Trace::V2::TruncatableString
Parameter
Returns