Skip to content

Commit ba0ea9a

Browse files
chore: regenerate monitoring client
1 parent 5ec85f7 commit ba0ea9a

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-rev20251006-2.0.0</version>
25+
<version>v3-rev20260129-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-rev20251006-2.0.0'
38+
implementation 'com.google.apis:google-api-services-monitoring:v3-rev20260129-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ public final class NotificationChannelStrategy extends com.google.api.client.jso
4141
private java.util.List<java.lang.String> notificationChannelNames;
4242

4343
/**
44-
* The frequency at which to send reminder notifications for open incidents.
44+
* The frequency at which to send reminder notifications for open incidents. The value must be
45+
* between 30 minutes and 24 hours.
4546
* The value may be {@code null}.
4647
*/
4748
@com.google.api.client.util.Key
@@ -71,15 +72,17 @@ public NotificationChannelStrategy setNotificationChannelNames(java.util.List<ja
7172
}
7273

7374
/**
74-
* The frequency at which to send reminder notifications for open incidents.
75+
* The frequency at which to send reminder notifications for open incidents. The value must be
76+
* between 30 minutes and 24 hours.
7577
* @return value or {@code null} for none
7678
*/
7779
public String getRenotifyInterval() {
7880
return renotifyInterval;
7981
}
8082

8183
/**
82-
* The frequency at which to send reminder notifications for open incidents.
84+
* The frequency at which to send reminder notifications for open incidents. The value must be
85+
* between 30 minutes and 24 hours.
8386
* @param renotifyInterval renotifyInterval or {@code null} for none
8487
*/
8588
public NotificationChannelStrategy setRenotifyInterval(String renotifyInterval) {

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-rev20251006-2.0.0</version>
12-
<name>Cloud Monitoring API v3-rev20251006-2.0.0</name>
11+
<version>v3-rev20260129-2.0.0</version>
12+
<name>Cloud Monitoring API v3-rev20260129-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-rev20251006-2.0.0</version>
25+
<version>v3-rev20260129-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-rev20251006-2.0.0'
38+
implementation 'com.google.apis:google-api-services-monitoring:v3-rev20260129-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)