|
| 1 | +/* |
| 2 | +DO NOT EDIT |
| 3 | +Generated by codegen.go |
| 4 | +https://github.com/googleapis/go-genproto/blob/0135a39c27378c1b903c75204eff61a060be5eb7/googleapis/monitoring/v3/common.pb.go |
| 5 | +*/ |
| 6 | +package tsplot |
| 7 | + |
| 8 | +func (mq *MetricQuery) Set_ALIGN_COUNT() { |
| 9 | + *mq.aggregation = append(*mq.aggregation, withPerSeriesAligner(13)) |
| 10 | +} |
| 11 | + |
| 12 | +func (mq *MetricQuery) Set_ALIGN_COUNT_FALSE() { |
| 13 | + *mq.aggregation = append(*mq.aggregation, withPerSeriesAligner(24)) |
| 14 | +} |
| 15 | + |
| 16 | +func (mq *MetricQuery) Set_ALIGN_COUNT_TRUE() { |
| 17 | + *mq.aggregation = append(*mq.aggregation, withPerSeriesAligner(16)) |
| 18 | +} |
| 19 | + |
| 20 | +func (mq *MetricQuery) Set_ALIGN_DELTA() { |
| 21 | + *mq.aggregation = append(*mq.aggregation, withPerSeriesAligner(1)) |
| 22 | +} |
| 23 | + |
| 24 | +func (mq *MetricQuery) Set_ALIGN_FRACTION_TRUE() { |
| 25 | + *mq.aggregation = append(*mq.aggregation, withPerSeriesAligner(17)) |
| 26 | +} |
| 27 | + |
| 28 | +func (mq *MetricQuery) Set_ALIGN_INTERPOLATE() { |
| 29 | + *mq.aggregation = append(*mq.aggregation, withPerSeriesAligner(3)) |
| 30 | +} |
| 31 | + |
| 32 | +func (mq *MetricQuery) Set_ALIGN_MAX() { |
| 33 | + *mq.aggregation = append(*mq.aggregation, withPerSeriesAligner(11)) |
| 34 | +} |
| 35 | + |
| 36 | +func (mq *MetricQuery) Set_ALIGN_MEAN() { |
| 37 | + *mq.aggregation = append(*mq.aggregation, withPerSeriesAligner(12)) |
| 38 | +} |
| 39 | + |
| 40 | +func (mq *MetricQuery) Set_ALIGN_MIN() { |
| 41 | + *mq.aggregation = append(*mq.aggregation, withPerSeriesAligner(10)) |
| 42 | +} |
| 43 | + |
| 44 | +func (mq *MetricQuery) Set_ALIGN_NEXT_OLDER() { |
| 45 | + *mq.aggregation = append(*mq.aggregation, withPerSeriesAligner(4)) |
| 46 | +} |
| 47 | + |
| 48 | +func (mq *MetricQuery) Set_ALIGN_NONE() { |
| 49 | + *mq.aggregation = append(*mq.aggregation, withPerSeriesAligner(0)) |
| 50 | +} |
| 51 | + |
| 52 | +func (mq *MetricQuery) Set_ALIGN_PERCENTILE_05() { |
| 53 | + *mq.aggregation = append(*mq.aggregation, withPerSeriesAligner(21)) |
| 54 | +} |
| 55 | + |
| 56 | +func (mq *MetricQuery) Set_ALIGN_PERCENTILE_50() { |
| 57 | + *mq.aggregation = append(*mq.aggregation, withPerSeriesAligner(20)) |
| 58 | +} |
| 59 | + |
| 60 | +func (mq *MetricQuery) Set_ALIGN_PERCENTILE_95() { |
| 61 | + *mq.aggregation = append(*mq.aggregation, withPerSeriesAligner(19)) |
| 62 | +} |
| 63 | + |
| 64 | +func (mq *MetricQuery) Set_ALIGN_PERCENTILE_99() { |
| 65 | + *mq.aggregation = append(*mq.aggregation, withPerSeriesAligner(18)) |
| 66 | +} |
| 67 | + |
| 68 | +func (mq *MetricQuery) Set_ALIGN_PERCENT_CHANGE() { |
| 69 | + *mq.aggregation = append(*mq.aggregation, withPerSeriesAligner(23)) |
| 70 | +} |
| 71 | + |
| 72 | +func (mq *MetricQuery) Set_ALIGN_RATE() { |
| 73 | + *mq.aggregation = append(*mq.aggregation, withPerSeriesAligner(2)) |
| 74 | +} |
| 75 | + |
| 76 | +func (mq *MetricQuery) Set_ALIGN_STDDEV() { |
| 77 | + *mq.aggregation = append(*mq.aggregation, withPerSeriesAligner(15)) |
| 78 | +} |
| 79 | + |
| 80 | +func (mq *MetricQuery) Set_ALIGN_SUM() { |
| 81 | + *mq.aggregation = append(*mq.aggregation, withPerSeriesAligner(14)) |
| 82 | +} |
| 83 | + |
| 84 | +func (mq *MetricQuery) Set_REDUCE_COUNT() { |
| 85 | + *mq.aggregation = append(*mq.aggregation, withCrossSeriesReducer(6)) |
| 86 | +} |
| 87 | + |
| 88 | +func (mq *MetricQuery) Set_REDUCE_COUNT_FALSE() { |
| 89 | + *mq.aggregation = append(*mq.aggregation, withCrossSeriesReducer(15)) |
| 90 | +} |
| 91 | + |
| 92 | +func (mq *MetricQuery) Set_REDUCE_COUNT_TRUE() { |
| 93 | + *mq.aggregation = append(*mq.aggregation, withCrossSeriesReducer(7)) |
| 94 | +} |
| 95 | + |
| 96 | +func (mq *MetricQuery) Set_REDUCE_FRACTION_TRUE() { |
| 97 | + *mq.aggregation = append(*mq.aggregation, withCrossSeriesReducer(8)) |
| 98 | +} |
| 99 | + |
| 100 | +func (mq *MetricQuery) Set_REDUCE_MAX() { |
| 101 | + *mq.aggregation = append(*mq.aggregation, withCrossSeriesReducer(3)) |
| 102 | +} |
| 103 | + |
| 104 | +func (mq *MetricQuery) Set_REDUCE_MEAN() { |
| 105 | + *mq.aggregation = append(*mq.aggregation, withCrossSeriesReducer(1)) |
| 106 | +} |
| 107 | + |
| 108 | +func (mq *MetricQuery) Set_REDUCE_MIN() { |
| 109 | + *mq.aggregation = append(*mq.aggregation, withCrossSeriesReducer(2)) |
| 110 | +} |
| 111 | + |
| 112 | +func (mq *MetricQuery) Set_REDUCE_NONE() { |
| 113 | + *mq.aggregation = append(*mq.aggregation, withCrossSeriesReducer(0)) |
| 114 | +} |
| 115 | + |
| 116 | +func (mq *MetricQuery) Set_REDUCE_PERCENTILE_05() { |
| 117 | + *mq.aggregation = append(*mq.aggregation, withCrossSeriesReducer(12)) |
| 118 | +} |
| 119 | + |
| 120 | +func (mq *MetricQuery) Set_REDUCE_PERCENTILE_50() { |
| 121 | + *mq.aggregation = append(*mq.aggregation, withCrossSeriesReducer(11)) |
| 122 | +} |
| 123 | + |
| 124 | +func (mq *MetricQuery) Set_REDUCE_PERCENTILE_95() { |
| 125 | + *mq.aggregation = append(*mq.aggregation, withCrossSeriesReducer(10)) |
| 126 | +} |
| 127 | + |
| 128 | +func (mq *MetricQuery) Set_REDUCE_PERCENTILE_99() { |
| 129 | + *mq.aggregation = append(*mq.aggregation, withCrossSeriesReducer(9)) |
| 130 | +} |
| 131 | + |
| 132 | +func (mq *MetricQuery) Set_REDUCE_STDDEV() { |
| 133 | + *mq.aggregation = append(*mq.aggregation, withCrossSeriesReducer(5)) |
| 134 | +} |
| 135 | + |
| 136 | +func (mq *MetricQuery) Set_REDUCE_SUM() { |
| 137 | + *mq.aggregation = append(*mq.aggregation, withCrossSeriesReducer(4)) |
| 138 | +} |
| 139 | + |
0 commit comments