type google.golang.org/genproto/googleapis/monitoring/v3.AlertPolicy_Condition_MetricThreshold
19 uses
google.golang.org/genproto/googleapis/monitoring/v3 (current package)
alert.pb.go#L461: func (x *AlertPolicy_Condition) GetConditionThreshold() *AlertPolicy_Condition_MetricThreshold {
alert.pb.go#L481: ConditionThreshold *AlertPolicy_Condition_MetricThreshold `protobuf:"bytes,1,opt,name=condition_threshold,json=conditionThreshold,proto3,oneof"`
alert.pb.go#L584: type AlertPolicy_Condition_MetricThreshold struct {
alert.pb.go#L662: func (x *AlertPolicy_Condition_MetricThreshold) Reset() {
alert.pb.go#L663: *x = AlertPolicy_Condition_MetricThreshold{}
alert.pb.go#L671: func (x *AlertPolicy_Condition_MetricThreshold) String() string {
alert.pb.go#L675: func (*AlertPolicy_Condition_MetricThreshold) ProtoMessage() {}
alert.pb.go#L677: func (x *AlertPolicy_Condition_MetricThreshold) ProtoReflect() protoreflect.Message {
alert.pb.go#L690: func (*AlertPolicy_Condition_MetricThreshold) Descriptor() ([]byte, []int) {
alert.pb.go#L694: func (x *AlertPolicy_Condition_MetricThreshold) GetFilter() string {
alert.pb.go#L701: func (x *AlertPolicy_Condition_MetricThreshold) GetAggregations() []*Aggregation {
alert.pb.go#L708: func (x *AlertPolicy_Condition_MetricThreshold) GetDenominatorFilter() string {
alert.pb.go#L715: func (x *AlertPolicy_Condition_MetricThreshold) GetDenominatorAggregations() []*Aggregation {
alert.pb.go#L722: func (x *AlertPolicy_Condition_MetricThreshold) GetComparison() ComparisonType {
alert.pb.go#L729: func (x *AlertPolicy_Condition_MetricThreshold) GetThresholdValue() float64 {
alert.pb.go#L736: func (x *AlertPolicy_Condition_MetricThreshold) GetDuration() *durationpb.Duration {
alert.pb.go#L743: func (x *AlertPolicy_Condition_MetricThreshold) GetTrigger() *AlertPolicy_Condition_Trigger {
alert.pb.go#L1072: (*AlertPolicy_Condition_MetricThreshold)(nil), // 6: google.monitoring.v3.AlertPolicy.Condition.MetricThreshold
alert.pb.go#L1164: switch v := v.(*AlertPolicy_Condition_MetricThreshold); i {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |