docs: docs update (#911)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/google-api-python-client/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)
Fixes #<issue_number_goes_here> 🦕
diff --git a/docs/dyn/androiddeviceprovisioning_v1.customers.dpcs.html b/docs/dyn/androiddeviceprovisioning_v1.customers.dpcs.html
index 48e6294..eda9560 100644
--- a/docs/dyn/androiddeviceprovisioning_v1.customers.dpcs.html
+++ b/docs/dyn/androiddeviceprovisioning_v1.customers.dpcs.html
@@ -94,20 +94,20 @@
Returns:
An object of the form:
- { # Response message of customer's listing DPCs.
- "dpcs": [ # The list of DPCs available to the customer that support zero-touch
+ { # Response message of customer's listing DPCs.
+ "dpcs": [ # The list of DPCs available to the customer that support zero-touch
# enrollment.
- { # An EMM's DPC ([device policy
+ { # An EMM's DPC ([device policy
# controller](http://developer.android.com/work/dpc/build-dpc.html)).
# Zero-touch enrollment installs a DPC (listed in the `Configuration`) on a
- # device to maintain the customer's mobile policies. All the DPCs listed by the
+ # device to maintain the customer's mobile policies. All the DPCs listed by the
# API support zero-touch enrollment and are available in Google Play.
- "packageName": "A String", # Output only. The DPC's Android application ID that looks like a Java
+ "packageName": "A String", # Output only. The DPC's Android application ID that looks like a Java
# package name. Zero-touch enrollment installs the DPC app onto a device
# using this identifier.
- "dpcName": "A String", # Output only. The title of the DPC app in Google Play. For example, _Google
- # Apps Device Policy_. Useful in an application's user interface.
- "name": "A String", # Output only. The API resource name in the format
+ "dpcName": "A String", # Output only. The title of the DPC app in Google Play. For example, _Google
+ # Apps Device Policy_. Useful in an application's user interface.
+ "name": "A String", # Output only. The API resource name in the format
# `customers/[CUSTOMER_ID]/dpcs/[DPC_ID]`. Assigned by
# the server. To maintain a reference to a DPC across customer accounts,
# persist and match the last path component (`DPC_ID`).