diff --git a/clients/google-api-services-monitoring/v3/2.0.0/README.md b/clients/google-api-services-monitoring/v3/2.0.0/README.md index d15490e1a19..7db5360acbb 100644 --- a/clients/google-api-services-monitoring/v3/2.0.0/README.md +++ b/clients/google-api-services-monitoring/v3/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-monitoring - v3-rev20251006-2.0.0 + v3-rev20260129-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-monitoring:v3-rev20251006-2.0.0' + implementation 'com.google.apis:google-api-services-monitoring:v3-rev20260129-2.0.0' } ``` diff --git a/clients/google-api-services-monitoring/v3/2.0.0/com/google/api/services/monitoring/v3/model/NotificationChannelStrategy.java b/clients/google-api-services-monitoring/v3/2.0.0/com/google/api/services/monitoring/v3/model/NotificationChannelStrategy.java index b7c409f5ad0..8bae22354bd 100644 --- a/clients/google-api-services-monitoring/v3/2.0.0/com/google/api/services/monitoring/v3/model/NotificationChannelStrategy.java +++ b/clients/google-api-services-monitoring/v3/2.0.0/com/google/api/services/monitoring/v3/model/NotificationChannelStrategy.java @@ -41,7 +41,8 @@ public final class NotificationChannelStrategy extends com.google.api.client.jso private java.util.List notificationChannelNames; /** - * The frequency at which to send reminder notifications for open incidents. + * The frequency at which to send reminder notifications for open incidents. The value must be + * between 30 minutes and 24 hours. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -71,7 +72,8 @@ public NotificationChannelStrategy setNotificationChannelNames(java.util.Listcom.google.apis google-api-services-monitoring - v3-rev20251006-2.0.0 - Cloud Monitoring API v3-rev20251006-2.0.0 + v3-rev20260129-2.0.0 + Cloud Monitoring API v3-rev20260129-2.0.0 jar 2011 diff --git a/clients/google-api-services-monitoring/v3/README.md b/clients/google-api-services-monitoring/v3/README.md index d15490e1a19..7db5360acbb 100644 --- a/clients/google-api-services-monitoring/v3/README.md +++ b/clients/google-api-services-monitoring/v3/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-monitoring - v3-rev20251006-2.0.0 + v3-rev20260129-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-monitoring:v3-rev20251006-2.0.0' + implementation 'com.google.apis:google-api-services-monitoring:v3-rev20260129-2.0.0' } ```