File tree Expand file tree Collapse file tree 5 files changed +6
-121
lines changed
clients/google-api-services-monitoring/v1
com/google/api/services/monitoring/v1/model Expand file tree Collapse file tree 5 files changed +6
-121
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 >v1-rev20260212 -2.0.0</version >
25+ <version >v1-rev20260302 -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:v1-rev20260212 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-monitoring:v1-rev20260302 -2.0.0'
3939}
4040```
4141
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -52,13 +52,6 @@ public final class Widget extends com.google.api.client.json.GenericJson {
5252 @ com .google .api .client .util .Key
5353 private CollapsibleGroup collapsibleGroup ;
5454
55- /**
56- * A widget that contains two widget visualizations that are coordinated in display.
57- * The value may be {@code null}.
58- */
59- @ com .google .api .client .util .Key
60- private CoordinatedWidget coordinatedWidget ;
61-
6255 /**
6356 * A widget that displays a list of error groups.
6457 * The value may be {@code null}.
@@ -218,23 +211,6 @@ public Widget setCollapsibleGroup(CollapsibleGroup collapsibleGroup) {
218211 return this ;
219212 }
220213
221- /**
222- * A widget that contains two widget visualizations that are coordinated in display.
223- * @return value or {@code null} for none
224- */
225- public CoordinatedWidget getCoordinatedWidget () {
226- return coordinatedWidget ;
227- }
228-
229- /**
230- * A widget that contains two widget visualizations that are coordinated in display.
231- * @param coordinatedWidget coordinatedWidget or {@code null} for none
232- */
233- public Widget setCoordinatedWidget (CoordinatedWidget coordinatedWidget ) {
234- this .coordinatedWidget = coordinatedWidget ;
235- return this ;
236- }
237-
238214 /**
239215 * A widget that displays a list of error groups.
240216 * @return value or {@code null} for none
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 >v1-rev20260212 -2.0.0</version >
12- <name >Cloud Monitoring API v1-rev20260212 -2.0.0</name >
11+ <version >v1-rev20260302 -2.0.0</version >
12+ <name >Cloud Monitoring API v1-rev20260302 -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 >v1-rev20260212 -2.0.0</version >
25+ <version >v1-rev20260302 -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:v1-rev20260212 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-monitoring:v1-rev20260302 -2.0.0'
3939}
4040```
4141
You can’t perform that action at this time.
0 commit comments