Class StackFrames (1.7.2)

StackFrames(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A collection of stack frames, which can be truncated.

Attributes

NameDescription
frame Sequence[google.cloud.trace_v2.types.StackTrace.StackFrame]
Stack frames in this call stack.
dropped_frames_count int
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.

Inheritance

builtins.object > proto.message.Message > StackFrames