You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-monitoring/v3/2.0.0/com/google/api/services/monitoring/v3/model/MetricAbsence.java
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -52,10 +52,10 @@ public final class MetricAbsence extends com.google.api.client.json.GenericJson
52
52
}
53
53
54
54
/**
55
-
* The amount of time that a time series must fail to report new data to be considered failing.
56
-
* The minimum value of this field is 120 seconds. Larger values that are a multiple of a minute--
57
-
* for example, 240 or 300 seconds--are supported. If an invalid value is given, an error will be
58
-
* returned. The Duration.nanos field is ignored.
55
+
* Required. The amount of time that a time series must fail to report new data to be considered
56
+
* failing. The minimum value of this field is 120 seconds. Larger values that are a multiple of a
57
+
* minute--for example, 240 or 300 seconds--are supported. If an invalid value is given, an error
58
+
* will be returned.
59
59
* The value may be {@code null}.
60
60
*/
61
61
@com.google.api.client.util.Key
@@ -113,21 +113,21 @@ public MetricAbsence setAggregations(java.util.List<Aggregation> aggregations) {
113
113
}
114
114
115
115
/**
116
-
* The amount of time that a time series must fail to report new data to be considered failing.
117
-
* The minimum value of this field is 120 seconds. Larger values that are a multiple of a minute--
118
-
* for example, 240 or 300 seconds--are supported. If an invalid value is given, an error will be
119
-
* returned. The Duration.nanos field is ignored.
116
+
* Required. The amount of time that a time series must fail to report new data to be considered
117
+
* failing. The minimum value of this field is 120 seconds. Larger values that are a multiple of a
118
+
* minute--for example, 240 or 300 seconds--are supported. If an invalid value is given, an error
119
+
* will be returned.
120
120
* @return value or {@code null} for none
121
121
*/
122
122
publicStringgetDuration() {
123
123
returnduration;
124
124
}
125
125
126
126
/**
127
-
* The amount of time that a time series must fail to report new data to be considered failing.
128
-
* The minimum value of this field is 120 seconds. Larger values that are a multiple of a minute--
129
-
* for example, 240 or 300 seconds--are supported. If an invalid value is given, an error will be
130
-
* returned. The Duration.nanos field is ignored.
127
+
* Required. The amount of time that a time series must fail to report new data to be considered
128
+
* failing. The minimum value of this field is 120 seconds. Larger values that are a multiple of a
129
+
* minute--for example, 240 or 300 seconds--are supported. If an invalid value is given, an error
130
+
* will be returned.
131
131
* @param duration duration or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-monitoring/v3/2.0.0/com/google/api/services/monitoring/v3/model/MetricThreshold.java
+21-21Lines changed: 21 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -89,13 +89,13 @@ public final class MetricThreshold extends com.google.api.client.json.GenericJso
89
89
privatejava.lang.StringdenominatorFilter;
90
90
91
91
/**
92
-
* The amount of time that a time series must violate the threshold to be considered failing.
93
-
* Currently, only values that are a multiple of a minute--e.g., 0, 60, 120, or 300 seconds--are
94
-
* supported. If an invalid value is given, an error will be returned. When choosing a duration,
95
-
* it is useful to keep in mind the frequency of the underlying time series data (which may also
96
-
* be affected by any alignments specified in the aggregations field); a good duration is long
97
-
* enough so that a single outlier does not generate spurious alerts, but short enough that
98
-
* unhealthy states are detected and alerted on quickly.
92
+
* Required. The amount of time that a time series must violate the threshold to be considered
93
+
* failing. Currently, only values that are a multiple of a minute--e.g., 0, 60, 120, or 300
94
+
* seconds--are supported. If an invalid value is given, an error will be returned. When choosing
95
+
* a duration, it is useful to keep in mind the frequency of the underlying time series data
96
+
* (which may also be affected by any alignments specified in the aggregations field); a good
97
+
* duration is long enough so that a single outlier does not generate spurious alerts, but short
98
+
* enough that unhealthy states are detected and alerted on quickly.
99
99
* The value may be {@code null}.
100
100
*/
101
101
@com.google.api.client.util.Key
@@ -256,27 +256,27 @@ public MetricThreshold setDenominatorFilter(java.lang.String denominatorFilter)
256
256
}
257
257
258
258
/**
259
-
* The amount of time that a time series must violate the threshold to be considered failing.
260
-
* Currently, only values that are a multiple of a minute--e.g., 0, 60, 120, or 300 seconds--are
261
-
* supported. If an invalid value is given, an error will be returned. When choosing a duration,
262
-
* it is useful to keep in mind the frequency of the underlying time series data (which may also
263
-
* be affected by any alignments specified in the aggregations field); a good duration is long
264
-
* enough so that a single outlier does not generate spurious alerts, but short enough that
265
-
* unhealthy states are detected and alerted on quickly.
259
+
* Required. The amount of time that a time series must violate the threshold to be considered
260
+
* failing. Currently, only values that are a multiple of a minute--e.g., 0, 60, 120, or 300
261
+
* seconds--are supported. If an invalid value is given, an error will be returned. When choosing
262
+
* a duration, it is useful to keep in mind the frequency of the underlying time series data
263
+
* (which may also be affected by any alignments specified in the aggregations field); a good
264
+
* duration is long enough so that a single outlier does not generate spurious alerts, but short
265
+
* enough that unhealthy states are detected and alerted on quickly.
266
266
* @return value or {@code null} for none
267
267
*/
268
268
publicStringgetDuration() {
269
269
returnduration;
270
270
}
271
271
272
272
/**
273
-
* The amount of time that a time series must violate the threshold to be considered failing.
274
-
* Currently, only values that are a multiple of a minute--e.g., 0, 60, 120, or 300 seconds--are
275
-
* supported. If an invalid value is given, an error will be returned. When choosing a duration,
276
-
* it is useful to keep in mind the frequency of the underlying time series data (which may also
277
-
* be affected by any alignments specified in the aggregations field); a good duration is long
278
-
* enough so that a single outlier does not generate spurious alerts, but short enough that
279
-
* unhealthy states are detected and alerted on quickly.
273
+
* Required. The amount of time that a time series must violate the threshold to be considered
274
+
* failing. Currently, only values that are a multiple of a minute--e.g., 0, 60, 120, or 300
275
+
* seconds--are supported. If an invalid value is given, an error will be returned. When choosing
276
+
* a duration, it is useful to keep in mind the frequency of the underlying time series data
277
+
* (which may also be affected by any alignments specified in the aggregations field); a good
278
+
* duration is long enough so that a single outlier does not generate spurious alerts, but short
279
+
* enough that unhealthy states are detected and alerted on quickly.
280
280
* @param duration duration or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-monitoring/v3/2.0.0/com/google/api/services/monitoring/v3/model/MonitoringQueryLanguageCondition.java
0 commit comments