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
## Deleted keys were detected in the following stable discovery artifacts:
artifactregistry v1 f75d8c1
cloudbuild v1 39e9bd1
cloudidentity v1 557608a
displayvideo v1 97f33d8
gkehub v1 7dbeeb5
privateca v1 6d21610
vmmigration v1 359b15a
## Deleted keys were detected in the following pre-stable discovery artifacts:
cloudbuild v1alpha1 39e9bd1
cloudbuild v1alpha2 39e9bd1
cloudbuild v1beta1 39e9bd1
composer v1beta1 fbea222
gkehub v1alpha 7dbeeb5
vmmigration v1alpha1 359b15a
## Discovery Artifact Change Summary:
feat(admin): update the api 1759d79
feat(apigee): update the api e81ff79
feat(artifactregistry): update the api f75d8c1
feat(authorizedbuyersmarketplace): update the api 58418b7
feat(bigqueryreservation): update the api 20c79b8
feat(chromepolicy): update the api 6b783b3
feat(cloudasset): update the api 5c46930
feat(cloudbuild): update the api 39e9bd1
feat(cloudchannel): update the api 63c9fbc
feat(clouddeploy): update the api 7e7dd34
feat(cloudfunctions): update the api 7e2bd79
feat(cloudidentity): update the api 557608a
feat(cloudsearch): update the api 8f4100e
feat(composer): update the api fbea222
feat(container): update the api 09e5a74
feat(containeranalysis): update the api c15a96e
feat(datacatalog): update the api f1413c2
feat(displayvideo): update the api 97f33d8
feat(documentai): update the api efca9e5
feat(drive): update the api 45b2c47
feat(eventarc): update the api 771a60d
feat(gkehub): update the api 7dbeeb5
feat(iam): update the api b5e3958
feat(logging): update the api 17a57cc
feat(metastore): update the api b9a8d8e
feat(monitoring): update the api afb7ebb
feat(notebooks): update the api 75118d4
feat(playintegrity): update the api eb24d8d
feat(privateca): update the api 6d21610
feat(prod_tt_sasportal): update the api 9a4b433
feat(recommender): update the api 6200c11
feat(retail): update the api 16afc79
feat(sasportal): update the api b8d8b70
feat(securitycenter): update the api 5785b70
feat(storage): update the api c0ee864
feat(storagetransfer): update the api 67fc272
feat(vmmigration): update the api 359b15a
parent: string, Required. The name of the customer who owns this collection of printers. Format: customers/{customer_id} (required)
377
377
filter: string, Search query. Search syntax is shared between this api and Admin Console printers pages.
378
+
orderBy: string, The order to sort results by. Must be one of display_name, description, make_and_model, or create_time. Default order is ascending, but descending order can be returned by appending "desc" to the order_by field. For instance, "description desc" will return the printers sorted by description in descending order.
378
379
orgUnitId: string, Organization Unit that we want to list the printers for. When org_unit is not present in the request then all printers of the customer are returned (or filtered). When org_unit is present in the request then only printers available to this OU will be returned (owned or inherited). You may see if printer is owned or inherited for this OU by looking at Printer.org_unit_id.
379
380
pageSize: integer, The maximum number of objects to return. The service may return fewer than this value.
380
381
pageToken: string, A page token, received from a previous call.
Copy file name to clipboardExpand all lines: docs/dyn/androiddeviceprovisioning_v1.customers.configurations.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ <h3>Method Details</h3>
103
103
<pre>Creates a new configuration. Once created, a customer can apply the configuration to devices.
104
104
105
105
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)
Copy file name to clipboardExpand all lines: docs/dyn/androiddeviceprovisioning_v1.customers.devices.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,7 @@ <h3>Method Details</h3>
107
107
108
108
{ # Request message for customer to assign a configuration to device.
109
109
"configuration": "A String", # Required. The configuration applied to the device in the format `customers/[CUSTOMER_ID]/configurations/[CONFIGURATION_ID]`.
110
-
"device": { # 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'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
+
"device": { # 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'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
111
111
"deviceId": "A String", # The ID of the device.
112
112
"deviceIdentifier": { # 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.
113
113
"imei": "A String", # The device’s IMEI number. Validated on input.
@@ -253,7 +253,7 @@ <h3>Method Details</h3>
253
253
The object takes the form of:
254
254
255
255
{ # Request message for customer to remove the configuration from device.
256
-
"device": { # 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'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
+
"device": { # 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'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
257
257
"deviceId": "A String", # The ID of the device.
258
258
"deviceIdentifier": { # 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.
259
259
"imei": "A String", # The device’s IMEI number. Validated on input.
@@ -287,7 +287,7 @@ <h3>Method Details</h3>
287
287
The object takes the form of:
288
288
289
289
{ # Request message for customer to unclaim a device.
290
-
"device": { # 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'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
+
"device": { # 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'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.
291
291
"deviceId": "A String", # The ID of the device.
292
292
"deviceIdentifier": { # 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.
293
293
"imei": "A String", # The device’s IMEI number. Validated on input.
0 commit comments