Skip to content

Commit e29ef12

Browse files
1 parent 5cc8e2c commit e29ef12

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
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-rev20240702-2.0.0</version>
25+
<version>v1-rev20240709-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-rev20240702-2.0.0'
38+
implementation 'com.google.apis:google-api-services-chromemanagement:v1-rev20240709-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: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2721,14 +2721,15 @@ public CountInstalledApps setCustomer(java.lang.String customer) {
27212721
* Query string to filter results, AND-separated fields in EBNF syntax. Note: OR operations
27222722
* are not supported in this filter. Supported filter fields: * app_name * app_type *
27232723
* install_type * number_of_permissions * total_install_count * latest_profile_active_date *
2724-
* permission_name * app_id
2724+
* permission_name * app_id * manifest_versions
27252725
*/
27262726
@com.google.api.client.util.Key
27272727
private java.lang.String filter;
27282728

27292729
/** Query string to filter results, AND-separated fields in EBNF syntax. Note: OR operations are not
27302730
supported in this filter. Supported filter fields: * app_name * app_type * install_type *
27312731
number_of_permissions * total_install_count * latest_profile_active_date * permission_name * app_id
2732+
* manifest_versions
27322733
*/
27332734
public java.lang.String getFilter() {
27342735
return filter;
@@ -2738,7 +2739,7 @@ public java.lang.String getFilter() {
27382739
* Query string to filter results, AND-separated fields in EBNF syntax. Note: OR operations
27392740
* are not supported in this filter. Supported filter fields: * app_name * app_type *
27402741
* install_type * number_of_permissions * total_install_count * latest_profile_active_date *
2741-
* permission_name * app_id
2742+
* permission_name * app_id * manifest_versions
27422743
*/
27432744
public CountInstalledApps setFilter(java.lang.String filter) {
27442745
this.filter = filter;
@@ -2747,21 +2748,21 @@ public CountInstalledApps setFilter(java.lang.String filter) {
27472748

27482749
/**
27492750
* Field used to order results. Supported order by fields: * app_name * app_type *
2750-
* install_type * number_of_permissions * total_install_count * app_id
2751+
* install_type * number_of_permissions * total_install_count * app_id * manifest_versions
27512752
*/
27522753
@com.google.api.client.util.Key
27532754
private java.lang.String orderBy;
27542755

27552756
/** Field used to order results. Supported order by fields: * app_name * app_type * install_type *
2756-
number_of_permissions * total_install_count * app_id
2757+
number_of_permissions * total_install_count * app_id * manifest_versions
27572758
*/
27582759
public java.lang.String getOrderBy() {
27592760
return orderBy;
27602761
}
27612762

27622763
/**
27632764
* Field used to order results. Supported order by fields: * app_name * app_type *
2764-
* install_type * number_of_permissions * total_install_count * app_id
2765+
* install_type * number_of_permissions * total_install_count * app_id * manifest_versions
27652766
*/
27662767
public CountInstalledApps setOrderBy(java.lang.String orderBy) {
27672768
this.orderBy = orderBy;

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

0 commit comments

Comments
 (0)