type google.golang.org/genproto/googleapis/devtools/cloudtrace/v2.StackTrace_StackFrames

13 uses

	google.golang.org/genproto/googleapis/devtools/cloudtrace/v2 (current package)
		trace.pb.go#L534: 	StackFrames *StackTrace_StackFrames `protobuf:"bytes,1,opt,name=stack_frames,json=stackFrames,proto3" json:"stack_frames,omitempty"`
		trace.pb.go#L579: func (x *StackTrace) GetStackFrames() *StackTrace_StackFrames {
		trace.pb.go#L1339: type StackTrace_StackFrames struct {
		trace.pb.go#L1352: func (x *StackTrace_StackFrames) Reset() {
		trace.pb.go#L1353: 	*x = StackTrace_StackFrames{}
		trace.pb.go#L1361: func (x *StackTrace_StackFrames) String() string {
		trace.pb.go#L1365: func (*StackTrace_StackFrames) ProtoMessage() {}
		trace.pb.go#L1367: func (x *StackTrace_StackFrames) ProtoReflect() protoreflect.Message {
		trace.pb.go#L1380: func (*StackTrace_StackFrames) Descriptor() ([]byte, []int) {
		trace.pb.go#L1384: func (x *StackTrace_StackFrames) GetFrame() []*StackTrace_StackFrame {
		trace.pb.go#L1391: func (x *StackTrace_StackFrames) GetDroppedFramesCount() int32 {
		trace.pb.go#L1713: 	(*StackTrace_StackFrames)(nil),        // 17: google.devtools.cloudtrace.v2.StackTrace.StackFrames
		trace.pb.go#L1923: 			switch v := v.(*StackTrace_StackFrames); i {