Remove OAuth 1.0 support.
Reviewed in http://codereview.appspot.com/6063052/
diff --git a/docs/dyn/discovery.v1.apis.html b/docs/dyn/discovery.v1.apis.html
index 957ea70..79ed0c3 100644
--- a/docs/dyn/discovery.v1.apis.html
+++ b/docs/dyn/discovery.v1.apis.html
@@ -24,41 +24,44 @@
An object of the form<br>
<br>
{<br>
+ "protocol": "rest", # The protocol described by this document.<br>
+ "methods": { # API-level methods for this API.<br>
+ },<br>
+ "labels": [ # Labels for the status of this API, such as labs or deprecated.<br>
+ "A String",<br>
+ ],<br>
+ "batchPath": "batch", # The path for REST batch requests.<br>
+ "id": "A String", # The id of this API.<br>
"schemas": { # The schemas for this API.<br>
},<br>
- "kind": "discovery#restDescription", # The kind for this response.<br>
- "protocol": "rest", # The protocol described by this document.<br>
- "description": "A String", # The description of this API.<br>
+ "rootUrl": "A String", # The root url under which all API services live.<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 path for REST requests.<br>
- "labels": [ # Labels for the status of this API, such as labs or deprecated.<br>
+ "baseUrl": "A String", # [DEPRECATED] The base URL for REST requests.<br>
+ "version": "A String", # The version of this API.<br>
+ "features": [ # A list of supported features for this API.<br>
"A String",<br>
],<br>
- "baseUrl": "A String", # The base URL for REST requests.<br>
+ "servicePath": "A String", # The base path for all REST requests.<br>
+ "resources": { # The resources in this API.<br>
+ },<br>
+ "revision": "A String", # The version of this API.<br>
+ "description": "A String", # The description of this API.<br>
"auth": { # Authentication information.<br>
"oauth2": { # OAuth 2.0 authentication information.<br>
"scopes": { # Available OAuth 2.0 scopes.<br>
},<br>
},<br>
},<br>
+ "kind": "discovery#restDescription", # The kind for this response.<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>
- "features": [ # A list of supported features for this API.<br>
- "A String",<br>
- ],<br>
+ "basePath": "A String", # [DEPRECATED] The base path for REST requests.<br>
"title": "A String", # The title of this API.<br>
"discoveryVersion": "v1", # Indicate the version of the Discovery API used to generate this doc.<br>
- "revision": "A String", # The version of this API.<br>
- "id": "A String", # The id of this API.<br>
- "resources": { # The resources in this API.<br>
- },<br>
"documentationLink": "A String", # A link to human readable documentation for the API.<br>
}</tt></dd></dl>