You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/android_device_provisioning/lib/google_api/android_device_provisioning/v1/api/customers.ex
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ defmodule GoogleApi.AndroidDeviceProvisioning.V1.Api.Customers do
43
43
* `: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.
44
44
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
45
45
* `: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).
47
47
* `:pageToken` (*type:* `String.t`) - A token specifying which result page to return. This field has custom validations in ListCustomersRequestValidator
48
48
* `opts` (*type:* `keyword()`) - Call options
49
49
@@ -619,7 +619,7 @@ defmodule GoogleApi.AndroidDeviceProvisioning.V1.Api.Customers do
619
619
* `: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.
620
620
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
621
621
* `: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.
623
623
* `:pageToken` (*type:* `String.t`) - A token specifying which result page to return.
0 commit comments