Documentation ¶
Index ¶
- Variables
- type Predicate
- func (*Predicate) Descriptor() ([]byte, []int)deprecated
- func (x *Predicate) GetStatus() Status
- func (x *Predicate) GetTestIdRegexp() string
- func (x *Predicate) GetVariant() *v1.VariantPredicate
- func (*Predicate) ProtoMessage()
- func (x *Predicate) ProtoReflect() protoreflect.Message
- func (x *Predicate) Reset()
- func (x *Predicate) String() string
- type Status
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Status_name = map[int32]string{ 0: "STATUS_UNSPECIFIED", 5: "HAS_UNEXPECTED_RESULTS", 10: "FLAKY", 20: "CONSISTENTLY_UNEXPECTED", 30: "CONSISTENTLY_EXPECTED", 40: "NO_NEW_RESULTS", } Status_value = map[string]int32{ "STATUS_UNSPECIFIED": 0, "HAS_UNEXPECTED_RESULTS": 5, "FLAKY": 10, "CONSISTENTLY_UNEXPECTED": 20, "CONSISTENTLY_EXPECTED": 30, "NO_NEW_RESULTS": 40, } )
Enum value maps for Status.
View Source
var File_go_chromium_org_luci_analysis_proto_analyzedtestvariant_predicate_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Predicate ¶
type Predicate struct { TestIdRegexp string `protobuf:"bytes,1,opt,name=test_id_regexp,json=testIdRegexp,proto3" json:"test_id_regexp,omitempty"` Variant *v1.VariantPredicate `protobuf:"bytes,2,opt,name=variant,proto3" json:"variant,omitempty"` Status Status `protobuf:"varint,3,opt,name=status,proto3,enum=luci.analysis.analyzedtestvariant.Status" json:"status,omitempty"` // contains filtered or unexported fields }
Deprecated. Retained only for config compatibility. Can be deleted once chromium-m120 / chrome-m120 and all prior versions have had their LUCI configs deleted.
func (*Predicate) Descriptor
deprecated
func (*Predicate) GetTestIdRegexp ¶
func (*Predicate) GetVariant ¶
func (x *Predicate) GetVariant() *v1.VariantPredicate
func (*Predicate) ProtoMessage ¶
func (*Predicate) ProtoMessage()
func (*Predicate) ProtoReflect ¶
func (x *Predicate) ProtoReflect() protoreflect.Message
type Status ¶
type Status int32
Deprecated. Retained only for config compatibility. Can be deleted once chromium-m120 / chrome-m120 and all prior versions have had their LUCI configs deleted.
func (Status) Descriptor ¶
func (Status) Descriptor() protoreflect.EnumDescriptor
func (Status) EnumDescriptor
deprecated
func (Status) Number ¶
func (x Status) Number() protoreflect.EnumNumber
func (Status) Type ¶
func (Status) Type() protoreflect.EnumType
Click to show internal directories.
Click to hide internal directories.