Class: Google::Cloud::Trace::V2::StackTrace::StackFrames

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/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_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.

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.



370
371
372
373
# File 'proto_docs/google/devtools/cloudtrace/v2/trace.rb', line 370

class StackFrames
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#frame::Array<::Google::Cloud::Trace::V2::StackTrace::StackFrame>

Returns Stack frames in this call stack.

Returns:



370
371
372
373
# File 'proto_docs/google/devtools/cloudtrace/v2/trace.rb', line 370

class StackFrames
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end