Class: Google::Devtools::Cloudtrace::V2::StackTrace::StackFrames

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/trace/v2/doc/google/devtools/cloudtrace/v2/trace.rb

Overview

A collection of stack frames, which can be truncated.

Instance Attribute Summary collapse

Instance Attribute Details

#dropped_frames_countInteger

Returns The number of stack frames that were dropped because there were too many stack frames. If this value is 0, then no stack frames were dropped.

Returns:

  • (Integer)

    The number of stack frames that were dropped because there were too many stack frames. If this value is 0, then no stack frames were dropped.



288
# File 'lib/google/cloud/trace/v2/doc/google/devtools/cloudtrace/v2/trace.rb', line 288

class StackFrames; end

#frameArray<Google::Devtools::Cloudtrace::V2::StackTrace::StackFrame>

Returns Stack frames in this call stack.

Returns:



288
# File 'lib/google/cloud/trace/v2/doc/google/devtools/cloudtrace/v2/trace.rb', line 288

class StackFrames; end