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/MetricThreshold.java
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,8 @@ public final class MetricThreshold extends com.google.api.client.json.GenericJso
103
103
104
104
/**
105
105
* A condition control that determines how metric-threshold conditions are evaluated when data
106
-
* stops arriving.
106
+
* stops arriving. To use this control, the value of the duration field must be greater than or
107
+
* equal to 60 seconds.
107
108
* The value may be {@code null}.
108
109
*/
109
110
@com.google.api.client.util.Key
@@ -285,7 +286,8 @@ public MetricThreshold setDuration(String duration) {
285
286
286
287
/**
287
288
* A condition control that determines how metric-threshold conditions are evaluated when data
288
-
* stops arriving.
289
+
* stops arriving. To use this control, the value of the duration field must be greater than or
0 commit comments