Skip to content

Commit f4a42e4

Browse files
1 parent 353d176 commit f4a42e4

4 files changed

Lines changed: 30 additions & 6 deletions

File tree

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

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,13 @@ public final class GoogleChromeManagementV1InstalledApp extends com.google.api.c
109109
@com.google.api.client.util.Key
110110
private java.util.List<java.lang.String> permissions;
111111

112+
/**
113+
* Output only. Count of Chrome Profiles with this app installed.
114+
* The value may be {@code null}.
115+
*/
116+
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
117+
private java.lang.Long profileCount;
118+
112119
/**
113120
* Output only. If available, the risk assessment data about this extension.
114121
* The value may be {@code null}.
@@ -307,6 +314,23 @@ public GoogleChromeManagementV1InstalledApp setPermissions(java.util.List<java.l
307314
return this;
308315
}
309316

317+
/**
318+
* Output only. Count of Chrome Profiles with this app installed.
319+
* @return value or {@code null} for none
320+
*/
321+
public java.lang.Long getProfileCount() {
322+
return profileCount;
323+
}
324+
325+
/**
326+
* Output only. Count of Chrome Profiles with this app installed.
327+
* @param profileCount profileCount or {@code null} for none
328+
*/
329+
public GoogleChromeManagementV1InstalledApp setProfileCount(java.lang.Long profileCount) {
330+
this.profileCount = profileCount;
331+
return this;
332+
}
333+
310334
/**
311335
* Output only. If available, the risk assessment data about this extension.
312336
* @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-rev20260528-2.0.0</version>
12-
<name>Chrome Management API v1-rev20260528-2.0.0</name>
11+
<version>v1-rev20260601-2.0.0</version>
12+
<name>Chrome Management API v1-rev20260601-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-rev20260528-2.0.0</version>
25+
<version>v1-rev20260601-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-rev20260528-2.0.0'
38+
implementation 'com.google.apis:google-api-services-chromemanagement:v1-rev20260601-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)