Skip to content

Commit 5407467

Browse files
1 parent c476bf5 commit 5407467

File tree

4 files changed

+16
-9
lines changed

4 files changed

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

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

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4354,17 +4354,24 @@ public FindInstalledAppDevices setAppId(java.lang.String appId) {
43544354
return this;
43554355
}
43564356

4357-
/** Type of the app. */
4357+
/**
4358+
* Type of the app. Optional. If not provided, an app type will be inferred from the format
4359+
* of the app ID.
4360+
*/
43584361
@com.google.api.client.util.Key
43594362
private java.lang.String appType;
43604363

4361-
/** Type of the app.
4364+
/** Type of the app. Optional. If not provided, an app type will be inferred from the format of the app
4365+
ID.
43624366
*/
43634367
public java.lang.String getAppType() {
43644368
return appType;
43654369
}
43664370

4367-
/** Type of the app. */
4371+
/**
4372+
* Type of the app. Optional. If not provided, an app type will be inferred from the format
4373+
* of the app ID.
4374+
*/
43684375
public FindInstalledAppDevices setAppType(java.lang.String appType) {
43694376
this.appType = appType;
43704377
return this;

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

0 commit comments

Comments
 (0)