docs: update generated docs (#1053)
Updates for both discovery docs and epydoc API Documentation
Fixes: #1049
diff --git a/docs/dyn/androidenterprise_v1.managedconfigurationssettings.html b/docs/dyn/androidenterprise_v1.managedconfigurationssettings.html
index 071654f..0f068bd 100644
--- a/docs/dyn/androidenterprise_v1.managedconfigurationssettings.html
+++ b/docs/dyn/androidenterprise_v1.managedconfigurationssettings.html
@@ -75,17 +75,24 @@
<h1><a href="androidenterprise_v1.html">Google Play EMM API</a> . <a href="androidenterprise_v1.managedconfigurationssettings.html">managedconfigurationssettings</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(enterpriseId, productId, x__xgafv=None)</a></code></p>
<p class="firstline">Lists all the managed configurations settings for the specified app.</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(enterpriseId, productId, x__xgafv=None)</code>
<pre>Lists all the managed configurations settings for the specified app.
Args:
enterpriseId: string, The ID of the enterprise. (required)
- productId: string, The ID of the product for which the managed configurations settings applies
-to. (required)
+ productId: string, The ID of the product for which the managed configurations settings applies to. (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -95,16 +102,11 @@
An object of the form:
{
- "managedConfigurationsSettings": [ # A managed configurations settings for an app that may be assigned to a
- # group of users in an enterprise.
- { # A managed configurations settings resource contains the set of
- # managed properties that have been configured for an Android app to be applied
- # to a set of users. The app's developer would have
- # defined configurable properties in the managed configurations schema.
- "lastUpdatedTimestampMillis": "A String", # The last updated time of the managed configuration settings in
- # milliseconds since 1970-01-01T00:00:00Z.
- "mcmId": "A String", # The ID of the managed configurations settings.
+ "managedConfigurationsSettings": [ # A managed configurations settings for an app that may be assigned to a group of users in an enterprise.
+ { # A managed configurations settings resource contains the set of managed properties that have been configured for an Android app to be applied to a set of users. The app's developer would have defined configurable properties in the managed configurations schema.
+ "lastUpdatedTimestampMillis": "A String", # The last updated time of the managed configuration settings in milliseconds since 1970-01-01T00:00:00Z.
"name": "A String", # The name of the managed configurations settings.
+ "mcmId": "A String", # The ID of the managed configurations settings.
},
],
}</pre>