docs: update generated docs (#1053)
Updates for both discovery docs and epydoc API Documentation
Fixes: #1049
diff --git a/docs/dyn/androiddeviceprovisioning_v1.customers.dpcs.html b/docs/dyn/androiddeviceprovisioning_v1.customers.dpcs.html
index b523271..97cf2b1 100644
--- a/docs/dyn/androiddeviceprovisioning_v1.customers.dpcs.html
+++ b/docs/dyn/androiddeviceprovisioning_v1.customers.dpcs.html
@@ -75,17 +75,23 @@
<h1><a href="androiddeviceprovisioning_v1.html">Android Device Provisioning Partner API</a> . <a href="androiddeviceprovisioning_v1.customers.html">customers</a> . <a href="androiddeviceprovisioning_v1.customers.dpcs.html">dpcs</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
+ <code><a href="#close">close()</a></code></p>
+<p class="firstline">Close httplib2 connections.</p>
+<p class="toc_element">
<code><a href="#list">list(parent, x__xgafv=None)</a></code></p>
-<p class="firstline">Lists the DPCs (device policy controllers) that support zero-touch</p>
+<p class="firstline">Lists the DPCs (device policy controllers) that support zero-touch enrollment.</p>
<h3>Method Details</h3>
<div class="method">
+ <code class="details" id="close">close()</code>
+ <pre>Close httplib2 connections.</pre>
+</div>
+
+<div class="method">
<code class="details" id="list">list(parent, x__xgafv=None)</code>
- <pre>Lists the DPCs (device policy controllers) that support zero-touch
-enrollment.
+ <pre>Lists the DPCs (device policy controllers) that support zero-touch enrollment.
Args:
- parent: string, Required. The customer that can use the DPCs in configurations. An API
-resource name in the format `customers/[CUSTOMER_ID]`. (required)
+ parent: string, Required. The customer that can use the DPCs in configurations. An API resource name in the format `customers/[CUSTOMER_ID]`. (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -95,22 +101,11 @@
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
- # enrollment.
- { # 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
- # API support zero-touch enrollment and are available in Google Play.
- "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`).
- "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.
+ "dpcs": [ # The list of DPCs available to the customer that support zero-touch enrollment.
+ { # 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 API support zero-touch enrollment and are available in Google Play.
+ "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`).
+ "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.
},
],
}</pre>