Updated generated docs
diff --git a/docs/dyn/discovery.v1.apis.html b/docs/dyn/discovery.v1.apis.html
index fb4a3ea..5980341 100644
--- a/docs/dyn/discovery.v1.apis.html
+++ b/docs/dyn/discovery.v1.apis.html
@@ -18,7 +18,46 @@
<br>
Args:<br>
api: string, The name of the API. (required)<br>
- version: string, The version of the API. (required)</tt></dd></dl>
+ version: string, The version of the API. (required)<br>
+ <br>
+Returns:<br>
+ An object of the form<br>
+ <br>
+ {<br>
+ "kind": "discovery#restDescription", # The kind for this response.<br>
+ "protocol": "rest", # The protocol described by this document.<br>
+ "features": [ # A list of supported features for this API.<br>
+ "A String",<br>
+ ],<br>
+ "parameters": { # Common parameters that apply across all apis.<br>
+ },<br>
+ "icons": { # Links to 16x16 and 32x32 icons representing the API.<br>
+ "x32": "A String", # The url of the 32x32 icon.<br>
+ "x16": "A String", # The url of the 16x16 icon.<br>
+ },<br>
+ "basePath": "A String", # The base URI path for REST requests.<br>
+ "labels": [ # Labels for the status of this API, such as labs or deprecated.<br>
+ "A String",<br>
+ ],<br>
+ "auth": { # Authentication information.<br>
+ "oauth2": { # OAuth 2.0 authentication information.<br>
+ "scopes": { # Available OAuth 2.0 scopes.<br>
+ },<br>
+ },<br>
+ },<br>
+ "name": "A String", # The name of this API.<br>
+ "methods": { # API-level methods for this API.<br>
+ },<br>
+ "version": "A String", # The version of this API.<br>
+ "schemas": { # The schemas for this API.<br>
+ },<br>
+ "title": "A String", # The title of this API.<br>
+ "documentationLink": "A String", # A link to human readable documentation for the API.<br>
+ "id": "A String", # The id of this API.<br>
+ "resources": { # The resources in this API.<br>
+ },<br>
+ "description": "A String", # The description of this API.<br>
+ }</tt></dd></dl>
<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieve the list of APIs supported at this endpoint.<br>
<br>
@@ -29,7 +68,34 @@
Allowed values<br>
deprecated - APIs that have been deprecated.<br>
graduated - Supported APIs that have graduated from labs.<br>
- labs - APIs that are experimental</tt></dd></dl>
+ labs - APIs that are experimental<br>
+ <br>
+Returns:<br>
+ An object of the form<br>
+ <br>
+ {<br>
+ "items": [ # The individual directory entries. One entry per api/version pair.<br>
+ {<br>
+ "kind": "discovery#directoryItem", # The kind for this response.<br>
+ "description": "A String", # The description of this API.<br>
+ "icons": { # Links to 16x16 and 32x32 icons representing the API.<br>
+ "x32": "A String", # The url of the 32x32 icon.<br>
+ "x16": "A String", # The url of the 16x16 icon.<br>
+ },<br>
+ "labels": [ # Labels for the status of this API, such as labs or deprecated.<br>
+ "A String",<br>
+ ],<br>
+ "preferred": True or False, # True if this version is the preferred version to use.<br>
+ "name": "A String", # The name of the API.<br>
+ "discoveryLink": "A String", # A link to the discovery document.<br>
+ "version": "A String", # The version of the API.<br>
+ "title": "A String", # The title of this API.<br>
+ "id": "A String", # The id of this API.<br>
+ "documentationLink": "A String", # A link to human readable documentation for the API.<br>
+ },<br>
+ ],<br>
+ "kind": "discovery#directoryList", # The kind for this response.<br>
+ }</tt></dd></dl>
<hr>
Data descriptors defined here:<br>