docs: update generated docs (#1053)
Updates for both discovery docs and epydoc API Documentation
Fixes: #1049
diff --git a/docs/dyn/androidenterprise_v1.permissions.html b/docs/dyn/androidenterprise_v1.permissions.html
index 8c500ed..e719481 100644
--- a/docs/dyn/androidenterprise_v1.permissions.html
+++ b/docs/dyn/androidenterprise_v1.permissions.html
@@ -75,13 +75,20 @@
<h1><a href="androidenterprise_v1.html">Google Play EMM API</a> . <a href="androidenterprise_v1.permissions.html">permissions</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="#get">get(permissionId, language=None, x__xgafv=None)</a></code></p>
-<p class="firstline">Retrieves details of an Android app permission for display to an enterprise</p>
+<p class="firstline">Retrieves details of an Android app permission for display to an enterprise admin.</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="get">get(permissionId, language=None, x__xgafv=None)</code>
- <pre>Retrieves details of an Android app permission for display to an enterprise
-admin.
+ <pre>Retrieves details of an Android app permission for display to an enterprise admin.
Args:
permissionId: string, The ID of the permission. (required)
@@ -94,19 +101,10 @@
Returns:
An object of the form:
- { # A Permissions resource represents some extra capability, to be granted to an
- # Android app, which requires explicit consent. An enterprise admin must
- # consent to these permissions on behalf of their users before an
- # entitlement for the app can be created.
- #
- # The permissions collection is read-only. The information provided for
- # each permission (localized name and description) is intended to be
- # used in the MDM user interface when obtaining consent from the
- # enterprise.
+ { # A Permissions resource represents some extra capability, to be granted to an Android app, which requires explicit consent. An enterprise admin must consent to these permissions on behalf of their users before an entitlement for the app can be created. The permissions collection is read-only. The information provided for each permission (localized name and description) is intended to be used in the MDM user interface when obtaining consent from the enterprise.
+ "description": "A String", # A longer description of the Permissions resource, giving more details of what it affects.
"permissionId": "A String", # An opaque string uniquely identifying the permission.
"name": "A String", # The name of the permission.
- "description": "A String", # A longer description of the Permissions resource, giving more details of
- # what it affects.
}</pre>
</div>