Skip to content

Commit f107c77

Browse files
feat: Automated regeneration of ChromeManagement client (#13165)
Auto-created at 2025-03-15 13:12:08 +0000 using the toys pull request generator.
1 parent e26ca63 commit f107c77

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

clients/chrome_management/lib/google_api/chrome_management/v1/api/customers.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -654,8 +654,8 @@ defmodule GoogleApi.ChromeManagement.V1.Api.Customers do
654654
* `:quotaUser` (*type:* `String.t`) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
655655
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
656656
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
657-
* `:filter` (*type:* `String.t`) - Optional. The filter used to filter profiles. The following fields can be used in the filter: - profile_id - display_name - user_email - last_activity_time - last_policy_sync_time - last_status_report_time - first_enrollment_time - os_platform_type - os_version - browser_version - browser_channel - policy_count - extension_count - identity_provider - affiliation_state - ouId Any of the above fields can be used to specify a filter, and filtering by multiple fields is supported with AND operator. String type fields and enum type fields support '=' and '!=' operators. The integer type and the timestamp type fields support '=', '!=', '<', '>', '<=' and '>=' operators. Timestamps expect an RFC-3339 formatted string (e.g. 2012-04-21T11:30:00-04:00). Wildcard '*' can be used with a string type field filter. In addition, string literal filtering is also supported, for example, 'ABC' as a filter maps to a filter that checks if any of the filterable string type fields contains 'ABC'. Organization unit number can be used as a filtering criteria here by specifying 'ouId = ${your_org_unit_id}', please note that only single OU ID matching is supported.
658-
* `:orderBy` (*type:* `String.t`) - Optional. The fields used to specify the ordering of the results. The supported fields are: - profile_id - display_name - user_email - last_activity_time - last_policy_sync_time - last_status_report_time - first_enrollment_time - os_platform_type - os_version - browser_version - browser_channel - policy_count - extension_count - identity_provider - affiliation_state By default, sorting is in ascending order, to specify descending order for a field, a suffix " desc" should be added to the field name. The default ordering is the descending order of last_status_report_time.
657+
* `:filter` (*type:* `String.t`) - Optional. The filter used to filter profiles. The following fields can be used in the filter: - profile_id - display_name - user_email - last_activity_time - last_policy_sync_time - last_status_report_time - first_enrollment_time - os_platform_type - os_version - browser_version - browser_channel - policy_count - extension_count - identity_provider - affiliation_state - os_platform_version - ouId Any of the above fields can be used to specify a filter, and filtering by multiple fields is supported with AND operator. String type fields and enum type fields support '=' and '!=' operators. The integer type and the timestamp type fields support '=', '!=', '<', '>', '<=' and '>=' operators. Timestamps expect an RFC-3339 formatted string (e.g. 2012-04-21T11:30:00-04:00). Wildcard '*' can be used with a string type field filter. In addition, string literal filtering is also supported, for example, 'ABC' as a filter maps to a filter that checks if any of the filterable string type fields contains 'ABC'. Organization unit number can be used as a filtering criteria here by specifying 'ouId = ${your_org_unit_id}', please note that only single OU ID matching is supported.
658+
* `:orderBy` (*type:* `String.t`) - Optional. The fields used to specify the ordering of the results. The supported fields are: - profile_id - display_name - user_email - last_activity_time - last_policy_sync_time - last_status_report_time - first_enrollment_time - os_platform_type - os_version - browser_version - browser_channel - policy_count - extension_count - identity_provider - affiliation_state - os_platform_version By default, sorting is in ascending order, to specify descending order for a field, a suffix " desc" should be added to the field name. The default ordering is the descending order of last_status_report_time.
659659
* `:pageSize` (*type:* `integer()`) - Optional. The maximum number of profiles to return. The default page size is 100 if page_size is unspecified, and the maximum page size allowed is 200.
660660
* `:pageToken` (*type:* `String.t`) - Optional. The page token used to retrieve a specific page of the listing request.
661661
* `opts` (*type:* `keyword()`) - Call options

clients/chrome_management/lib/google_api/chrome_management/v1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.ChromeManagement.V1 do
2020
API client metadata for GoogleApi.ChromeManagement.V1.
2121
"""
2222

23-
@discovery_revision "20250311"
23+
@discovery_revision "20250313"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/chrome_management/lib/google_api/chrome_management/v1/model/google_chrome_management_versions_v1_chrome_browser_profile.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ defmodule GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementVersionsV1Ch
3939
* `lastStatusReportTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. Timestamp of the latest status report by the profile.
4040
* `name` (*type:* `String.t`, *default:* `nil`) - Identifier. Format: customers/{customer_id}/profiles/{profile_permanent_id}
4141
* `osPlatformType` (*type:* `String.t`, *default:* `nil`) - Output only. OS platform of the device on which the profile exists.
42-
* `osPlatformVersion` (*type:* `String.t`, *default:* `nil`) - Output only. Major OS version of the device on which the profile exists. (i.e. Windows 10)
42+
* `osPlatformVersion` (*type:* `String.t`, *default:* `nil`) - Output only. Major OS platform version of the device on which the profile exists, from profile reporting.
4343
* `osVersion` (*type:* `String.t`, *default:* `nil`) - Output only. OS version of the device on which the profile exists.
4444
* `policyCount` (*type:* `String.t`, *default:* `nil`) - Output only. Number of policies applied on the profile.
4545
* `profileId` (*type:* `String.t`, *default:* `nil`) - Output only. Chrome client side profile ID.

0 commit comments

Comments
 (0)