Skip to content

Commit 80acc43

Browse files
1 parent 5b7401f commit 80acc43

File tree

4 files changed

+30
-6
lines changed

4 files changed

+30
-6
lines changed

clients/google-api-services-chromemanagement/v1/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-chromemanagement</artifactId>
25-
<version>v1-rev20250623-2.0.0</version>
25+
<version>v1-rev20250708-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-chromemanagement:v1-rev20250623-2.0.0'
38+
implementation 'com.google.apis:google-api-services-chromemanagement:v1-rev20250708-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-chromemanagement/v1/2.0.0/com/google/api/services/chromemanagement/v1/model/GoogleChromeManagementV1ChromeAppInfo.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,13 @@ public final class GoogleChromeManagementV1ChromeAppInfo extends com.google.api.
7373
@com.google.api.client.util.Key
7474
private java.lang.Boolean kioskEnabled;
7575

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+
7683
/**
7784
* Output only. The minimum number of users using this app.
7885
* The value may be {@code null}.
@@ -217,6 +224,23 @@ public GoogleChromeManagementV1ChromeAppInfo setKioskEnabled(java.lang.Boolean k
217224
return this;
218225
}
219226

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+
220244
/**
221245
* Output only. The minimum number of users using this app.
222246
* @return value or {@code null} for none

clients/google-api-services-chromemanagement/v1/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-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>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-chromemanagement/v1/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-chromemanagement</artifactId>
25-
<version>v1-rev20250623-2.0.0</version>
25+
<version>v1-rev20250708-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-chromemanagement:v1-rev20250623-2.0.0'
38+
implementation 'com.google.apis:google-api-services-chromemanagement:v1-rev20250708-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)