docs: update generated docs (#1053)
Updates for both discovery docs and epydoc API Documentation
Fixes: #1049
diff --git a/docs/dyn/androidenterprise_v1.serviceaccountkeys.html b/docs/dyn/androidenterprise_v1.serviceaccountkeys.html
index 79961d0..79c2636 100644
--- a/docs/dyn/androidenterprise_v1.serviceaccountkeys.html
+++ b/docs/dyn/androidenterprise_v1.serviceaccountkeys.html
@@ -75,21 +75,26 @@
<h1><a href="androidenterprise_v1.html">Google Play EMM API</a> . <a href="androidenterprise_v1.serviceaccountkeys.html">serviceaccountkeys</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="#delete">delete(enterpriseId, keyId, x__xgafv=None)</a></code></p>
-<p class="firstline">Removes and invalidates the specified credentials for the service account</p>
+<p class="firstline">Removes and invalidates the specified credentials for the service account associated with this enterprise. The calling service account must have been retrieved by calling Enterprises.GetServiceAccount and must have been set as the enterprise service account by calling Enterprises.SetAccount.</p>
<p class="toc_element">
<code><a href="#insert">insert(enterpriseId, body=None, x__xgafv=None)</a></code></p>
-<p class="firstline">Generates new credentials for the service account associated with this</p>
+<p class="firstline">Generates new credentials for the service account associated with this enterprise. The calling service account must have been retrieved by calling Enterprises.GetServiceAccount and must have been set as the enterprise service account by calling Enterprises.SetAccount. Only the type of the key should be populated in the resource to be inserted.</p>
<p class="toc_element">
<code><a href="#list">list(enterpriseId, x__xgafv=None)</a></code></p>
-<p class="firstline">Lists all active credentials for the service account associated with this</p>
+<p class="firstline">Lists all active credentials for the service account associated with this enterprise. Only the ID and key type are returned. The calling service account must have been retrieved by calling Enterprises.GetServiceAccount and must have been set as the enterprise service account by calling Enterprises.SetAccount.</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="delete">delete(enterpriseId, keyId, x__xgafv=None)</code>
- <pre>Removes and invalidates the specified credentials for the service account
-associated with this enterprise. The calling service account must have been
-retrieved by calling Enterprises.GetServiceAccount and must have been set
-as the enterprise service account by calling Enterprises.SetAccount.
+ <pre>Removes and invalidates the specified credentials for the service account associated with this enterprise. The calling service account must have been retrieved by calling Enterprises.GetServiceAccount and must have been set as the enterprise service account by calling Enterprises.SetAccount.
Args:
enterpriseId: string, The ID of the enterprise. (required)
@@ -103,12 +108,7 @@
<div class="method">
<code class="details" id="insert">insert(enterpriseId, body=None, x__xgafv=None)</code>
- <pre>Generates new credentials for the service account associated with this
-enterprise. The calling service account must have been retrieved by calling
-Enterprises.GetServiceAccount and must have been set as the enterprise
-service account by calling Enterprises.SetAccount. <br><br>
-Only the type of the key should be populated in the resource to be
-inserted.
+ <pre>Generates new credentials for the service account associated with this enterprise. The calling service account must have been retrieved by calling Enterprises.GetServiceAccount and must have been set as the enterprise service account by calling Enterprises.SetAccount. Only the type of the key should be populated in the resource to be inserted.
Args:
enterpriseId: string, The ID of the enterprise. (required)
@@ -116,15 +116,9 @@
The object takes the form of:
{ # Credentials that can be used to authenticate as a service account.
- "data": "A String", # The body of the private key credentials file, in string format. This
- # is only populated when the ServiceAccountKey is created, and is not stored
- # by Google.
- "publicData": "A String", # Public key data for the credentials file. This is an X.509 cert. If you are
- # using the <code>googleCredentials</code> key type, this is identical to the
- # cert that can be retrieved by using the X.509 cert url inside of the
- # credentials file.
- "id": "A String", # An opaque, unique identifier for this ServiceAccountKey.
- # Assigned by the server.
+ "id": "A String", # An opaque, unique identifier for this ServiceAccountKey. Assigned by the server.
+ "publicData": "A String", # Public key data for the credentials file. This is an X.509 cert. If you are using the googleCredentials key type, this is identical to the cert that can be retrieved by using the X.509 cert url inside of the credentials file.
+ "data": "A String", # The body of the private key credentials file, in string format. This is only populated when the ServiceAccountKey is created, and is not stored by Google.
"type": "A String", # The file format of the generated key data.
}
@@ -137,26 +131,16 @@
An object of the form:
{ # Credentials that can be used to authenticate as a service account.
- "data": "A String", # The body of the private key credentials file, in string format. This
- # is only populated when the ServiceAccountKey is created, and is not stored
- # by Google.
- "publicData": "A String", # Public key data for the credentials file. This is an X.509 cert. If you are
- # using the <code>googleCredentials</code> key type, this is identical to the
- # cert that can be retrieved by using the X.509 cert url inside of the
- # credentials file.
- "id": "A String", # An opaque, unique identifier for this ServiceAccountKey.
- # Assigned by the server.
+ "id": "A String", # An opaque, unique identifier for this ServiceAccountKey. Assigned by the server.
+ "publicData": "A String", # Public key data for the credentials file. This is an X.509 cert. If you are using the googleCredentials key type, this is identical to the cert that can be retrieved by using the X.509 cert url inside of the credentials file.
+ "data": "A String", # The body of the private key credentials file, in string format. This is only populated when the ServiceAccountKey is created, and is not stored by Google.
"type": "A String", # The file format of the generated key data.
}</pre>
</div>
<div class="method">
<code class="details" id="list">list(enterpriseId, x__xgafv=None)</code>
- <pre>Lists all active credentials for the service account associated with this
-enterprise. Only the ID and key type are returned. The calling service
-account must have been retrieved by calling Enterprises.GetServiceAccount
-and must have been set as the enterprise service account by calling
-Enterprises.SetAccount.
+ <pre>Lists all active credentials for the service account associated with this enterprise. Only the ID and key type are returned. The calling service account must have been retrieved by calling Enterprises.GetServiceAccount and must have been set as the enterprise service account by calling Enterprises.SetAccount.
Args:
enterpriseId: string, The ID of the enterprise. (required)
@@ -171,15 +155,9 @@
{
"serviceAccountKey": [ # The service account credentials.
{ # Credentials that can be used to authenticate as a service account.
- "data": "A String", # The body of the private key credentials file, in string format. This
- # is only populated when the ServiceAccountKey is created, and is not stored
- # by Google.
- "publicData": "A String", # Public key data for the credentials file. This is an X.509 cert. If you are
- # using the <code>googleCredentials</code> key type, this is identical to the
- # cert that can be retrieved by using the X.509 cert url inside of the
- # credentials file.
- "id": "A String", # An opaque, unique identifier for this ServiceAccountKey.
- # Assigned by the server.
+ "id": "A String", # An opaque, unique identifier for this ServiceAccountKey. Assigned by the server.
+ "publicData": "A String", # Public key data for the credentials file. This is an X.509 cert. If you are using the googleCredentials key type, this is identical to the cert that can be retrieved by using the X.509 cert url inside of the credentials file.
+ "data": "A String", # The body of the private key credentials file, in string format. This is only populated when the ServiceAccountKey is created, and is not stored by Google.
"type": "A String", # The file format of the generated key data.
},
],