Class: Google::Cloud::Trace::V2::StackTrace::StackFrames
- Inherits:
-
Object
- Object
- Google::Cloud::Trace::V2::StackTrace::StackFrames
- 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
-
#dropped_frames_count ⇒ ::Integer
The number of stack frames that were dropped because there were too many stack frames.
-
#frame ⇒ ::Array<::Google::Cloud::Trace::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.
376 377 378 379 |
# File 'proto_docs/google/devtools/cloudtrace/v2/trace.rb', line 376 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.
376 377 378 379 |
# File 'proto_docs/google/devtools/cloudtrace/v2/trace.rb', line 376 class StackFrames include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |