File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
clients/google-api-services-chromemanagement/v1
com/google/api/services/chromemanagement/v1 Expand file tree Collapse file tree 4 files changed +7
-7
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:
2222 <dependency >
2323 <groupId >com.google.apis</groupId >
2424 <artifactId >google-api-services-chromemanagement</artifactId >
25- <version >v1-rev20241001 -2.0.0</version >
25+ <version >v1-rev20241003 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-chromemanagement:v1-rev20241001 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-chromemanagement:v1-rev20241003 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ public class ChromeManagementScopes {
2929 /** See reports about devices and Chrome browsers managed within your organization. */
3030 public static final String CHROME_MANAGEMENT_REPORTS_READONLY = "https://www.googleapis.com/auth/chrome.management.reports.readonly" ;
3131
32- /** See basic device and telemetry information collected from Chrome OS devices or users managed within your organization. */
32+ /** See basic device and telemetry information collected from ChromeOS devices or users managed within your organization. */
3333 public static final String CHROME_MANAGEMENT_TELEMETRY_READONLY = "https://www.googleapis.com/auth/chrome.management.telemetry.readonly" ;
3434
3535 /**
Original file line number Diff line number Diff line change 88
99 <groupId >com.google.apis</groupId >
1010 <artifactId >google-api-services-chromemanagement</artifactId >
11- <version >v1-rev20241001 -2.0.0</version >
12- <name >Chrome Management API v1-rev20241001 -2.0.0</name >
11+ <version >v1-rev20241003 -2.0.0</version >
12+ <name >Chrome Management API v1-rev20241003 -2.0.0</name >
1313 <packaging >jar</packaging >
1414
1515 <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:
2222 <dependency >
2323 <groupId >com.google.apis</groupId >
2424 <artifactId >google-api-services-chromemanagement</artifactId >
25- <version >v1-rev20241001 -2.0.0</version >
25+ <version >v1-rev20241003 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-chromemanagement:v1-rev20241001 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-chromemanagement:v1-rev20241003 -2.0.0'
3939}
4040```
4141
You can’t perform that action at this time.
0 commit comments