Skip to content

Commit b9f41b7

Browse files
1 parent 5f27e52 commit b9f41b7

File tree

4 files changed

+18
-18
lines changed

4 files changed

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

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ public final class Criteria extends com.google.api.client.json.GenericJson {
3838
* the incident would have key-value pairs (labels) that match those specified by the filter in
3939
* the snooze.Snooze filters support resource, metric, and metadata labels. If multiple labels are
4040
* used, then they must be connected with an AND operator. For example, the following filter
41-
* applies the snooze to incidents that have a resource label with an instance ID of "1234567890",
42-
* a metric label with an instance name of "group", a metadata user label with a key of "foo" and
43-
* a value of "bar", and a metadata system label with a key of "region" and a value of "us-
44-
* central1": "filter": "resource.labels.instance_id=\"1234567890\" AND
41+
* applies the snooze to incidents that have a resource label with an instance ID of 1234567890, a
42+
* metric label with an instance name of test_group, a metadata user label with a key of foo and a
43+
* value of bar, and a metadata system label with a key of region and a value of us-central1:
44+
* "filter": "resource.labels.instance_id=\"1234567890\" AND
4545
* metric.labels.instance_name=\"test_group\" AND metadata.user_labels.foo=\"bar\" AND
4646
* metadata.system_labels.region=\"us-central1\""
4747
* The value may be {@code null}.
@@ -67,10 +67,10 @@ public final class Criteria extends com.google.api.client.json.GenericJson {
6767
* the incident would have key-value pairs (labels) that match those specified by the filter in
6868
* the snooze.Snooze filters support resource, metric, and metadata labels. If multiple labels are
6969
* used, then they must be connected with an AND operator. For example, the following filter
70-
* applies the snooze to incidents that have a resource label with an instance ID of "1234567890",
71-
* a metric label with an instance name of "group", a metadata user label with a key of "foo" and
72-
* a value of "bar", and a metadata system label with a key of "region" and a value of "us-
73-
* central1": "filter": "resource.labels.instance_id=\"1234567890\" AND
70+
* applies the snooze to incidents that have a resource label with an instance ID of 1234567890, a
71+
* metric label with an instance name of test_group, a metadata user label with a key of foo and a
72+
* value of bar, and a metadata system label with a key of region and a value of us-central1:
73+
* "filter": "resource.labels.instance_id=\"1234567890\" AND
7474
* metric.labels.instance_name=\"test_group\" AND metadata.user_labels.foo=\"bar\" AND
7575
* metadata.system_labels.region=\"us-central1\""
7676
* @return value or {@code null} for none
@@ -87,10 +87,10 @@ public java.lang.String getFilter() {
8787
* the incident would have key-value pairs (labels) that match those specified by the filter in
8888
* the snooze.Snooze filters support resource, metric, and metadata labels. If multiple labels are
8989
* used, then they must be connected with an AND operator. For example, the following filter
90-
* applies the snooze to incidents that have a resource label with an instance ID of "1234567890",
91-
* a metric label with an instance name of "group", a metadata user label with a key of "foo" and
92-
* a value of "bar", and a metadata system label with a key of "region" and a value of "us-
93-
* central1": "filter": "resource.labels.instance_id=\"1234567890\" AND
90+
* applies the snooze to incidents that have a resource label with an instance ID of 1234567890, a
91+
* metric label with an instance name of test_group, a metadata user label with a key of foo and a
92+
* value of bar, and a metadata system label with a key of region and a value of us-central1:
93+
* "filter": "resource.labels.instance_id=\"1234567890\" AND
9494
* metric.labels.instance_name=\"test_group\" AND metadata.user_labels.foo=\"bar\" AND
9595
* metadata.system_labels.region=\"us-central1\""
9696
* @param filter filter or {@code null} for none

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

0 commit comments

Comments
 (0)