Class: Google::Devtools::Cloudtrace::V2::StackTrace::StackFrames
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Devtools::Cloudtrace::V2::StackTrace::StackFrames
 
 
- 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
- 
  
    
      #dropped_frames_count  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The number of stack frames that were dropped because there were too many stack frames.
 - 
  
    
      #frame  ⇒ Array<Google::Devtools::Cloudtrace::V2::StackTrace::StackFrame> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Stack frames in this call stack.
 
Instance Attribute Details
#dropped_frames_count ⇒ Integer
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.
      289  | 
    
      # File 'lib/google/cloud/trace/v2/doc/google/devtools/cloudtrace/v2/trace.rb', line 289 class StackFrames; end  | 
  
#frame ⇒ Array<Google::Devtools::Cloudtrace::V2::StackTrace::StackFrame>
Returns Stack frames in this call stack.
      289  | 
    
      # File 'lib/google/cloud/trace/v2/doc/google/devtools/cloudtrace/v2/trace.rb', line 289 class StackFrames; end  |