Skip to content

Commit

Permalink
chore: regenerate chromemanagement client (#23595)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Oct 6, 2024
1 parent 54210e3 commit 07b2361
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-chromemanagement</artifactId>
<version>v1-rev20241001-2.0.0</version>
<version>v1-rev20241003-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-chromemanagement:v1-rev20241001-2.0.0'
implementation 'com.google.apis:google-api-services-chromemanagement:v1-rev20241003-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class ChromeManagementScopes {
/** See reports about devices and Chrome browsers managed within your organization. */
public static final String CHROME_MANAGEMENT_REPORTS_READONLY = "https://www.googleapis.com/auth/chrome.management.reports.readonly";

/** See basic device and telemetry information collected from Chrome OS devices or users managed within your organization. */
/** See basic device and telemetry information collected from ChromeOS devices or users managed within your organization. */
public static final String CHROME_MANAGEMENT_TELEMETRY_READONLY = "https://www.googleapis.com/auth/chrome.management.telemetry.readonly";

/**
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-chromemanagement/v1/2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-chromemanagement</artifactId>
<version>v1-rev20241001-2.0.0</version>
<name>Chrome Management API v1-rev20241001-2.0.0</name>
<version>v1-rev20241003-2.0.0</version>
<name>Chrome Management API v1-rev20241003-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-chromemanagement/v1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-chromemanagement</artifactId>
<version>v1-rev20241001-2.0.0</version>
<version>v1-rev20241003-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-chromemanagement:v1-rev20241001-2.0.0'
implementation 'com.google.apis:google-api-services-chromemanagement:v1-rev20241003-2.0.0'
}
```

Expand Down

0 comments on commit 07b2361

Please sign in to comment.