Google Cloud Trace v2 API - Class StackTrace.Types.StackFrames (3.3.0)

public sealed class StackFrames : IMessage<StackTrace.Types.StackFrames>, IEquatable<StackTrace.Types.StackFrames>, IDeepCloneable<StackTrace.Types.StackFrames>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Trace v2 API class StackTrace.Types.StackFrames.

A collection of stack frames, which can be truncated.

Inheritance

Object > StackTrace.Types.StackFrames

Namespace

Google.Cloud.Trace.V2

Assembly

Google.Cloud.Trace.V2.dll

Constructors

StackFrames()

public StackFrames()

StackFrames(StackTrace.Types.StackFrames)

public StackFrames(StackTrace.Types.StackFrames other)
Parameter
NameDescription
otherStackTrace.Types.StackFrames

Properties

DroppedFramesCount

public int DroppedFramesCount { get; set; }

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.

Property Value
TypeDescription
Int32

Frame

public RepeatedField<StackTrace.Types.StackFrame> Frame { get; }

Stack frames in this call stack.

Property Value
TypeDescription
RepeatedField<StackTrace.Types.StackFrame>