Skip to content

Commit 99fbdf7

Browse files
1 parent b5e0533 commit 99fbdf7

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
lines changed

clients/google-api-services-monitoring/v3/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-monitoring</artifactId>
25-
<version>v3-rev20231215-2.0.0</version>
25+
<version>v3-rev20240128-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-monitoring:v3-rev20231215-2.0.0'
38+
implementation 'com.google.apis:google-api-services-monitoring:v3-rev20240128-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-monitoring/v3/2.0.0/com/google/api/services/monitoring/v3/model/MetricThreshold.java

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ public final class MetricThreshold extends com.google.api.client.json.GenericJso
103103

104104
/**
105105
* 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.
107108
* The value may be {@code null}.
108109
*/
109110
@com.google.api.client.util.Key
@@ -285,7 +286,8 @@ public MetricThreshold setDuration(String duration) {
285286

286287
/**
287288
* 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
290+
* equal to 60 seconds.
289291
* @return value or {@code null} for none
290292
*/
291293
public java.lang.String getEvaluationMissingData() {
@@ -294,7 +296,8 @@ public java.lang.String getEvaluationMissingData() {
294296

295297
/**
296298
* A condition control that determines how metric-threshold conditions are evaluated when data
297-
* stops arriving.
299+
* stops arriving. To use this control, the value of the duration field must be greater than or
300+
* equal to 60 seconds.
298301
* @param evaluationMissingData evaluationMissingData or {@code null} for none
299302
*/
300303
public MetricThreshold setEvaluationMissingData(java.lang.String evaluationMissingData) {

clients/google-api-services-monitoring/v3/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-monitoring</artifactId>
11-
<version>v3-rev20231215-2.0.0</version>
12-
<name>Cloud Monitoring API v3-rev20231215-2.0.0</name>
11+
<version>v3-rev20240128-2.0.0</version>
12+
<name>Cloud Monitoring API v3-rev20240128-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-monitoring/v3/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-monitoring</artifactId>
25-
<version>v3-rev20231215-2.0.0</version>
25+
<version>v3-rev20240128-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-monitoring:v3-rev20231215-2.0.0'
38+
implementation 'com.google.apis:google-api-services-monitoring:v3-rev20240128-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)