File tree Expand file tree Collapse file tree 8 files changed +40
-15
lines changed
clients/google-api-services-monitoring
com/google/api/services/monitoring/v1/model
com/google/api/services/monitoring/v3/model Expand file tree Collapse file tree 8 files changed +40
-15
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:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-monitoring</artifactId >
25
- <version >v1-rev20240121 -2.0.0</version >
25
+ <version >v1-rev20240427 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-monitoring:v1-rev20240121 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-monitoring:v1-rev20240427 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change 29
29
@ SuppressWarnings ("javadoc" )
30
30
public final class DashboardFilter extends com .google .api .client .json .GenericJson {
31
31
32
+ /**
33
+ * Whether to apply this filter to new widgets by default
34
+ * The value may be {@code null}.
35
+ */
36
+ @ com .google .api .client .util .Key
37
+ private java .lang .Boolean applyToNewWidgets ;
38
+
32
39
/**
33
40
* The specified filter type
34
41
* The value may be {@code null}.
@@ -58,6 +65,23 @@ public final class DashboardFilter extends com.google.api.client.json.GenericJso
58
65
@ com .google .api .client .util .Key
59
66
private java .lang .String templateVariable ;
60
67
68
+ /**
69
+ * Whether to apply this filter to new widgets by default
70
+ * @return value or {@code null} for none
71
+ */
72
+ public java .lang .Boolean getApplyToNewWidgets () {
73
+ return applyToNewWidgets ;
74
+ }
75
+
76
+ /**
77
+ * Whether to apply this filter to new widgets by default
78
+ * @param applyToNewWidgets applyToNewWidgets or {@code null} for none
79
+ */
80
+ public DashboardFilter setApplyToNewWidgets (java .lang .Boolean applyToNewWidgets ) {
81
+ this .applyToNewWidgets = applyToNewWidgets ;
82
+ return this ;
83
+ }
84
+
61
85
/**
62
86
* The specified filter type
63
87
* @return value or {@code null} for none
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<artifactId >google-api-services-monitoring</artifactId >
11
- <version >v1-rev20240121 -2.0.0</version >
12
- <name >Cloud Monitoring API v1-rev20240121 -2.0.0</name >
11
+ <version >v1-rev20240427 -2.0.0</version >
12
+ <name >Cloud Monitoring API v1-rev20240427 -2.0.0</name >
13
13
<packaging >jar</packaging >
14
14
15
15
<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:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-monitoring</artifactId >
25
- <version >v1-rev20240121 -2.0.0</version >
25
+ <version >v1-rev20240427 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-monitoring:v1-rev20240121 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-monitoring:v1-rev20240427 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-monitoring</artifactId >
25
- <version >v3-rev20240414 -2.0.0</version >
25
+ <version >v3-rev20240427 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-monitoring:v3-rev20240414 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-monitoring:v3-rev20240427 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change 17
17
package com .google .api .services .monitoring .v3 .model ;
18
18
19
19
/**
20
- * Contains information needed for generating an OpenID Connect token
21
- * (https://developers.google.com/identity/protocols/OpenIDConnect). The OIDC token will be
22
- * generated for the Monitoring service agent service account.
20
+ * Contains information needed for generating either an OpenID Connect token
21
+ * (https://developers.google.com/identity/protocols/OpenIDConnect) or OAuth token
22
+ * (https://developers.google.com/identity/protocols/oauth2). The token will be generated for the
23
+ * Monitoring service agent service account.
23
24
*
24
25
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
25
26
* transmitted over HTTP when working with the Cloud Monitoring API. For a detailed explanation see:
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<artifactId >google-api-services-monitoring</artifactId >
11
- <version >v3-rev20240414 -2.0.0</version >
12
- <name >Cloud Monitoring API v3-rev20240414 -2.0.0</name >
11
+ <version >v3-rev20240427 -2.0.0</version >
12
+ <name >Cloud Monitoring API v3-rev20240427 -2.0.0</name >
13
13
<packaging >jar</packaging >
14
14
15
15
<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:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-monitoring</artifactId >
25
- <version >v3-rev20240414 -2.0.0</version >
25
+ <version >v3-rev20240427 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-monitoring:v3-rev20240414 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-monitoring:v3-rev20240427 -2.0.0'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments