diff --git a/clients/chrome_management/lib/google_api/chrome_management/v1/api/customers.ex b/clients/chrome_management/lib/google_api/chrome_management/v1/api/customers.ex index c08a5d85e3..7d1d950f97 100644 --- a/clients/chrome_management/lib/google_api/chrome_management/v1/api/customers.ex +++ b/clients/chrome_management/lib/google_api/chrome_management/v1/api/customers.ex @@ -1516,7 +1516,7 @@ defmodule GoogleApi.ChromeManagement.V1.Api.Customers do * `: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. * `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart"). * `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart"). - * `:filter` (*type:* `String.t`) - Optional. Only include resources that match the filter. Supported filter fields: - org_unit_id - serial_number - device_id - reports_timestamp The "reports_timestamp" filter accepts either the Unix Epoch milliseconds format or the RFC3339 UTC "Zulu" format with nanosecond resolution and up to nine fractional digits. Both formats should be surrounded by simple double quotes. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z", "1679283943823". + * `:filter` (*type:* `String.t`) - Optional. Only include resources that match the filter. Requests that don't specify a "reports_timestamp" value will default to returning only recent reports. Specify "reports_timestamp>=0" to get all report data. Supported filter fields: - org_unit_id - serial_number - device_id - reports_timestamp The "reports_timestamp" filter accepts either the Unix Epoch milliseconds format or the RFC3339 UTC "Zulu" format with nanosecond resolution and up to nine fractional digits. Both formats should be surrounded by simple double quotes. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z", "1679283943823". * `:pageSize` (*type:* `integer()`) - Maximum number of results to return. Default value is 100. Maximum value is 1000. * `:pageToken` (*type:* `String.t`) - Token to specify next page in the list. * `:readMask` (*type:* `String.t`) - Required. Read mask to specify which fields to return. Supported read_mask paths are: - name - org_unit_id - device_id - serial_number - cpu_info - cpu_status_report - memory_info - memory_status_report - network_info - network_diagnostics_report - network_status_report - os_update_status - graphics_info - graphics_status_report - battery_info - battery_status_report - storage_info - storage_status_report - thunderbolt_info - audio_status_report - boot_performance_report - heartbeat_status_report - network_bandwidth_report - peripherals_report - kiosk_app_status_report - app_report - runtime_counters_report diff --git a/clients/chrome_management/lib/google_api/chrome_management/v1/metadata.ex b/clients/chrome_management/lib/google_api/chrome_management/v1/metadata.ex index eeb987a903..3639b4f6b4 100644 --- a/clients/chrome_management/lib/google_api/chrome_management/v1/metadata.ex +++ b/clients/chrome_management/lib/google_api/chrome_management/v1/metadata.ex @@ -20,7 +20,7 @@ defmodule GoogleApi.ChromeManagement.V1 do API client metadata for GoogleApi.ChromeManagement.V1. """ - @discovery_revision "20240314" + @discovery_revision "20240321" def discovery_revision(), do: @discovery_revision end diff --git a/clients/chrome_management/mix.exs b/clients/chrome_management/mix.exs index d4dbb738cd..ae39f60485 100644 --- a/clients/chrome_management/mix.exs +++ b/clients/chrome_management/mix.exs @@ -18,7 +18,7 @@ defmodule GoogleApi.ChromeManagement.Mixfile do use Mix.Project - @version "0.4.0" + @version "0.4.1" def project() do [