Skip to content

Commit 6433cad

Browse files
feat: Automated regeneration of AndroidDeviceProvisioning client (googleapis#12632)
Auto-created at 2024-12-04 13:13:20 +0000 using the toys pull request generator.
1 parent 3c97afb commit 6433cad

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ defmodule GoogleApi.AndroidDeviceProvisioning.V1.Api.Customers do
4343
* `: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.
4444
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
4545
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
46-
* `:pageSize` (*type:* `integer()`) - The maximum number of customers to show in a page of results. A number between 1 and 100 (inclusive).
46+
* `:pageSize` (*type:* `integer()`) - Required. The maximum number of customers to show in a page of results. A number between 1 and 100 (inclusive).
4747
* `:pageToken` (*type:* `String.t`) - A token specifying which result page to return. This field has custom validations in ListCustomersRequestValidator
4848
* `opts` (*type:* `keyword()`) - Call options
4949
@@ -619,7 +619,7 @@ defmodule GoogleApi.AndroidDeviceProvisioning.V1.Api.Customers do
619619
* `: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.
620620
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
621621
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
622-
* `:pageSize` (*type:* `String.t`) - The maximum number of devices to show in a page of results. Must be between 1 and 100 inclusive.
622+
* `:pageSize` (*type:* `String.t`) - Required. The maximum number of devices to show in a page of results. Must be between 1 and 100 inclusive.
623623
* `:pageToken` (*type:* `String.t`) - A token specifying which result page to return.
624624
* `opts` (*type:* `keyword()`) - Call options
625625

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

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

23-
@discovery_revision "20240916"
23+
@discovery_revision "20241202"
2424

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

clients/android_device_provisioning/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.AndroidDeviceProvisioning.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.20.0"
21+
@version "0.20.1"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)