File tree Expand file tree Collapse file tree 4 files changed +30
-6
lines changed
clients/google-api-services-chromemanagement/v1
com/google/api/services/chromemanagement/v1/model Expand file tree Collapse file tree 4 files changed +30
-6
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-chromemanagement</artifactId >
25
- <version >v1-rev20250623 -2.0.0</version >
25
+ <version >v1-rev20250708 -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-chromemanagement:v1-rev20250623 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-chromemanagement:v1-rev20250708 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -73,6 +73,13 @@ public final class GoogleChromeManagementV1ChromeAppInfo extends com.google.api.
73
73
@ com .google .api .client .util .Key
74
74
private java .lang .Boolean kioskEnabled ;
75
75
76
+ /**
77
+ * Output only. The version of this extension's manifest.
78
+ * The value may be {@code null}.
79
+ */
80
+ @ com .google .api .client .util .Key @ com .google .api .client .json .JsonString
81
+ private java .lang .Long manifestVersion ;
82
+
76
83
/**
77
84
* Output only. The minimum number of users using this app.
78
85
* The value may be {@code null}.
@@ -217,6 +224,23 @@ public GoogleChromeManagementV1ChromeAppInfo setKioskEnabled(java.lang.Boolean k
217
224
return this ;
218
225
}
219
226
227
+ /**
228
+ * Output only. The version of this extension's manifest.
229
+ * @return value or {@code null} for none
230
+ */
231
+ public java .lang .Long getManifestVersion () {
232
+ return manifestVersion ;
233
+ }
234
+
235
+ /**
236
+ * Output only. The version of this extension's manifest.
237
+ * @param manifestVersion manifestVersion or {@code null} for none
238
+ */
239
+ public GoogleChromeManagementV1ChromeAppInfo setManifestVersion (java .lang .Long manifestVersion ) {
240
+ this .manifestVersion = manifestVersion ;
241
+ return this ;
242
+ }
243
+
220
244
/**
221
245
* Output only. The minimum number of users using this app.
222
246
* @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-chromemanagement</artifactId >
11
- <version >v1-rev20250623 -2.0.0</version >
12
- <name >Chrome Management API v1-rev20250623 -2.0.0</name >
11
+ <version >v1-rev20250708 -2.0.0</version >
12
+ <name >Chrome Management API v1-rev20250708 -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-chromemanagement</artifactId >
25
- <version >v1-rev20250623 -2.0.0</version >
25
+ <version >v1-rev20250708 -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-chromemanagement:v1-rev20250623 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-chromemanagement:v1-rev20250708 -2.0.0'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments