Documentation
¶
Index ¶
- Variables
- type ExceptionOccurrence
- func (*ExceptionOccurrence) Descriptor() ([]byte, []int)deprecated
- func (x *ExceptionOccurrence) GetName() string
- func (x *ExceptionOccurrence) GetOccurredTime() *timestamppb.Timestamp
- func (x *ExceptionOccurrence) GetStacktrace() []string
- func (*ExceptionOccurrence) ProtoMessage()
- func (x *ExceptionOccurrence) ProtoReflect() protoreflect.Message
- func (x *ExceptionOccurrence) Reset()
- func (x *ExceptionOccurrence) String() string
- type ExceptionOccurrences
- func (*ExceptionOccurrences) Descriptor() ([]byte, []int)deprecated
- func (x *ExceptionOccurrences) GetDatapoints() []*ExceptionOccurrence
- func (*ExceptionOccurrences) ProtoMessage()
- func (x *ExceptionOccurrences) ProtoReflect() protoreflect.Message
- func (x *ExceptionOccurrences) Reset()
- func (x *ExceptionOccurrences) String() string
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
Click to show internal directories.
Click to hide internal directories.