Skip to content

Commit 73a6fc9

Browse files
1 parent d46ae3e commit 73a6fc9

File tree

5 files changed

+42
-38
lines changed

5 files changed

+42
-38
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-rev20250311-2.0.0</version>
25+
<version>v1-rev20250313-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-rev20250311-2.0.0'
38+
implementation 'com.google.apis:google-api-services-chromemanagement:v1-rev20250313-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: 30 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1820,11 +1820,11 @@ public List setParent(java.lang.String parent) {
18201820
* filter: - profile_id - display_name - user_email - last_activity_time -
18211821
* last_policy_sync_time - last_status_report_time - first_enrollment_time -
18221822
* os_platform_type - os_version - browser_version - browser_channel - policy_count -
1823-
* extension_count - identity_provider - affiliation_state - ouId Any of the above fields
1824-
* can be used to specify a filter, and filtering by multiple fields is supported with AND
1825-
* operator. String type fields and enum type fields support '=' and '!=' operators. The
1826-
* integer type and the timestamp type fields support '=', '!=', '<', '>', '<=' and '>='
1827-
* operators. Timestamps expect an RFC-3339 formatted string (e.g.
1823+
* extension_count - identity_provider - affiliation_state - os_platform_version - ouId Any
1824+
* of the above fields can be used to specify a filter, and filtering by multiple fields is
1825+
* supported with AND operator. String type fields and enum type fields support '=' and '!='
1826+
* operators. The integer type and the timestamp type fields support '=', '!=', '<', '>',
1827+
* '<=' and '>=' operators. Timestamps expect an RFC-3339 formatted string (e.g.
18281828
* 2012-04-21T11:30:00-04:00). Wildcard '*' can be used with a string type field filter. In
18291829
* addition, string literal filtering is also supported, for example, 'ABC' as a filter maps
18301830
* to a filter that checks if any of the filterable string type fields contains 'ABC'.
@@ -1837,15 +1837,16 @@ public List setParent(java.lang.String parent) {
18371837
/** Optional. The filter used to filter profiles. The following fields can be used in the filter: -
18381838
profile_id - display_name - user_email - last_activity_time - last_policy_sync_time -
18391839
last_status_report_time - first_enrollment_time - os_platform_type - os_version - browser_version -
1840-
browser_channel - policy_count - extension_count - identity_provider - affiliation_state - ouId Any
1841-
of the above fields can be used to specify a filter, and filtering by multiple fields is supported
1842-
with AND operator. String type fields and enum type fields support '=' and '!=' operators. The
1843-
integer type and the timestamp type fields support '=', '!=', '<', '>', '<=' and '>=' operators.
1844-
Timestamps expect an RFC-3339 formatted string (e.g. 2012-04-21T11:30:00-04:00). Wildcard '*' can
1845-
be used with a string type field filter. In addition, string literal filtering is also supported,
1846-
for example, 'ABC' as a filter maps to a filter that checks if any of the filterable string type
1847-
fields contains 'ABC'. Organization unit number can be used as a filtering criteria here by
1848-
specifying 'ouId = ${your_org_unit_id}', please note that only single OU ID matching is supported.
1840+
browser_channel - policy_count - extension_count - identity_provider - affiliation_state -
1841+
os_platform_version - ouId Any of the above fields can be used to specify a filter, and filtering
1842+
by multiple fields is supported with AND operator. String type fields and enum type fields support
1843+
'=' and '!=' operators. The integer type and the timestamp type fields support '=', '!=', '<', '>',
1844+
'<=' and '>=' operators. Timestamps expect an RFC-3339 formatted string (e.g.
1845+
2012-04-21T11:30:00-04:00). Wildcard '*' can be used with a string type field filter. In addition,
1846+
string literal filtering is also supported, for example, 'ABC' as a filter maps to a filter that
1847+
checks if any of the filterable string type fields contains 'ABC'. Organization unit number can be
1848+
used as a filtering criteria here by specifying 'ouId = ${your_org_unit_id}', please note that only
1849+
single OU ID matching is supported.
18491850
*/
18501851
public java.lang.String getFilter() {
18511852
return filter;
@@ -1856,11 +1857,11 @@ public java.lang.String getFilter() {
18561857
* filter: - profile_id - display_name - user_email - last_activity_time -
18571858
* last_policy_sync_time - last_status_report_time - first_enrollment_time -
18581859
* os_platform_type - os_version - browser_version - browser_channel - policy_count -
1859-
* extension_count - identity_provider - affiliation_state - ouId Any of the above fields
1860-
* can be used to specify a filter, and filtering by multiple fields is supported with AND
1861-
* operator. String type fields and enum type fields support '=' and '!=' operators. The
1862-
* integer type and the timestamp type fields support '=', '!=', '<', '>', '<=' and '>='
1863-
* operators. Timestamps expect an RFC-3339 formatted string (e.g.
1860+
* extension_count - identity_provider - affiliation_state - os_platform_version - ouId Any
1861+
* of the above fields can be used to specify a filter, and filtering by multiple fields is
1862+
* supported with AND operator. String type fields and enum type fields support '=' and '!='
1863+
* operators. The integer type and the timestamp type fields support '=', '!=', '<', '>',
1864+
* '<=' and '>=' operators. Timestamps expect an RFC-3339 formatted string (e.g.
18641865
* 2012-04-21T11:30:00-04:00). Wildcard '*' can be used with a string type field filter. In
18651866
* addition, string literal filtering is also supported, for example, 'ABC' as a filter maps
18661867
* to a filter that checks if any of the filterable string type fields contains 'ABC'.
@@ -1877,9 +1878,9 @@ public List setFilter(java.lang.String filter) {
18771878
* are: - profile_id - display_name - user_email - last_activity_time -
18781879
* last_policy_sync_time - last_status_report_time - first_enrollment_time -
18791880
* os_platform_type - os_version - browser_version - browser_channel - policy_count -
1880-
* extension_count - identity_provider - affiliation_state By default, sorting is in
1881-
* ascending order, to specify descending order for a field, a suffix " desc" should be
1882-
* added to the field name. The default ordering is the descending order of
1881+
* extension_count - identity_provider - affiliation_state - os_platform_version By default,
1882+
* sorting is in ascending order, to specify descending order for a field, a suffix " desc"
1883+
* should be added to the field name. The default ordering is the descending order of
18831884
* last_status_report_time.
18841885
*/
18851886
@com.google.api.client.util.Key
@@ -1888,10 +1889,10 @@ public List setFilter(java.lang.String filter) {
18881889
/** Optional. The fields used to specify the ordering of the results. The supported fields are: -
18891890
profile_id - display_name - user_email - last_activity_time - last_policy_sync_time -
18901891
last_status_report_time - first_enrollment_time - os_platform_type - os_version - browser_version -
1891-
browser_channel - policy_count - extension_count - identity_provider - affiliation_state By
1892-
default, sorting is in ascending order, to specify descending order for a field, a suffix " desc"
1893-
should be added to the field name. The default ordering is the descending order of
1894-
last_status_report_time.
1892+
browser_channel - policy_count - extension_count - identity_provider - affiliation_state -
1893+
os_platform_version By default, sorting is in ascending order, to specify descending order for a
1894+
field, a suffix " desc" should be added to the field name. The default ordering is the descending
1895+
order of last_status_report_time.
18951896
*/
18961897
public java.lang.String getOrderBy() {
18971898
return orderBy;
@@ -1902,9 +1903,9 @@ public java.lang.String getOrderBy() {
19021903
* are: - profile_id - display_name - user_email - last_activity_time -
19031904
* last_policy_sync_time - last_status_report_time - first_enrollment_time -
19041905
* os_platform_type - os_version - browser_version - browser_channel - policy_count -
1905-
* extension_count - identity_provider - affiliation_state By default, sorting is in
1906-
* ascending order, to specify descending order for a field, a suffix " desc" should be
1907-
* added to the field name. The default ordering is the descending order of
1906+
* extension_count - identity_provider - affiliation_state - os_platform_version By default,
1907+
* sorting is in ascending order, to specify descending order for a field, a suffix " desc"
1908+
* should be added to the field name. The default ordering is the descending order of
19081909
* last_status_report_time.
19091910
*/
19101911
public List setOrderBy(java.lang.String orderBy) {

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,8 @@ public final class GoogleChromeManagementVersionsV1ChromeBrowserProfile extends
159159
private java.lang.String osPlatformType;
160160

161161
/**
162-
* Output only. Major OS version of the device on which the profile exists. (i.e. Windows 10)
162+
* Output only. Major OS platform version of the device on which the profile exists, from profile
163+
* reporting.
163164
* The value may be {@code null}.
164165
*/
165166
@com.google.api.client.util.Key
@@ -526,15 +527,17 @@ public GoogleChromeManagementVersionsV1ChromeBrowserProfile setOsPlatformType(ja
526527
}
527528

528529
/**
529-
* Output only. Major OS version of the device on which the profile exists. (i.e. Windows 10)
530+
* Output only. Major OS platform version of the device on which the profile exists, from profile
531+
* reporting.
530532
* @return value or {@code null} for none
531533
*/
532534
public java.lang.String getOsPlatformVersion() {
533535
return osPlatformVersion;
534536
}
535537

536538
/**
537-
* Output only. Major OS version of the device on which the profile exists. (i.e. Windows 10)
539+
* Output only. Major OS platform version of the device on which the profile exists, from profile
540+
* reporting.
538541
* @param osPlatformVersion osPlatformVersion or {@code null} for none
539542
*/
540543
public GoogleChromeManagementVersionsV1ChromeBrowserProfile setOsPlatformVersion(java.lang.String osPlatformVersion) {

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

0 commit comments

Comments
 (0)