File tree Expand file tree Collapse file tree 4 files changed +12
-9
lines changed
clients/google-api-services-monitoring/v3
com/google/api/services/monitoring/v3/model Expand file tree Collapse file tree 4 files changed +12
-9
lines changed Original file line number Diff line number Diff 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}
3737dependencies {
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
Original file line number Diff line number Diff 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 ) {
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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}
3737dependencies {
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
You can’t perform that action at this time.
0 commit comments