Skip to content

Commit 4375edc

Browse files
chore(androiddeviceprovisioning): update the api
1 parent 917bf59 commit 4375edc

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

docs/dyn/androiddeviceprovisioning_v1.customers.configurations.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ <h3>Method Details</h3>
103103
<pre>Creates a new configuration. Once created, a customer can apply the configuration to devices.
104104

105105
Args:
106-
parent: string, Required. The customer that manages the configuration. An API resource name in the format `customers/[CUSTOMER_ID]`. (required)
106+
parent: string, Required. The customer that manages the configuration. An API resource name in the format `customers/[CUSTOMER_ID]`. This field has custom validation in CreateConfigurationRequestValidator (required)
107107
body: object, The request body.
108108
The object takes the form of:
109109

docs/dyn/androiddeviceprovisioning_v1.customers.devices.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ <h3>Method Details</h3>
107107

108108
{ # Request message for customer to assign a configuration to device.
109109
&quot;configuration&quot;: &quot;A String&quot;, # Required. The configuration applied to the device in the format `customers/[CUSTOMER_ID]/configurations/[CONFIGURATION_ID]`.
110-
&quot;device&quot;: { # A `DeviceReference` is an API abstraction that lets you supply a _device_ argument to a method using one of the following identifier types: * A numeric API resource ID. * Real-world hardware IDs, such as IMEI number, belonging to the manufactured device. Methods that operate on devices take a `DeviceReference` as a parameter type because it&#x27;s more flexible for the caller. To learn more about device identifiers, read [Identifiers](https://developers.google.com/zero-touch/guides/identifiers). # Required. The device the configuration is applied to.
110+
&quot;device&quot;: { # A `DeviceReference` is an API abstraction that lets you supply a _device_ argument to a method using one of the following identifier types: * A numeric API resource ID. * Real-world hardware IDs, such as IMEI number, belonging to the manufactured device. Methods that operate on devices take a `DeviceReference` as a parameter type because it&#x27;s more flexible for the caller. To learn more about device identifiers, read [Identifiers](https://developers.google.com/zero-touch/guides/identifiers). # Required. The device the configuration is applied to. There are custom validations in ApplyConfigurationRequestValidator
111111
&quot;deviceId&quot;: &quot;A String&quot;, # The ID of the device.
112112
&quot;deviceIdentifier&quot;: { # Encapsulates hardware and product IDs to identify a manufactured device. To understand requirements on identifier sets, read [Identifiers](https://developers.google.com/zero-touch/guides/identifiers). # The hardware IDs of the device.
113113
&quot;imei&quot;: &quot;A String&quot;, # The device’s IMEI number. Validated on input.
@@ -253,7 +253,7 @@ <h3>Method Details</h3>
253253
The object takes the form of:
254254

255255
{ # Request message for customer to remove the configuration from device.
256-
&quot;device&quot;: { # A `DeviceReference` is an API abstraction that lets you supply a _device_ argument to a method using one of the following identifier types: * A numeric API resource ID. * Real-world hardware IDs, such as IMEI number, belonging to the manufactured device. Methods that operate on devices take a `DeviceReference` as a parameter type because it&#x27;s more flexible for the caller. To learn more about device identifiers, read [Identifiers](https://developers.google.com/zero-touch/guides/identifiers). # Required. The device to remove the configuration from.
256+
&quot;device&quot;: { # A `DeviceReference` is an API abstraction that lets you supply a _device_ argument to a method using one of the following identifier types: * A numeric API resource ID. * Real-world hardware IDs, such as IMEI number, belonging to the manufactured device. Methods that operate on devices take a `DeviceReference` as a parameter type because it&#x27;s more flexible for the caller. To learn more about device identifiers, read [Identifiers](https://developers.google.com/zero-touch/guides/identifiers). # Required. The device to remove the configuration from. There are custom validations in RemoveConfigurationRequestValidator
257257
&quot;deviceId&quot;: &quot;A String&quot;, # The ID of the device.
258258
&quot;deviceIdentifier&quot;: { # Encapsulates hardware and product IDs to identify a manufactured device. To understand requirements on identifier sets, read [Identifiers](https://developers.google.com/zero-touch/guides/identifiers). # The hardware IDs of the device.
259259
&quot;imei&quot;: &quot;A String&quot;, # The device’s IMEI number. Validated on input.
@@ -287,7 +287,7 @@ <h3>Method Details</h3>
287287
The object takes the form of:
288288

289289
{ # Request message for customer to unclaim a device.
290-
&quot;device&quot;: { # A `DeviceReference` is an API abstraction that lets you supply a _device_ argument to a method using one of the following identifier types: * A numeric API resource ID. * Real-world hardware IDs, such as IMEI number, belonging to the manufactured device. Methods that operate on devices take a `DeviceReference` as a parameter type because it&#x27;s more flexible for the caller. To learn more about device identifiers, read [Identifiers](https://developers.google.com/zero-touch/guides/identifiers). # Required. The device to unclaim.
290+
&quot;device&quot;: { # A `DeviceReference` is an API abstraction that lets you supply a _device_ argument to a method using one of the following identifier types: * A numeric API resource ID. * Real-world hardware IDs, such as IMEI number, belonging to the manufactured device. Methods that operate on devices take a `DeviceReference` as a parameter type because it&#x27;s more flexible for the caller. To learn more about device identifiers, read [Identifiers](https://developers.google.com/zero-touch/guides/identifiers). # Required. The device to unclaim. There are custom validations in UnclaimDeviceRequestValidator.
291291
&quot;deviceId&quot;: &quot;A String&quot;, # The ID of the device.
292292
&quot;deviceIdentifier&quot;: { # Encapsulates hardware and product IDs to identify a manufactured device. To understand requirements on identifier sets, read [Identifiers](https://developers.google.com/zero-touch/guides/identifiers). # The hardware IDs of the device.
293293
&quot;imei&quot;: &quot;A String&quot;, # The device’s IMEI number. Validated on input.

docs/dyn/androiddeviceprovisioning_v1.customers.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ <h3>Method Details</h3>
110110

111111
Args:
112112
pageSize: integer, The maximum number of customers to show in a page of results. A number between 1 and 100 (inclusive).
113-
pageToken: string, A token specifying which result page to return.
113+
pageToken: string, A token specifying which result page to return. This field has custom validations in ListCustomersRequestValidator
114114
x__xgafv: string, V1 error format.
115115
Allowed values
116116
1 - v1 error format

googleapiclient/discovery_cache/documents/androiddeviceprovisioning.v1.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"type": "integer"
113113
},
114114
"pageToken": {
115-
"description": "A token specifying which result page to return.",
115+
"description": "A token specifying which result page to return. This field has custom validations in ListCustomersRequestValidator",
116116
"location": "query",
117117
"type": "string"
118118
}
@@ -136,7 +136,7 @@
136136
],
137137
"parameters": {
138138
"parent": {
139-
"description": "Required. The customer that manages the configuration. An API resource name in the format `customers/[CUSTOMER_ID]`.",
139+
"description": "Required. The customer that manages the configuration. An API resource name in the format `customers/[CUSTOMER_ID]`. This field has custom validation in CreateConfigurationRequestValidator",
140140
"location": "path",
141141
"pattern": "^customers/[^/]+$",
142142
"required": true,
@@ -825,7 +825,7 @@
825825
}
826826
}
827827
},
828-
"revision": "20220202",
828+
"revision": "20220212",
829829
"rootUrl": "https://androiddeviceprovisioning.googleapis.com/",
830830
"schemas": {
831831
"ClaimDeviceRequest": {
@@ -1024,7 +1024,7 @@
10241024
},
10251025
"device": {
10261026
"$ref": "DeviceReference",
1027-
"description": "Required. The device the configuration is applied to."
1027+
"description": "Required. The device the configuration is applied to. There are custom validations in ApplyConfigurationRequestValidator"
10281028
}
10291029
},
10301030
"type": "object"
@@ -1099,7 +1099,7 @@
10991099
"properties": {
11001100
"device": {
11011101
"$ref": "DeviceReference",
1102-
"description": "Required. The device to remove the configuration from."
1102+
"description": "Required. The device to remove the configuration from. There are custom validations in RemoveConfigurationRequestValidator"
11031103
}
11041104
},
11051105
"type": "object"
@@ -1110,7 +1110,7 @@
11101110
"properties": {
11111111
"device": {
11121112
"$ref": "DeviceReference",
1113-
"description": "Required. The device to unclaim."
1113+
"description": "Required. The device to unclaim. There are custom validations in UnclaimDeviceRequestValidator."
11141114
}
11151115
},
11161116
"type": "object"

0 commit comments

Comments
 (0)