Skip to content

Commit f7f39ee

Browse files
1 parent 4d6aa2c commit f7f39ee

File tree

4 files changed

+14
-6
lines changed

4 files changed

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

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ public class ChromeManagementScopes {
2626
/** See detailed information about apps installed on Chrome browsers and devices managed by your organization. */
2727
public static final String CHROME_MANAGEMENT_APPDETAILS_READONLY = "https://www.googleapis.com/auth/chrome.management.appdetails.readonly";
2828

29+
/** See, edit, delete, and take other necessary actions on Chrome browser profiles managed by your organization. */
30+
public static final String CHROME_MANAGEMENT_PROFILES = "https://www.googleapis.com/auth/chrome.management.profiles";
31+
32+
/** See Chrome browser profiles managed by your organization. */
33+
public static final String CHROME_MANAGEMENT_PROFILES_READONLY = "https://www.googleapis.com/auth/chrome.management.profiles.readonly";
34+
2935
/** See reports about devices and Chrome browsers managed within your organization. */
3036
public static final String CHROME_MANAGEMENT_REPORTS_READONLY = "https://www.googleapis.com/auth/chrome.management.reports.readonly";
3137

@@ -40,6 +46,8 @@ public class ChromeManagementScopes {
4046
public static java.util.Set<String> all() {
4147
java.util.Set<String> set = new java.util.HashSet<String>();
4248
set.add(CHROME_MANAGEMENT_APPDETAILS_READONLY);
49+
set.add(CHROME_MANAGEMENT_PROFILES);
50+
set.add(CHROME_MANAGEMENT_PROFILES_READONLY);
4351
set.add(CHROME_MANAGEMENT_REPORTS_READONLY);
4452
set.add(CHROME_MANAGEMENT_TELEMETRY_READONLY);
4553
return java.util.Collections.unmodifiableSet(set);

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-rev20250122-2.0.0</version>
12-
<name>Chrome Management API v1-rev20250122-2.0.0</name>
11+
<version>v1-rev20250126-2.0.0</version>
12+
<name>Chrome Management API v1-rev20250126-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-rev20250122-2.0.0</version>
25+
<version>v1-rev20250126-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-rev20250122-2.0.0'
38+
implementation 'com.google.apis:google-api-services-chromemanagement:v1-rev20250126-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)