Reference documentation and code samples for the Stackdriver Trace V2 Client class StackFrames.
A collection of stack frames, which can be truncated.
Generated from protobuf message google.devtools.cloudtrace.v2.StackTrace.StackFrames
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ frame
↳ 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.
getFrame
Stack frames in this call stack.
Generated from protobuf field repeated .google.devtools.cloudtrace.v2.StackTrace.StackFrame frame = 1;
Google\Protobuf\Internal\RepeatedField
setFrame
Stack frames in this call stack.
Generated from protobuf field repeated .google.devtools.cloudtrace.v2.StackTrace.StackFrame frame = 1;
$this
getDroppedFramesCount
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.
Generated from protobuf field int32 dropped_frames_count = 2;
int
setDroppedFramesCount
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.
Generated from protobuf field int32 dropped_frames_count = 2;
var
int
$this