exception_occurrences_pb

package
v0.0.0-...-7f005ae Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 24, 2025 License: BSD-3-Clause Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_exception_occurrences_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ExceptionOccurrence

type ExceptionOccurrence struct {

	// The name of the exception.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// The stacktrace associated with the exception.
	Stacktrace []string `protobuf:"bytes,2,rep,name=stacktrace,proto3" json:"stacktrace,omitempty"`
	// The time when this exception occurred.
	OccurredTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=occurred_time,json=occurredTime,proto3" json:"occurred_time,omitempty"`
	// contains filtered or unexported fields
}

func (*ExceptionOccurrence) Descriptor deprecated

func (*ExceptionOccurrence) Descriptor() ([]byte, []int)

Deprecated: Use ExceptionOccurrence.ProtoReflect.Descriptor instead.

func (*ExceptionOccurrence) GetName

func (x *ExceptionOccurrence) GetName() string

func (*ExceptionOccurrence) GetOccurredTime

func (x *ExceptionOccurrence) GetOccurredTime() *timestamppb.Timestamp

func (*ExceptionOccurrence) GetStacktrace

func (x *ExceptionOccurrence) GetStacktrace() []string

func (*ExceptionOccurrence) ProtoMessage

func (*ExceptionOccurrence) ProtoMessage()

func (*ExceptionOccurrence) ProtoReflect

func (x *ExceptionOccurrence) ProtoReflect() protoreflect.Message

func (*ExceptionOccurrence) Reset

func (x *ExceptionOccurrence) Reset()

func (*ExceptionOccurrence) String

func (x *ExceptionOccurrence) String() string

type ExceptionOccurrences

type ExceptionOccurrences struct {
	Datapoints []*ExceptionOccurrence `protobuf:"bytes,1,rep,name=datapoints,proto3" json:"datapoints,omitempty"`
	// contains filtered or unexported fields
}

Stored under the field "extended_properties" with key "exception_occurrences" in the proto luci.resultdb.v1.Invocation As a repeated message cannot fit directly into a google.protobuf.Struct, Use "ExceptionOccurrences" message as a wrap.

func (*ExceptionOccurrences) Descriptor deprecated

func (*ExceptionOccurrences) Descriptor() ([]byte, []int)

Deprecated: Use ExceptionOccurrences.ProtoReflect.Descriptor instead.

func (*ExceptionOccurrences) GetDatapoints

func (x *ExceptionOccurrences) GetDatapoints() []*ExceptionOccurrence

func (*ExceptionOccurrences) ProtoMessage

func (*ExceptionOccurrences) ProtoMessage()

func (*ExceptionOccurrences) ProtoReflect

func (x *ExceptionOccurrences) ProtoReflect() protoreflect.Message

func (*ExceptionOccurrences) Reset

func (x *ExceptionOccurrences) Reset()

func (*ExceptionOccurrences) String

func (x *ExceptionOccurrences) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL