Refreshed docs, now with repeated params
diff --git a/docs/apiclient.discovery.html b/docs/apiclient.discovery.html
index f92de50..0f0a75e 100644
--- a/docs/apiclient.discovery.html
+++ b/docs/apiclient.discovery.html
@@ -34,7 +34,7 @@
<font color="#ffffff" face="helvetica, arial"><big><strong>Functions</strong></big></font></td></tr>
<tr><td bgcolor="#eeaa77"><tt> </tt></td><td> </td>
-<td width="100%"><dl><dt><a name="-build"><strong>build</strong></a>(serviceName, version, http<font color="#909090">=None</font>, discoveryServiceUrl<font color="#909090">='https://www.googleapis.com/discovery/v0.3/describe/{api}/{apiVersion}'</font>, developerKey<font color="#909090">=None</font>, model<font color="#909090">=<apiclient.model.JsonModel object></font>, requestBuilder<font color="#909090">=<class 'apiclient.http.HttpRequest'></font>)</dt><dd><tt>Construct a Resource for interacting with an API.<br>
+<td width="100%"><dl><dt><a name="-build"><strong>build</strong></a>(serviceName, version, http<font color="#909090">=None</font>, discoveryServiceUrl<font color="#909090">='https://www.googleapis.com/discovery/v0.3/describe/{api}/{apiVersion}'</font>, developerKey<font color="#909090">=None</font>, model<font color="#909090">=None</font>, requestBuilder<font color="#909090">=<class 'apiclient.http.HttpRequest'></font>)</dt><dd><tt>Construct a Resource for interacting with an API.<br>
<br>
Construct a Resource object for interacting with<br>
an API. The serviceName and version are the<br>
@@ -57,7 +57,7 @@
Returns:<br>
A Resource object with methods for interacting with<br>
the service.</tt></dd></dl>
- <dl><dt><a name="-build_from_document"><strong>build_from_document</strong></a>(service, base, future<font color="#909090">=None</font>, http<font color="#909090">=None</font>, developerKey<font color="#909090">=None</font>, model<font color="#909090">=<apiclient.model.JsonModel object></font>, requestBuilder<font color="#909090">=<class 'apiclient.http.HttpRequest'></font>)</dt><dd><tt>Create a Resource for interacting with an API.<br>
+ <dl><dt><a name="-build_from_document"><strong>build_from_document</strong></a>(service, base, future<font color="#909090">=None</font>, http<font color="#909090">=None</font>, developerKey<font color="#909090">=None</font>, model<font color="#909090">=None</font>, requestBuilder<font color="#909090">=<class 'apiclient.http.HttpRequest'></font>)</dt><dd><tt>Create a Resource for interacting with an API.<br>
<br>
Same as `<a href="#-build">build</a>()`, but constructs the Resource object<br>
from a discovery document that is it given, as opposed to<br>
diff --git a/docs/apiclient.ext.file.html b/docs/apiclient.ext.file.html
index 3a7ae64..f11778f 100644
--- a/docs/apiclient.ext.file.html
+++ b/docs/apiclient.ext.file.html
@@ -20,7 +20,8 @@
<tr><td bgcolor="#aa55cc"><tt> </tt></td><td> </td>
<td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=top><a href="pickle.html">pickle</a><br>
-</td><td width="25%" valign=top></td><td width="25%" valign=top></td><td width="25%" valign=top></td></tr></table></td></tr></table><p>
+</td><td width="25%" valign=top><a href="threading.html">threading</a><br>
+</td><td width="25%" valign=top></td><td width="25%" valign=top></td></tr></table></td></tr></table><p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#ee77aa">
<td colspan=3 valign=bottom> <br>
diff --git a/docs/apiclient.model.html b/docs/apiclient.model.html
index 2a6867c..2439a38 100644
--- a/docs/apiclient.model.html
+++ b/docs/apiclient.model.html
@@ -64,6 +64,11 @@
</dl>
<hr>
Methods defined here:<br>
+<dl><dt><a name="JsonModel-__init__"><strong>__init__</strong></a>(self, data_wrapper)</dt><dd><tt>Construct a <a href="#JsonModel">JsonModel</a><br>
+ <br>
+Args:<br>
+ data_wrapper: boolean, wrap requests and responses in a data wrapper</tt></dd></dl>
+
<dl><dt><a name="JsonModel-request"><strong>request</strong></a>(self, headers, path_params, query_params, body_value)</dt><dd><tt>Updates outgoing requests with JSON bodies.<br>
<br>
Args:<br>
diff --git a/docs/dyn/buzz.v1.activities.html b/docs/dyn/buzz.v1.activities.html
index 9648aa8..b00ffa7 100644
--- a/docs/dyn/buzz.v1.activities.html
+++ b/docs/dyn/buzz.v1.activities.html
@@ -17,64 +17,89 @@
<dl><dt><a name="Resource-count"><strong>count</strong></a> = method(self, **kwargs)</dt><dd><tt>Get a count of link shares<br>
<br>
Args:<br>
- url: URLs for which to get share counts.<br>
- hl: Language code to limit language results.</tt></dd></dl>
+ url: string, URLs for which to get share counts. (repeated)<br>
+ hl: string, Language code to limit language results.</tt></dd></dl>
<dl><dt><a name="Resource-delete"><strong>delete</strong></a> = method(self, **kwargs)</dt><dd><tt>Delete an activity<br>
<br>
Args:<br>
- scope: The collection to which the activity belongs. (required)<br>
- alt: Specifies an alternative representation type.<br>
- postId: ID of the activity to delete. (required)<br>
- userId: ID of the user whose post to delete. (required)<br>
- hl: Language code to limit language results.</tt></dd></dl>
+ userId: string, ID of the user whose post to delete. (required)<br>
+ hl: string, Language code to limit language results.<br>
+ scope: string, The collection to which the activity belongs. (required)<br>
+ Allowed values<br>
+ @liked - Activities liked by the user.<br>
+ @muted - Activities muted by the user.<br>
+ @self - Activities posted by the user.<br>
+ alt: string, Specifies an alternative representation type.<br>
+ Allowed values<br>
+ atom - Use Atom XML format<br>
+ json - Use JSON format<br>
+ postId: string, ID of the activity to delete. (required)</tt></dd></dl>
<dl><dt><a name="Resource-extractPeopleFromSearch"><strong>extractPeopleFromSearch</strong></a> = method(self, **kwargs)</dt><dd><tt>Search for people by topic<br>
<br>
Args:<br>
- c: A continuation token that allows pagination.<br>
- pid: ID of a place to use in a geographic location query.<br>
- lon: Longitude to use in a geographic location query.<br>
- q: Full-text search query string.<br>
- max_results: Maximum number of results to include.<br>
- radius: Radius to use in a geographic location query.<br>
- bbox: Bounding box to use in a geographic location query.<br>
- hl: Language code to limit language results.<br>
- lat: Latitude to use in a geographic location query.<br>
- alt: Specifies an alternative representation type.</tt></dd></dl>
+ c: string, A continuation token that allows pagination.<br>
+ pid: string, ID of a place to use in a geographic location query.<br>
+ lon: string, Longitude to use in a geographic location query.<br>
+ q: string, Full-text search query string.<br>
+ max_results: integer, Maximum number of results to include.<br>
+ radius: string, Radius to use in a geographic location query.<br>
+ bbox: string, Bounding box to use in a geographic location query.<br>
+ hl: string, Language code to limit language results.<br>
+ lat: string, Latitude to use in a geographic location query.<br>
+ alt: string, Specifies an alternative representation type.<br>
+ Allowed values<br>
+ atom - Use Atom XML format<br>
+ json - Use JSON format</tt></dd></dl>
<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Get an activity<br>
<br>
Args:<br>
- postId: ID of the user to get. (required)<br>
- userId: ID of the user whose post to get. (required)<br>
- truncateAtom: Truncate the value of the atom:content element.<br>
- hl: Language code to limit language results.<br>
- alt: Specifies an alternative representation type.<br>
- max_comments: Maximum number of comments to include.<br>
- max_liked: Maximum number of likes to include.</tt></dd></dl>
+ postId: string, ID of the user to get. (required)<br>
+ userId: string, ID of the user whose post to get. (required)<br>
+ truncateAtom: boolean, Truncate the value of the atom:content element.<br>
+ hl: string, Language code to limit language results.<br>
+ alt: string, Specifies an alternative representation type.<br>
+ Allowed values<br>
+ atom - Use Atom XML format<br>
+ json - Use JSON format<br>
+ max_comments: integer, Maximum number of comments to include.<br>
+ max_liked: integer, Maximum number of likes to include.</tt></dd></dl>
<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>Create a new activity<br>
<br>
Args:<br>
- body: The request body.<br>
- alt: Specifies an alternative representation type.<br>
- preview: If true, only preview the action.<br>
- userId: ID of the user being referenced. (required)<br>
- hl: Language code to limit language results.</tt></dd></dl>
+ body: object, The request body.<br>
+ userId: string, ID of the user being referenced. (required)<br>
+ hl: string, Language code to limit language results.<br>
+ alt: string, Specifies an alternative representation type.<br>
+ Allowed values<br>
+ atom - Use Atom XML format<br>
+ json - Use JSON format<br>
+ preview: boolean, If true, only preview the action.</tt></dd></dl>
<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>List activities<br>
<br>
Args:<br>
- c: A continuation token that allows pagination.<br>
- userId: ID of the user being referenced. (required)<br>
- truncateAtom: Truncate the value of the atom:content element.<br>
- max_results: Maximum number of results to include.<br>
- hl: Language code to limit language results.<br>
- scope: The collection of activities to list. (required)<br>
- alt: Specifies an alternative representation type.<br>
- max_comments: Maximum number of comments to include.<br>
- max_liked: Maximum number of likes to include.</tt></dd></dl>
+ c: string, A continuation token that allows pagination.<br>
+ userId: string, ID of the user being referenced. (required)<br>
+ truncateAtom: boolean, Truncate the value of the atom:content element.<br>
+ max_results: integer, Maximum number of results to include.<br>
+ hl: string, Language code to limit language results.<br>
+ scope: string, The collection of activities to list. (required)<br>
+ Allowed values<br>
+ @comments - Limit to activities commented on by the user.<br>
+ @consumption - Limit to activities to be consumed by the user.<br>
+ @liked - Limit to activities liked by the user.<br>
+ @public - Limit to public activities posted by the user.<br>
+ @self - Limit to activities posted by the user.<br>
+ alt: string, Specifies an alternative representation type.<br>
+ Allowed values<br>
+ atom - Use Atom XML format<br>
+ json - Use JSON format<br>
+ max_comments: integer, Maximum number of comments to include.<br>
+ max_liked: integer, Maximum number of likes to include.</tt></dd></dl>
<dl><dt><a name="Resource-list_next"><strong>list_next</strong></a> = methodNext(self, previous)</dt><dd><tt>Takes a single argument, 'body', which is the results<br>
from the last call, and returns the next set of items<br>
@@ -86,17 +111,20 @@
<dl><dt><a name="Resource-search"><strong>search</strong></a> = method(self, **kwargs)</dt><dd><tt>Search for activities<br>
<br>
Args:<br>
- c: A continuation token that allows pagination.<br>
- pid: ID of a place to use in a geographic location query.<br>
- lon: Longitude to use in a geographic location query.<br>
- q: Full-text search query string.<br>
- truncateAtom: Truncate the value of the atom:content element.<br>
- max_results: Maximum number of results to include.<br>
- radius: Radius to use in a geographic location query.<br>
- bbox: Bounding box to use in a geographic location query.<br>
- hl: Language code to limit language results.<br>
- lat: Latitude to use in a geographic location query.<br>
- alt: Specifies an alternative representation type.</tt></dd></dl>
+ c: string, A continuation token that allows pagination.<br>
+ pid: string, ID of a place to use in a geographic location query.<br>
+ lon: string, Longitude to use in a geographic location query.<br>
+ q: string, Full-text search query string.<br>
+ truncateAtom: boolean, Truncate the value of the atom:content element.<br>
+ max_results: integer, Maximum number of results to include.<br>
+ radius: string, Radius to use in a geographic location query.<br>
+ bbox: string, Bounding box to use in a geographic location query.<br>
+ hl: string, Language code to limit language results.<br>
+ lat: string, Latitude to use in a geographic location query.<br>
+ alt: string, Specifies an alternative representation type.<br>
+ Allowed values<br>
+ atom - Use Atom XML format<br>
+ json - Use JSON format</tt></dd></dl>
<dl><dt><a name="Resource-search_next"><strong>search_next</strong></a> = methodNext(self, previous)</dt><dd><tt>Takes a single argument, 'body', which is the results<br>
from the last call, and returns the next set of items<br>
@@ -108,27 +136,38 @@
<dl><dt><a name="Resource-track"><strong>track</strong></a> = method(self, **kwargs)</dt><dd><tt>Get real-time activity tracking information<br>
<br>
Args:<br>
- c: A continuation token that allows pagination.<br>
- pid: ID of a place to use in a geographic location query.<br>
- lon: Longitude to use in a geographic location query.<br>
- q: Full-text search query string.<br>
- max_results: Maximum number of results to include.<br>
- radius: Radius to use in a geographic location query.<br>
- bbox: Bounding box to use in a geographic location query.<br>
- hl: Language code to limit language results.<br>
- lat: Latitude to use in a geographic location query.<br>
- alt: Specifies an alternative representation type.</tt></dd></dl>
+ c: string, A continuation token that allows pagination.<br>
+ pid: string, ID of a place to use in a geographic location query.<br>
+ lon: string, Longitude to use in a geographic location query.<br>
+ q: string, Full-text search query string.<br>
+ max_results: integer, Maximum number of results to include.<br>
+ radius: string, Radius to use in a geographic location query.<br>
+ bbox: string, Bounding box to use in a geographic location query.<br>
+ hl: string, Language code to limit language results.<br>
+ lat: string, Latitude to use in a geographic location query.<br>
+ alt: string, Specifies an alternative representation type.<br>
+ Allowed values<br>
+ atom - Use Atom XML format<br>
+ json - Use JSON format</tt></dd></dl>
<dl><dt><a name="Resource-update"><strong>update</strong></a> = method(self, **kwargs)</dt><dd><tt>Update an activity<br>
<br>
Args:<br>
- body: The request body.<br>
- userId: ID of the user whose post to update. (required)<br>
- abuseType: A parameter<br>
- hl: Language code to limit language results.<br>
- scope: The collection to which the activity belongs. (required)<br>
- alt: Specifies an alternative representation type.<br>
- postId: ID of the activity to update. (required)</tt></dd></dl>
+ body: object, The request body.<br>
+ userId: string, ID of the user whose post to update. (required)<br>
+ abuseType: string, A parameter<br>
+ hl: string, Language code to limit language results.<br>
+ scope: string, The collection to which the activity belongs. (required)<br>
+ Allowed values<br>
+ @abuse - Activities reported by the user.<br>
+ @liked - Activities liked by the user.<br>
+ @muted - Activities muted by the user.<br>
+ @self - Activities posted by the user.<br>
+ alt: string, Specifies an alternative representation type.<br>
+ Allowed values<br>
+ atom - Use Atom XML format<br>
+ json - Use JSON format<br>
+ postId: string, ID of the activity to update. (required)</tt></dd></dl>
<hr>
Data descriptors defined here:<br>
diff --git a/docs/dyn/buzz.v1.comments.html b/docs/dyn/buzz.v1.comments.html
index d965aff..8a017aa 100644
--- a/docs/dyn/buzz.v1.comments.html
+++ b/docs/dyn/buzz.v1.comments.html
@@ -17,52 +17,72 @@
<dl><dt><a name="Resource-delete"><strong>delete</strong></a> = method(self, **kwargs)</dt><dd><tt>Delete a comment<br>
<br>
Args:<br>
- commentId: ID of the comment being referenced. (required)<br>
- alt: Specifies an alternative representation type.<br>
- postId: ID of the activity for which to delete the comment. (required)<br>
- userId: ID of the user being referenced. (required)<br>
- hl: Language code to limit language results.</tt></dd></dl>
+ userId: string, ID of the user being referenced. (required)<br>
+ hl: string, Language code to limit language results.<br>
+ commentId: string, ID of the comment being referenced. (required)<br>
+ alt: string, Specifies an alternative representation type.<br>
+ Allowed values<br>
+ atom - Use Atom XML format<br>
+ json - Use JSON format<br>
+ postId: string, ID of the activity for which to delete the comment. (required)</tt></dd></dl>
<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Get a comment<br>
<br>
Args:<br>
- commentId: ID of the comment being referenced. (required)<br>
- alt: Specifies an alternative representation type.<br>
- postId: ID of the activity for which to get comments. (required)<br>
- userId: ID of the user being referenced. (required)<br>
- hl: Language code to limit language results.</tt></dd></dl>
+ userId: string, ID of the user being referenced. (required)<br>
+ hl: string, Language code to limit language results.<br>
+ commentId: string, ID of the comment being referenced. (required)<br>
+ alt: string, Specifies an alternative representation type.<br>
+ Allowed values<br>
+ atom - Use Atom XML format<br>
+ json - Use JSON format<br>
+ postId: string, ID of the activity for which to get comments. (required)</tt></dd></dl>
<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>Create a comment<br>
<br>
Args:<br>
- body: The request body.<br>
- alt: Specifies an alternative representation type.<br>
- postId: ID of the activity on which to comment. (required)<br>
- userId: ID of the user on whose behalf to comment. (required)<br>
- hl: Language code to limit language results.</tt></dd></dl>
+ body: object, The request body.<br>
+ userId: string, ID of the user on whose behalf to comment. (required)<br>
+ hl: string, Language code to limit language results.<br>
+ alt: string, Specifies an alternative representation type.<br>
+ Allowed values<br>
+ atom - Use Atom XML format<br>
+ json - Use JSON format<br>
+ postId: string, ID of the activity on which to comment. (required)</tt></dd></dl>
<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>List comments<br>
<br>
Args:<br>
- c: A continuation token that allows pagination.<br>
- userId: ID of the user for whose post to get comments. (required)<br>
- max_results: Maximum number of results to include.<br>
- hl: Language code to limit language results.<br>
- scope: The collection to which the activity belongs. (required)<br>
- alt: Specifies an alternative representation type.<br>
- postId: ID of the activity for which to get comments. (required)</tt></dd></dl>
+ c: string, A continuation token that allows pagination.<br>
+ userId: string, ID of the user for whose post to get comments. (required)<br>
+ max_results: integer, Maximum number of results to include.<br>
+ hl: string, Language code to limit language results.<br>
+ scope: string, The collection to which the activity belongs. (required)<br>
+ Allowed values<br>
+ @self - Activities posted by the user.<br>
+ alt: string, Specifies an alternative representation type.<br>
+ Allowed values<br>
+ atom - Use Atom XML format<br>
+ json - Use JSON format<br>
+ postId: string, ID of the activity for which to get comments. (required)</tt></dd></dl>
<dl><dt><a name="Resource-update"><strong>update</strong></a> = method(self, **kwargs)</dt><dd><tt>Update a comment<br>
<br>
Args:<br>
- body: The request body.<br>
- userId: ID of the user being referenced. (required)<br>
- abuseType: A parameter<br>
- hl: Language code to limit language results.<br>
- commentId: ID of the comment being referenced. (required)<br>
- scope: The collection to which the activity belongs. (required)<br>
- alt: Specifies an alternative representation type.<br>
- postId: ID of the activity for which to update the comment. (required)</tt></dd></dl>
+ body: object, The request body.<br>
+ userId: string, ID of the user being referenced. (required)<br>
+ abuseType: string, A parameter<br>
+ hl: string, Language code to limit language results.<br>
+ commentId: string, ID of the comment being referenced. (required)<br>
+ scope: string, The collection to which the activity belongs. (required)<br>
+ Allowed values<br>
+ @abuse - Comments reported by the user.<br>
+ @self - Comments posted by the user.<br>
+ alt: string, Specifies an alternative representation type.<br>
+ Allowed values<br>
+ atom - Use Atom XML format<br>
+ json - Use JSON format<br>
+ postId: string, ID of the activity for which to update the comment. (required)</tt></dd></dl>
<hr>
Data descriptors defined here:<br>
diff --git a/docs/dyn/buzz.v1.groups.html b/docs/dyn/buzz.v1.groups.html
index 8855132..f768c44 100644
--- a/docs/dyn/buzz.v1.groups.html
+++ b/docs/dyn/buzz.v1.groups.html
@@ -17,35 +17,47 @@
<dl><dt><a name="Resource-delete"><strong>delete</strong></a> = method(self, **kwargs)</dt><dd><tt>Delete a group<br>
<br>
Args:<br>
- alt: Specifies an alternative representation type.<br>
- userId: ID of the user being referenced. (required)<br>
- groupId: ID of the group to delete. (required)<br>
- hl: Language code to limit language results.</tt></dd></dl>
+ alt: string, Specifies an alternative representation type.<br>
+ Allowed values<br>
+ atom - Use Atom XML format<br>
+ json - Use JSON format<br>
+ hl: string, Language code to limit language results.<br>
+ userId: string, ID of the user being referenced. (required)<br>
+ groupId: string, ID of the group to delete. (required)</tt></dd></dl>
<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Get a group<br>
<br>
Args:<br>
- alt: Specifies an alternative representation type.<br>
- userId: ID of the user being referenced. (required)<br>
- groupId: ID of the group to get. (required)<br>
- hl: Language code to limit language results.</tt></dd></dl>
+ alt: string, Specifies an alternative representation type.<br>
+ Allowed values<br>
+ atom - Use Atom XML format<br>
+ json - Use JSON format<br>
+ hl: string, Language code to limit language results.<br>
+ userId: string, ID of the user being referenced. (required)<br>
+ groupId: string, ID of the group to get. (required)</tt></dd></dl>
<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>Create a group<br>
<br>
Args:<br>
- body: The request body.<br>
- alt: Specifies an alternative representation type.<br>
- userId: ID of the user being referenced. (required)<br>
- hl: Language code to limit language results.</tt></dd></dl>
+ body: object, The request body.<br>
+ alt: string, Specifies an alternative representation type.<br>
+ Allowed values<br>
+ atom - Use Atom XML format<br>
+ json - Use JSON format<br>
+ userId: string, ID of the user being referenced. (required)<br>
+ hl: string, Language code to limit language results.</tt></dd></dl>
<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Get a user's groups<br>
<br>
Args:<br>
- c: A continuation token that allows pagination.<br>
- max_results: Maximum number of results to include.<br>
- userId: ID of the user being referenced. (required)<br>
- alt: Specifies an alternative representation type.<br>
- hl: Language code to limit language results.</tt></dd></dl>
+ c: string, A continuation token that allows pagination.<br>
+ userId: string, ID of the user being referenced. (required)<br>
+ max_results: integer, Maximum number of results to include.<br>
+ hl: string, Language code to limit language results.<br>
+ alt: string, Specifies an alternative representation type.<br>
+ Allowed values<br>
+ atom - Use Atom XML format<br>
+ json - Use JSON format</tt></dd></dl>
<dl><dt><a name="Resource-list_next"><strong>list_next</strong></a> = methodNext(self, previous)</dt><dd><tt>Takes a single argument, 'body', which is the results<br>
from the last call, and returns the next set of items<br>
@@ -57,11 +69,14 @@
<dl><dt><a name="Resource-update"><strong>update</strong></a> = method(self, **kwargs)</dt><dd><tt>Update a group<br>
<br>
Args:<br>
- body: The request body.<br>
- alt: Specifies an alternative representation type.<br>
- userId: ID of the user being referenced. (required)<br>
- groupId: ID of the group to update. (required)<br>
- hl: Language code to limit language results.</tt></dd></dl>
+ body: object, The request body.<br>
+ userId: string, ID of the user being referenced. (required)<br>
+ hl: string, Language code to limit language results.<br>
+ alt: string, Specifies an alternative representation type.<br>
+ Allowed values<br>
+ atom - Use Atom XML format<br>
+ json - Use JSON format<br>
+ groupId: string, ID of the group to update. (required)</tt></dd></dl>
<hr>
Data descriptors defined here:<br>
diff --git a/docs/dyn/buzz.v1.people.html b/docs/dyn/buzz.v1.people.html
index d9712ca..1c4a424 100644
--- a/docs/dyn/buzz.v1.people.html
+++ b/docs/dyn/buzz.v1.people.html
@@ -17,30 +17,41 @@
<dl><dt><a name="Resource-delete"><strong>delete</strong></a> = method(self, **kwargs)</dt><dd><tt>Remove a person from a group<br>
<br>
Args:<br>
- personId: ID of the person to remove from the group. (required)<br>
- alt: Specifies an alternative representation type.<br>
- userId: ID of the owner of the group. (required)<br>
- groupId: ID of the group from which to remove the person. (required)<br>
- hl: Language code to limit language results.</tt></dd></dl>
+ personId: string, ID of the person to remove from the group. (required)<br>
+ userId: string, ID of the owner of the group. (required)<br>
+ hl: string, Language code to limit language results.<br>
+ alt: string, Specifies an alternative representation type.<br>
+ Allowed values<br>
+ atom - Use Atom XML format<br>
+ json - Use JSON format<br>
+ groupId: string, ID of the group from which to remove the person. (required)</tt></dd></dl>
<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Get a user profile<br>
<br>
Args:<br>
- alt: Specifies an alternative representation type.<br>
- userId: ID of the user being referenced. (required)<br>
- hl: Language code to limit language results.</tt></dd></dl>
+ alt: string, Specifies an alternative representation type.<br>
+ Allowed values<br>
+ atom - Use Atom XML format<br>
+ json - Use JSON format<br>
+ userId: string, ID of the user being referenced. (required)<br>
+ hl: string, Language code to limit language results.</tt></dd></dl>
<dl><dt><a name="Resource-liked"><strong>liked</strong></a> = method(self, **kwargs)</dt><dd><tt>Get people who liked an activity<br>
<br>
Args:<br>
- c: A continuation token that allows pagination.<br>
- userId: ID of the user being referenced. (required)<br>
- max_results: Maximum number of results to include.<br>
- hl: Language code to limit language results.<br>
- scope: A parameter (required)<br>
- alt: Specifies an alternative representation type.<br>
- postId: ID of the activity that was liked. (required)<br>
- groupId: A parameter (required)</tt></dd></dl>
+ c: string, A continuation token that allows pagination.<br>
+ userId: string, ID of the user being referenced. (required)<br>
+ max_results: integer, Maximum number of results to include.<br>
+ hl: string, Language code to limit language results.<br>
+ scope: string, A parameter (required)<br>
+ alt: string, Specifies an alternative representation type.<br>
+ Allowed values<br>
+ atom - Use Atom XML format<br>
+ json - Use JSON format<br>
+ postId: string, ID of the activity that was liked. (required)<br>
+ groupId: string, A parameter (required)<br>
+ Allowed values<br>
+ @liked - People who liked this activity.</tt></dd></dl>
<dl><dt><a name="Resource-liked_next"><strong>liked_next</strong></a> = methodNext(self, previous)</dt><dd><tt>Takes a single argument, 'body', which is the results<br>
from the last call, and returns the next set of items<br>
@@ -52,43 +63,57 @@
<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Get people in a group<br>
<br>
Args:<br>
- c: A continuation token that allows pagination.<br>
- userId: ID of the user being referenced. (required)<br>
- max_results: Maximum number of results to include.<br>
- hl: Language code to limit language results.<br>
- alt: Specifies an alternative representation type.<br>
- groupId: ID of the group for which to list users. (required)</tt></dd></dl>
+ c: string, A continuation token that allows pagination.<br>
+ userId: string, ID of the user being referenced. (required)<br>
+ max_results: integer, Maximum number of results to include.<br>
+ hl: string, Language code to limit language results.<br>
+ alt: string, Specifies an alternative representation type.<br>
+ Allowed values<br>
+ atom - Use Atom XML format<br>
+ json - Use JSON format<br>
+ groupId: string, ID of the group for which to list users. (required)</tt></dd></dl>
<dl><dt><a name="Resource-reshared"><strong>reshared</strong></a> = method(self, **kwargs)</dt><dd><tt>Get people who reshared an activity<br>
<br>
Args:<br>
- c: A continuation token that allows pagination.<br>
- userId: ID of the user being referenced. (required)<br>
- max_results: Maximum number of results to include.<br>
- hl: Language code to limit language results.<br>
- scope: A parameter (required)<br>
- alt: Specifies an alternative representation type.<br>
- postId: ID of the activity that was reshared. (required)<br>
- groupId: A parameter (required)</tt></dd></dl>
+ c: string, A continuation token that allows pagination.<br>
+ userId: string, ID of the user being referenced. (required)<br>
+ max_results: integer, Maximum number of results to include.<br>
+ hl: string, Language code to limit language results.<br>
+ scope: string, A parameter (required)<br>
+ alt: string, Specifies an alternative representation type.<br>
+ Allowed values<br>
+ atom - Use Atom XML format<br>
+ json - Use JSON format<br>
+ postId: string, ID of the activity that was reshared. (required)<br>
+ groupId: string, A parameter (required)<br>
+ Allowed values<br>
+ @reshared - People who reshared this activity.</tt></dd></dl>
<dl><dt><a name="Resource-search"><strong>search</strong></a> = method(self, **kwargs)</dt><dd><tt>Search for people<br>
<br>
Args:<br>
- q: Full-text search query string.<br>
- c: A continuation token that allows pagination.<br>
- max_results: Maximum number of results to include.<br>
- alt: Specifies an alternative representation type.<br>
- hl: Language code to limit language results.</tt></dd></dl>
+ c: string, A continuation token that allows pagination.<br>
+ q: string, Full-text search query string.<br>
+ max_results: integer, Maximum number of results to include.<br>
+ hl: string, Language code to limit language results.<br>
+ alt: string, Specifies an alternative representation type.<br>
+ Allowed values<br>
+ atom - Use Atom XML format<br>
+ json - Use JSON format</tt></dd></dl>
<dl><dt><a name="Resource-update"><strong>update</strong></a> = method(self, **kwargs)</dt><dd><tt>Add a person to a group<br>
<br>
Args:<br>
- body: The request body.<br>
- personId: ID of the person to add to the group. (required)<br>
- userId: ID of the owner of the group. (required)<br>
- hl: Language code to limit language results.<br>
- alt: Specifies an alternative representation type.<br>
- groupId: ID of the group to which to add the person. (required)</tt></dd></dl>
+ body: object, The request body.<br>
+ personId: string, ID of the person to add to the group. (required)<br>
+ userId: string, ID of the owner of the group. (required)<br>
+ hl: string, Language code to limit language results.<br>
+ alt: string, Specifies an alternative representation type.<br>
+ Allowed values<br>
+ atom - Use Atom XML format<br>
+ json - Use JSON format<br>
+ groupId: string, ID of the group to which to add the person. (required)</tt></dd></dl>
<hr>
Data descriptors defined here:<br>
diff --git a/docs/dyn/buzz.v1.photoAlbums.html b/docs/dyn/buzz.v1.photoAlbums.html
index a3e21a0..ee5470d 100644
--- a/docs/dyn/buzz.v1.photoAlbums.html
+++ b/docs/dyn/buzz.v1.photoAlbums.html
@@ -17,36 +17,50 @@
<dl><dt><a name="Resource-delete"><strong>delete</strong></a> = method(self, **kwargs)</dt><dd><tt>Delete a photo album<br>
<br>
Args:<br>
- albumId: ID of the album to delete. (required)<br>
- alt: Specifies an alternative representation type.<br>
- userId: ID of the user being referenced. (required)<br>
- hl: Language code to limit language results.</tt></dd></dl>
+ albumId: string, ID of the album to delete. (required)<br>
+ alt: string, Specifies an alternative representation type.<br>
+ Allowed values<br>
+ atom - Use Atom XML format<br>
+ json - Use JSON format<br>
+ userId: string, ID of the user being referenced. (required)<br>
+ hl: string, Language code to limit language results.</tt></dd></dl>
<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Get a photo album<br>
<br>
Args:<br>
- albumId: ID of the album to get. (required)<br>
- alt: Specifies an alternative representation type.<br>
- userId: ID of the user being referenced. (required)<br>
- hl: Language code to limit language results.</tt></dd></dl>
+ albumId: string, ID of the album to get. (required)<br>
+ alt: string, Specifies an alternative representation type.<br>
+ Allowed values<br>
+ atom - Use Atom XML format<br>
+ json - Use JSON format<br>
+ userId: string, ID of the user being referenced. (required)<br>
+ hl: string, Language code to limit language results.</tt></dd></dl>
<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>Create a photo album<br>
<br>
Args:<br>
- body: The request body.<br>
- alt: Specifies an alternative representation type.<br>
- userId: ID of the user being referenced. (required)<br>
- hl: Language code to limit language results.</tt></dd></dl>
+ body: object, The request body.<br>
+ alt: string, Specifies an alternative representation type.<br>
+ Allowed values<br>
+ atom - Use Atom XML format<br>
+ json - Use JSON format<br>
+ userId: string, ID of the user being referenced. (required)<br>
+ hl: string, Language code to limit language results.</tt></dd></dl>
<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>List a user's photo albums<br>
<br>
Args:<br>
- c: A continuation token that allows pagination.<br>
- userId: ID of the user being referenced. (required)<br>
- max_results: Maximum number of results to include.<br>
- hl: Language code to limit language results.<br>
- scope: The collection of albums to list. (required)<br>
- alt: Specifies an alternative representation type.</tt></dd></dl>
+ c: string, A continuation token that allows pagination.<br>
+ userId: string, ID of the user being referenced. (required)<br>
+ max_results: integer, Maximum number of results to include.<br>
+ hl: string, Language code to limit language results.<br>
+ scope: string, The collection of albums to list. (required)<br>
+ Allowed values<br>
+ @self - Albums posted by the user.<br>
+ alt: string, Specifies an alternative representation type.<br>
+ Allowed values<br>
+ atom - Use Atom XML format<br>
+ json - Use JSON format</tt></dd></dl>
<hr>
Data descriptors defined here:<br>
diff --git a/docs/dyn/buzz.v1.photos.html b/docs/dyn/buzz.v1.photos.html
index 7f5d0ab..473700a 100644
--- a/docs/dyn/buzz.v1.photos.html
+++ b/docs/dyn/buzz.v1.photos.html
@@ -17,58 +17,78 @@
<dl><dt><a name="Resource-delete"><strong>delete</strong></a> = method(self, **kwargs)</dt><dd><tt>Delete a photo<br>
<br>
Args:<br>
- albumId: ID of the album to which to photo belongs. (required)<br>
- alt: Specifies an alternative representation type.<br>
- photoId: ID of the photo to delete. (required)<br>
- hl: Language code to limit language results.<br>
- userId: ID of the user being referenced. (required)</tt></dd></dl>
+ photoId: string, ID of the photo to delete. (required)<br>
+ userId: string, ID of the user being referenced. (required)<br>
+ albumId: string, ID of the album to which to photo belongs. (required)<br>
+ hl: string, Language code to limit language results.<br>
+ alt: string, Specifies an alternative representation type.<br>
+ Allowed values<br>
+ atom - Use Atom XML format<br>
+ json - Use JSON format</tt></dd></dl>
<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Get photo metadata<br>
<br>
Args:<br>
- albumId: ID of the photo for which to get metadata. (required)<br>
- alt: Specifies an alternative representation type.<br>
- photoId: ID of the album containing the photo. (required)<br>
- hl: Language code to limit language results.<br>
- userId: ID of the user being referenced. (required)</tt></dd></dl>
+ photoId: string, ID of the album containing the photo. (required)<br>
+ userId: string, ID of the user being referenced. (required)<br>
+ albumId: string, ID of the photo for which to get metadata. (required)<br>
+ hl: string, Language code to limit language results.<br>
+ alt: string, Specifies an alternative representation type.<br>
+ Allowed values<br>
+ atom - Use Atom XML format<br>
+ json - Use JSON format</tt></dd></dl>
<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>Upload a photo to an album<br>
<br>
Args:<br>
- body: The request body.<br>
- albumId: ID of the album to which to upload. (required)<br>
- alt: Specifies an alternative representation type.<br>
- userId: ID of the user being referenced. (required)<br>
- hl: Language code to limit language results.</tt></dd></dl>
+ body: object, The request body.<br>
+ userId: string, ID of the user being referenced. (required)<br>
+ albumId: string, ID of the album to which to upload. (required)<br>
+ hl: string, Language code to limit language results.<br>
+ alt: string, Specifies an alternative representation type.<br>
+ Allowed values<br>
+ atom - Use Atom XML format<br>
+ json - Use JSON format</tt></dd></dl>
<dl><dt><a name="Resource-insert2"><strong>insert2</strong></a> = method(self, **kwargs)</dt><dd><tt>Upload a photo to an album<br>
<br>
Args:<br>
- body: The request body.<br>
- albumId: ID of the album to which to upload. (required)<br>
- alt: Specifies an alternative representation type.<br>
- userId: ID of the user being referenced. (required)<br>
- hl: Language code to limit language results.</tt></dd></dl>
+ body: object, The request body.<br>
+ userId: string, ID of the user being referenced. (required)<br>
+ albumId: string, ID of the album to which to upload. (required)<br>
+ hl: string, Language code to limit language results.<br>
+ alt: string, Specifies an alternative representation type.<br>
+ Allowed values<br>
+ atom - Use Atom XML format<br>
+ json - Use JSON format</tt></dd></dl>
<dl><dt><a name="Resource-listByAlbum"><strong>listByAlbum</strong></a> = method(self, **kwargs)</dt><dd><tt>List photos in an album<br>
<br>
Args:<br>
- c: A continuation token that allows pagination.<br>
- userId: ID of the user being referenced. (required)<br>
- albumId: ID of the album for which to list photos. (required)<br>
- max_results: Maximum number of results to include.<br>
- hl: Language code to limit language results.<br>
- alt: Specifies an alternative representation type.</tt></dd></dl>
+ c: string, A continuation token that allows pagination.<br>
+ userId: string, ID of the user being referenced. (required)<br>
+ albumId: string, ID of the album for which to list photos. (required)<br>
+ max_results: integer, Maximum number of results to include.<br>
+ hl: string, Language code to limit language results.<br>
+ alt: string, Specifies an alternative representation type.<br>
+ Allowed values<br>
+ atom - Use Atom XML format<br>
+ json - Use JSON format</tt></dd></dl>
<dl><dt><a name="Resource-listByScope"><strong>listByScope</strong></a> = method(self, **kwargs)</dt><dd><tt>Get a user's photos<br>
<br>
Args:<br>
- c: A continuation token that allows pagination.<br>
- userId: ID of the user being referenced. (required)<br>
- max_results: Maximum number of results to include.<br>
- hl: Language code to limit language results.<br>
- scope: The collection of photos to list. (required)<br>
- alt: Specifies an alternative representation type.</tt></dd></dl>
+ c: string, A continuation token that allows pagination.<br>
+ userId: string, ID of the user being referenced. (required)<br>
+ max_results: integer, Maximum number of results to include.<br>
+ hl: string, Language code to limit language results.<br>
+ scope: string, The collection of photos to list. (required)<br>
+ Allowed values<br>
+ @recent - Recent photos uploaded by the user.<br>
+ alt: string, Specifies an alternative representation type.<br>
+ Allowed values<br>
+ atom - Use Atom XML format<br>
+ json - Use JSON format</tt></dd></dl>
<hr>
Data descriptors defined here:<br>
diff --git a/docs/dyn/buzz.v1.related.html b/docs/dyn/buzz.v1.related.html
index 4181a4a..258682a 100644
--- a/docs/dyn/buzz.v1.related.html
+++ b/docs/dyn/buzz.v1.related.html
@@ -17,11 +17,16 @@
<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Get related links for an activity<br>
<br>
Args:<br>
- scope: The collection to which the activity belongs. (required)<br>
- alt: Specifies an alternative representation type.<br>
- postId: ID of the activity to which to get related links. (required)<br>
- userId: ID of the user being referenced. (required)<br>
- hl: Language code to limit language results.</tt></dd></dl>
+ userId: string, ID of the user being referenced. (required)<br>
+ hl: string, Language code to limit language results.<br>
+ scope: string, The collection to which the activity belongs. (required)<br>
+ Allowed values<br>
+ @self - Activities posted by the user.<br>
+ alt: string, Specifies an alternative representation type.<br>
+ Allowed values<br>
+ atom - Use Atom XML format<br>
+ json - Use JSON format<br>
+ postId: string, ID of the activity to which to get related links. (required)</tt></dd></dl>
<hr>
Data descriptors defined here:<br>
diff --git a/docs/dyn/customsearch.v1.cse.html b/docs/dyn/customsearch.v1.cse.html
index 82b117a..6d4b718 100644
--- a/docs/dyn/customsearch.v1.cse.html
+++ b/docs/dyn/customsearch.v1.cse.html
@@ -14,17 +14,17 @@
<td width="100%">Methods defined here:<br>
<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>A description of how to use this function<br>
+<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Returns metadata about the search performed, metadata about the custom search engine used for the search, and the search results.<br>
<br>
Args:<br>
- sort: The sort expression to apply to the results<br>
- num: Number of search results to return<br>
- safe: Search safety level<br>
- q: Query (required)<br>
- start: The index of the first result to return<br>
- cx: The custom search engine ID to scope this search query<br>
- lr: The language restriction for the search results<br>
- cref: The URL of a linked custom search engine</tt></dd></dl>
+ sort: string, The sort expression to apply to the results<br>
+ num: string, Number of search results to return<br>
+ safe: string, Search safety level<br>
+ q: string, Query (required)<br>
+ start: string, The index of the first result to return<br>
+ cx: string, The custom search engine ID to scope this search query<br>
+ lr: string, The language restriction for the search results<br>
+ cref: string, The URL of a linked custom search engine</tt></dd></dl>
<hr>
Data descriptors defined here:<br>
diff --git a/docs/dyn/diacritize.v1.diacritize.corpus.html b/docs/dyn/diacritize.v1.diacritize.corpus.html
index 695930b..be7ff78 100644
--- a/docs/dyn/diacritize.v1.diacritize.corpus.html
+++ b/docs/dyn/diacritize.v1.diacritize.corpus.html
@@ -14,12 +14,12 @@
<td width="100%">Methods defined here:<br>
<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>A description of how to use this function<br>
+<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Adds diacritical marks to the given message.<br>
<br>
Args:<br>
- lang: Language of the message (required)<br>
- message: Message to be diacritized (required)<br>
- last_letter: Flag to indicate whether the last letter in a word should be diacritized or not (required)</tt></dd></dl>
+ lang: string, Language of the message (required)<br>
+ message: string, Message to be diacritized (required)<br>
+ last_letter: boolean, Flag to indicate whether the last letter in a word should be diacritized or not (required)</tt></dd></dl>
<hr>
Data descriptors defined here:<br>
diff --git a/docs/dyn/latitude.v1.currentLocation.html b/docs/dyn/latitude.v1.currentLocation.html
index bdb7a1e..97ac559 100644
--- a/docs/dyn/latitude.v1.currentLocation.html
+++ b/docs/dyn/latitude.v1.currentLocation.html
@@ -14,17 +14,19 @@
<td width="100%">Methods defined here:<br>
<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-<dl><dt><a name="Resource-delete"><strong>delete</strong></a> = method(self, **kwargs)</dt><dd><tt>Deletes the authenticated user's current location.</tt></dd></dl>
+<dl><dt><a name="Resource-delete"><strong>delete</strong></a> = method(self, **kwargs)</dt><dd><tt>Deletes the authenticated user's current location.<br>
+ <br>
+Args:</tt></dd></dl>
<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Returns the authenticated user's current location.<br>
<br>
Args:<br>
- granularity: Granularity of the requested location.</tt></dd></dl>
+ granularity: string, Granularity of the requested location.</tt></dd></dl>
<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>Updates or creates the user's current location.<br>
<br>
Args:<br>
- body: The request body.</tt></dd></dl>
+ body: object, The request body.</tt></dd></dl>
<hr>
Data descriptors defined here:<br>
diff --git a/docs/dyn/latitude.v1.location.html b/docs/dyn/latitude.v1.location.html
index 3bb76dc..d9f98f3 100644
--- a/docs/dyn/latitude.v1.location.html
+++ b/docs/dyn/latitude.v1.location.html
@@ -17,26 +17,26 @@
<dl><dt><a name="Resource-delete"><strong>delete</strong></a> = method(self, **kwargs)</dt><dd><tt>Deletes a location from the user's location history.<br>
<br>
Args:<br>
- locationId: Timestamp of the location to delete (ms since epoch). (required)</tt></dd></dl>
+ locationId: string, Timestamp of the location to delete (ms since epoch). (required)</tt></dd></dl>
<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Reads a location from the user's location history.<br>
<br>
Args:<br>
- locationId: Timestamp of the location to read (ms since epoch). (required)<br>
- granularity: Granularity of the location to return.</tt></dd></dl>
+ locationId: string, Timestamp of the location to read (ms since epoch). (required)<br>
+ granularity: string, Granularity of the location to return.</tt></dd></dl>
<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>Inserts or updates a location in the user's location history.<br>
<br>
Args:<br>
- body: The request body.</tt></dd></dl>
+ body: object, The request body.</tt></dd></dl>
<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Lists the user's location history.<br>
<br>
Args:<br>
- min_time: Minimum timestamp of locations to return (ms since epoch).<br>
- max_results: Maximum number of locations to return.<br>
- max_time: Maximum timestamp of locations to return (ms since epoch).<br>
- granularity: Granularity of the requested locations.</tt></dd></dl>
+ min_time: string, Minimum timestamp of locations to return (ms since epoch).<br>
+ max_results: string, Maximum number of locations to return.<br>
+ max_time: string, Maximum timestamp of locations to return (ms since epoch).<br>
+ granularity: string, Granularity of the requested locations.</tt></dd></dl>
<hr>
Data descriptors defined here:<br>
diff --git a/docs/dyn/moderator.v1.featured.series.html b/docs/dyn/moderator.v1.featured.series.html
index 7b19e84..dcdb802 100644
--- a/docs/dyn/moderator.v1.featured.series.html
+++ b/docs/dyn/moderator.v1.featured.series.html
@@ -14,7 +14,9 @@
<td width="100%">Methods defined here:<br>
<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>A description of how to use this function</tt></dd></dl>
+<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>A description of how to use this function<br>
+ <br>
+Args:</tt></dd></dl>
<hr>
Data descriptors defined here:<br>
diff --git a/docs/dyn/moderator.v1.global.series.html b/docs/dyn/moderator.v1.global.series.html
index 61d2568..eaa7fae 100644
--- a/docs/dyn/moderator.v1.global.series.html
+++ b/docs/dyn/moderator.v1.global.series.html
@@ -17,9 +17,9 @@
<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>A description of how to use this function<br>
<br>
Args:<br>
- q: Search query.<br>
- max_results: Maximum number of results to return.<br>
- start_index: Index of the first result to be retrieved.</tt></dd></dl>
+ q: string, Search query.<br>
+ max_results: integer, Maximum number of results to return.<br>
+ start_index: integer, Index of the first result to be retrieved.</tt></dd></dl>
<hr>
Data descriptors defined here:<br>
diff --git a/docs/dyn/moderator.v1.my.series.html b/docs/dyn/moderator.v1.my.series.html
index 7b19e84..dcdb802 100644
--- a/docs/dyn/moderator.v1.my.series.html
+++ b/docs/dyn/moderator.v1.my.series.html
@@ -14,7 +14,9 @@
<td width="100%">Methods defined here:<br>
<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>A description of how to use this function</tt></dd></dl>
+<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>A description of how to use this function<br>
+ <br>
+Args:</tt></dd></dl>
<hr>
Data descriptors defined here:<br>
diff --git a/docs/dyn/moderator.v1.myrecent.series.html b/docs/dyn/moderator.v1.myrecent.series.html
index 7b19e84..dcdb802 100644
--- a/docs/dyn/moderator.v1.myrecent.series.html
+++ b/docs/dyn/moderator.v1.myrecent.series.html
@@ -14,7 +14,9 @@
<td width="100%">Methods defined here:<br>
<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>A description of how to use this function</tt></dd></dl>
+<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>A description of how to use this function<br>
+ <br>
+Args:</tt></dd></dl>
<hr>
Data descriptors defined here:<br>
diff --git a/docs/dyn/moderator.v1.profiles.html b/docs/dyn/moderator.v1.profiles.html
index 07bdf17..a497cb6 100644
--- a/docs/dyn/moderator.v1.profiles.html
+++ b/docs/dyn/moderator.v1.profiles.html
@@ -14,12 +14,14 @@
<td width="100%">Methods defined here:<br>
<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>A description of how to use this function</tt></dd></dl>
+<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>A description of how to use this function<br>
+ <br>
+Args:</tt></dd></dl>
<dl><dt><a name="Resource-update"><strong>update</strong></a> = method(self, **kwargs)</dt><dd><tt>A description of how to use this function<br>
<br>
Args:<br>
- body: The request body.</tt></dd></dl>
+ body: object, The request body.</tt></dd></dl>
<hr>
Data descriptors defined here:<br>
diff --git a/docs/dyn/moderator.v1.responses.html b/docs/dyn/moderator.v1.responses.html
index 1811b8e..25eb8f7 100644
--- a/docs/dyn/moderator.v1.responses.html
+++ b/docs/dyn/moderator.v1.responses.html
@@ -17,23 +17,23 @@
<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>A description of how to use this function<br>
<br>
Args:<br>
- seriesId: The decimal ID of the Series. (required)<br>
- parentSubmissionId: The decimal ID of the parent Submission within the Series. (required)<br>
- body: The request body.<br>
- anonymous: Set to true to mark the new submission as anonymous.<br>
- topicId: The decimal ID of the Topic within the Series. (required)</tt></dd></dl>
+ seriesId: integer, The decimal ID of the Series. (required)<br>
+ body: object, The request body.<br>
+ topicId: integer, The decimal ID of the Topic within the Series. (required)<br>
+ parentSubmissionId: integer, The decimal ID of the parent Submission within the Series. (required)<br>
+ anonymous: boolean, Set to true to mark the new submission as anonymous.</tt></dd></dl>
<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>A description of how to use this function<br>
<br>
Args:<br>
- sort: Sort order.<br>
- seriesId: The decimal ID of the Series. (required)<br>
- author: Restricts the results to submissions by a specific author.<br>
- submissionId: The decimal ID of the Submission within the Series. (required)<br>
- q: Search query.<br>
- max_results: Maximum number of results to return.<br>
- hasAttachedVideo: Specifies whether to restrict to submissions that have videos attached.<br>
- start_index: Index of the first result to be retrieved.</tt></dd></dl>
+ sort: string, Sort order.<br>
+ seriesId: integer, The decimal ID of the Series. (required)<br>
+ author: string, Restricts the results to submissions by a specific author.<br>
+ submissionId: integer, The decimal ID of the Submission within the Series. (required)<br>
+ q: string, Search query.<br>
+ max_results: integer, Maximum number of results to return.<br>
+ hasAttachedVideo: boolean, Specifies whether to restrict to submissions that have videos attached.<br>
+ start_index: integer, Index of the first result to be retrieved.</tt></dd></dl>
<hr>
Data descriptors defined here:<br>
diff --git a/docs/dyn/moderator.v1.series.html b/docs/dyn/moderator.v1.series.html
index 16cea12..d216362 100644
--- a/docs/dyn/moderator.v1.series.html
+++ b/docs/dyn/moderator.v1.series.html
@@ -17,19 +17,19 @@
<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>A description of how to use this function<br>
<br>
Args:<br>
- seriesId: The decimal ID of the Series. (required)</tt></dd></dl>
+ seriesId: integer, The decimal ID of the Series. (required)</tt></dd></dl>
<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>A description of how to use this function<br>
<br>
Args:<br>
- body: The request body.</tt></dd></dl>
+ body: object, The request body.</tt></dd></dl>
<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>A description of how to use this function<br>
<br>
Args:<br>
- q: Search query.<br>
- max_results: Maximum number of results to return.<br>
- start_index: Index of the first result to be retrieved.</tt></dd></dl>
+ q: string, Search query.<br>
+ max_results: integer, Maximum number of results to return.<br>
+ start_index: integer, Index of the first result to be retrieved.</tt></dd></dl>
<dl><dt><a name="Resource-responses"><strong><a href="moderator.v1.series.responses.html">responses</a></strong></a> = methodResource(self)</dt><dd><tt>A collection resource.</tt></dd></dl>
@@ -38,8 +38,8 @@
<dl><dt><a name="Resource-update"><strong>update</strong></a> = method(self, **kwargs)</dt><dd><tt>A description of how to use this function<br>
<br>
Args:<br>
- seriesId: The decimal ID of the Series. (required)<br>
- body: The request body.</tt></dd></dl>
+ seriesId: integer, The decimal ID of the Series. (required)<br>
+ body: object, The request body.</tt></dd></dl>
<hr>
Data descriptors defined here:<br>
diff --git a/docs/dyn/moderator.v1.series.responses.html b/docs/dyn/moderator.v1.series.responses.html
index e74caa6..28eae93 100644
--- a/docs/dyn/moderator.v1.series.responses.html
+++ b/docs/dyn/moderator.v1.series.responses.html
@@ -17,13 +17,13 @@
<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>A description of how to use this function<br>
<br>
Args:<br>
- sort: Sort order.<br>
- seriesId: The decimal ID of the Series. (required)<br>
- author: Restricts the results to submissions by a specific author.<br>
- q: Search query.<br>
- max_results: Maximum number of results to return.<br>
- hasAttachedVideo: Specifies whether to restrict to submissions that have videos attached.<br>
- start_index: Index of the first result to be retrieved.</tt></dd></dl>
+ sort: string, Sort order.<br>
+ seriesId: integer, The decimal ID of the Series. (required)<br>
+ author: string, Restricts the results to submissions by a specific author.<br>
+ q: string, Search query.<br>
+ max_results: integer, Maximum number of results to return.<br>
+ hasAttachedVideo: boolean, Specifies whether to restrict to submissions that have videos attached.<br>
+ start_index: integer, Index of the first result to be retrieved.</tt></dd></dl>
<hr>
Data descriptors defined here:<br>
diff --git a/docs/dyn/moderator.v1.series.submissions.html b/docs/dyn/moderator.v1.series.submissions.html
index 0e56ae8..e5006ec 100644
--- a/docs/dyn/moderator.v1.series.submissions.html
+++ b/docs/dyn/moderator.v1.series.submissions.html
@@ -17,14 +17,14 @@
<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>A description of how to use this function<br>
<br>
Args:<br>
- lang: The language code for the language the client prefers resuls in.<br>
- seriesId: The decimal ID of the Series. (required)<br>
- author: Restricts the results to submissions by a specific author.<br>
- sort: Sort order.<br>
- max_results: Maximum number of results to return.<br>
- q: Search query.<br>
- start_index: Index of the first result to be retrieved.<br>
- hasAttachedVideo: Specifies whether to restrict to submissions that have videos attached.</tt></dd></dl>
+ lang: string, The language code for the language the client prefers resuls in.<br>
+ seriesId: integer, The decimal ID of the Series. (required)<br>
+ author: string, Restricts the results to submissions by a specific author.<br>
+ sort: string, Sort order.<br>
+ max_results: integer, Maximum number of results to return.<br>
+ q: string, Search query.<br>
+ start_index: integer, Index of the first result to be retrieved.<br>
+ hasAttachedVideo: boolean, Specifies whether to restrict to submissions that have videos attached.</tt></dd></dl>
<hr>
Data descriptors defined here:<br>
diff --git a/docs/dyn/moderator.v1.submissions.html b/docs/dyn/moderator.v1.submissions.html
index 4ec8524..566294a 100644
--- a/docs/dyn/moderator.v1.submissions.html
+++ b/docs/dyn/moderator.v1.submissions.html
@@ -17,17 +17,17 @@
<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>A description of how to use this function<br>
<br>
Args:<br>
- lang: The language code for the language the client prefers resuls in.<br>
- seriesId: The decimal ID of the Series. (required)<br>
- submissionId: The decimal ID of the Submission within the Series. (required)</tt></dd></dl>
+ lang: string, The language code for the language the client prefers resuls in.<br>
+ seriesId: integer, The decimal ID of the Series. (required)<br>
+ submissionId: integer, The decimal ID of the Submission within the Series. (required)</tt></dd></dl>
<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>A description of how to use this function<br>
<br>
Args:<br>
- seriesId: The decimal ID of the Series. (required)<br>
- topicId: The decimal ID of the Topic within the Series. (required)<br>
- body: The request body.<br>
- anonymous: Set to true to mark the new submission as anonymous.</tt></dd></dl>
+ seriesId: integer, The decimal ID of the Series. (required)<br>
+ topicId: integer, The decimal ID of the Topic within the Series. (required)<br>
+ body: object, The request body.<br>
+ anonymous: boolean, Set to true to mark the new submission as anonymous.</tt></dd></dl>
<hr>
Data descriptors defined here:<br>
diff --git a/docs/dyn/moderator.v1.tags.html b/docs/dyn/moderator.v1.tags.html
index 73cc840..23af6a6 100644
--- a/docs/dyn/moderator.v1.tags.html
+++ b/docs/dyn/moderator.v1.tags.html
@@ -17,22 +17,22 @@
<dl><dt><a name="Resource-delete"><strong>delete</strong></a> = method(self, **kwargs)</dt><dd><tt>A description of how to use this function<br>
<br>
Args:<br>
- seriesId: The decimal ID of the Series. (required)<br>
- tagId: A parameter (required)<br>
- submissionId: The decimal ID of the Submission within the Series. (required)</tt></dd></dl>
+ seriesId: integer, The decimal ID of the Series. (required)<br>
+ tagId: string, A parameter (required)<br>
+ submissionId: integer, The decimal ID of the Submission within the Series. (required)</tt></dd></dl>
<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>A description of how to use this function<br>
<br>
Args:<br>
- seriesId: The decimal ID of the Series. (required)<br>
- body: The request body.<br>
- submissionId: The decimal ID of the Submission within the Series. (required)</tt></dd></dl>
+ seriesId: integer, The decimal ID of the Series. (required)<br>
+ body: object, The request body.<br>
+ submissionId: integer, The decimal ID of the Submission within the Series. (required)</tt></dd></dl>
<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>A description of how to use this function<br>
<br>
Args:<br>
- seriesId: The decimal ID of the Series. (required)<br>
- submissionId: The decimal ID of the Submission within the Series. (required)</tt></dd></dl>
+ seriesId: integer, The decimal ID of the Series. (required)<br>
+ submissionId: integer, The decimal ID of the Submission within the Series. (required)</tt></dd></dl>
<hr>
Data descriptors defined here:<br>
diff --git a/docs/dyn/moderator.v1.topics.html b/docs/dyn/moderator.v1.topics.html
index 310ec21..163aec3 100644
--- a/docs/dyn/moderator.v1.topics.html
+++ b/docs/dyn/moderator.v1.topics.html
@@ -17,32 +17,32 @@
<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>A description of how to use this function<br>
<br>
Args:<br>
- seriesId: The decimal ID of the Series. (required)<br>
- topicId: The decimal ID of the Topic within the Series. (required)</tt></dd></dl>
+ seriesId: integer, The decimal ID of the Series. (required)<br>
+ topicId: integer, The decimal ID of the Topic within the Series. (required)</tt></dd></dl>
<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>A description of how to use this function<br>
<br>
Args:<br>
- seriesId: The decimal ID of the Series. (required)<br>
- body: The request body.</tt></dd></dl>
+ seriesId: integer, The decimal ID of the Series. (required)<br>
+ body: object, The request body.</tt></dd></dl>
<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>A description of how to use this function<br>
<br>
Args:<br>
- q: Search query.<br>
- seriesId: The decimal ID of the Series. (required)<br>
- max_results: Maximum number of results to return.<br>
- mode: A parameter<br>
- start_index: Index of the first result to be retrieved.</tt></dd></dl>
+ seriesId: integer, The decimal ID of the Series. (required)<br>
+ q: string, Search query.<br>
+ max_results: integer, Maximum number of results to return.<br>
+ mode: string, A parameter<br>
+ start_index: integer, Index of the first result to be retrieved.</tt></dd></dl>
<dl><dt><a name="Resource-submissions"><strong><a href="moderator.v1.topics.submissions.html">submissions</a></strong></a> = methodResource(self)</dt><dd><tt>A collection resource.</tt></dd></dl>
<dl><dt><a name="Resource-update"><strong>update</strong></a> = method(self, **kwargs)</dt><dd><tt>A description of how to use this function<br>
<br>
Args:<br>
- seriesId: The decimal ID of the Series. (required)<br>
- topicId: The decimal ID of the Topic within the Series. (required)<br>
- body: The request body.</tt></dd></dl>
+ seriesId: integer, The decimal ID of the Series. (required)<br>
+ topicId: integer, The decimal ID of the Topic within the Series. (required)<br>
+ body: object, The request body.</tt></dd></dl>
<hr>
Data descriptors defined here:<br>
diff --git a/docs/dyn/moderator.v1.topics.submissions.html b/docs/dyn/moderator.v1.topics.submissions.html
index 9358284..f1f7a8a 100644
--- a/docs/dyn/moderator.v1.topics.submissions.html
+++ b/docs/dyn/moderator.v1.topics.submissions.html
@@ -17,14 +17,14 @@
<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>A description of how to use this function<br>
<br>
Args:<br>
- sort: Sort order.<br>
- seriesId: The decimal ID of the Series. (required)<br>
- topicId: The decimal ID of the Topic within the Series. (required)<br>
- author: Restricts the results to submissions by a specific author.<br>
- q: Search query.<br>
- max_results: Maximum number of results to return.<br>
- hasAttachedVideo: Specifies whether to restrict to submissions that have videos attached.<br>
- start_index: Index of the first result to be retrieved.</tt></dd></dl>
+ sort: string, Sort order.<br>
+ seriesId: integer, The decimal ID of the Series. (required)<br>
+ author: string, Restricts the results to submissions by a specific author.<br>
+ topicId: integer, The decimal ID of the Topic within the Series. (required)<br>
+ q: string, Search query.<br>
+ max_results: integer, Maximum number of results to return.<br>
+ hasAttachedVideo: boolean, Specifies whether to restrict to submissions that have videos attached.<br>
+ start_index: integer, Index of the first result to be retrieved.</tt></dd></dl>
<hr>
Data descriptors defined here:<br>
diff --git a/docs/dyn/moderator.v1.votes.html b/docs/dyn/moderator.v1.votes.html
index a8958a2..168807e 100644
--- a/docs/dyn/moderator.v1.votes.html
+++ b/docs/dyn/moderator.v1.votes.html
@@ -17,31 +17,31 @@
<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>A description of how to use this function<br>
<br>
Args:<br>
- seriesId: The decimal ID of the Series. (required)<br>
- userId: A parameter<br>
- submissionId: The decimal ID of the Submission within the Series. (required)</tt></dd></dl>
+ seriesId: integer, The decimal ID of the Series. (required)<br>
+ userId: string, A parameter<br>
+ submissionId: integer, The decimal ID of the Submission within the Series. (required)</tt></dd></dl>
<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>A description of how to use this function<br>
<br>
Args:<br>
- seriesId: The decimal ID of the Series. (required)<br>
- body: The request body.<br>
- submissionId: The decimal ID of the Submission within the Series. (required)</tt></dd></dl>
+ seriesId: integer, The decimal ID of the Series. (required)<br>
+ body: object, The request body.<br>
+ submissionId: integer, The decimal ID of the Submission within the Series. (required)</tt></dd></dl>
<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>A description of how to use this function<br>
<br>
Args:<br>
- seriesId: The decimal ID of the Series. (required)<br>
- max_results: Maximum number of results to return.<br>
- start_index: Index of the first result to be retrieved.</tt></dd></dl>
+ seriesId: integer, The decimal ID of the Series. (required)<br>
+ max_results: integer, Maximum number of results to return.<br>
+ start_index: integer, Index of the first result to be retrieved.</tt></dd></dl>
<dl><dt><a name="Resource-update"><strong>update</strong></a> = method(self, **kwargs)</dt><dd><tt>A description of how to use this function<br>
<br>
Args:<br>
- seriesId: The decimal ID of the Series. (required)<br>
- body: The request body.<br>
- userId: A parameter<br>
- submissionId: The decimal ID of the Submission within the Series. (required)</tt></dd></dl>
+ seriesId: integer, The decimal ID of the Series. (required)<br>
+ body: object, The request body.<br>
+ userId: string, A parameter<br>
+ submissionId: integer, The decimal ID of the Submission within the Series. (required)</tt></dd></dl>
<hr>
Data descriptors defined here:<br>
diff --git a/docs/dyn/prediction.v1.1.html b/docs/dyn/prediction.v1.1.html
index 087294b..b416459 100644
--- a/docs/dyn/prediction.v1.1.html
+++ b/docs/dyn/prediction.v1.1.html
@@ -17,8 +17,8 @@
<dl><dt><a name="Resource-predict"><strong>predict</strong></a> = method(self, **kwargs)</dt><dd><tt>A description of how to use this function<br>
<br>
Args:<br>
- body: The request body.<br>
- data: mybucket%2Fmydata resource in Google Storage (required)</tt></dd></dl>
+ body: object, The request body.<br>
+ data: string, mybucket%2Fmydata resource in Google Storage (required)</tt></dd></dl>
<dl><dt><a name="Resource-training"><strong><a href="prediction.v1.1.training.html">training</a></strong></a> = methodResource(self)</dt><dd><tt>A collection resource.</tt></dd></dl>
diff --git a/docs/dyn/prediction.v1.1.training.html b/docs/dyn/prediction.v1.1.training.html
index 971e5f8..97a11c9 100644
--- a/docs/dyn/prediction.v1.1.training.html
+++ b/docs/dyn/prediction.v1.1.training.html
@@ -17,18 +17,18 @@
<dl><dt><a name="Resource-delete"><strong>delete</strong></a> = method(self, **kwargs)</dt><dd><tt>A description of how to use this function<br>
<br>
Args:<br>
- data: mybucket%2Fmydata resource in Google Storage (required)</tt></dd></dl>
+ data: string, mybucket%2Fmydata resource in Google Storage (required)</tt></dd></dl>
<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>A description of how to use this function<br>
<br>
Args:<br>
- data: mybucket%2Fmydata resource in Google Storage (required)</tt></dd></dl>
+ data: string, mybucket%2Fmydata resource in Google Storage (required)</tt></dd></dl>
<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>A description of how to use this function<br>
<br>
Args:<br>
- body: The request body.<br>
- data: mybucket%2Fmydata resource in Google Storage (required)</tt></dd></dl>
+ body: object, The request body.<br>
+ data: string, mybucket%2Fmydata resource in Google Storage (required)</tt></dd></dl>
<hr>
Data descriptors defined here:<br>
diff --git a/docs/dyn/shopping.v1.products.html b/docs/dyn/shopping.v1.products.html
index 868b32a..b7b4e18 100644
--- a/docs/dyn/shopping.v1.products.html
+++ b/docs/dyn/shopping.v1.products.html
@@ -17,59 +17,59 @@
<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Returns a single product<br>
<br>
Args:<br>
- productIdType: Type of productId (required)<br>
- categories_include: Category specification<br>
- thumbnails: Thumbnail specification<br>
- debug_useGcsConfig: Google Internal<br>
- taxonomy: Merchant taxonomy<br>
- recommendations_include: Recommendation specification<br>
- debug_enableLogging: Google Internal<br>
- recommendations_enabled: Whether to return recommendation information<br>
- debug_enabled: Google Internal<br>
- source: Query source (required)<br>
- debug_searchRequest: Google Internal<br>
- categories_enabled: Whether to return category information<br>
- recommendations_useGcsConfig: This parameter is currently ignored<br>
- productId: Id of product (required)<br>
- categories_useGcsConfig: This parameter is currently ignored<br>
- accountId: Merchant center account id (required)<br>
- debug_searchResponse: Google Internal</tt></dd></dl>
+ productIdType: string, Type of productId (required)<br>
+ categories_include: string, Category specification<br>
+ debug_searchResponse: boolean, Google Internal<br>
+ debug_useGcsConfig: boolean, Google Internal<br>
+ taxonomy: string, Merchant taxonomy<br>
+ recommendations_include: string, Recommendation specification<br>
+ debug_enableLogging: boolean, Google Internal<br>
+ recommendations_enabled: boolean, Whether to return recommendation information<br>
+ debug_enabled: boolean, Google Internal<br>
+ source: string, Query source (required)<br>
+ debug_searchRequest: boolean, Google Internal<br>
+ categories_enabled: boolean, Whether to return category information<br>
+ recommendations_useGcsConfig: boolean, This parameter is currently ignored<br>
+ productId: string, Id of product (required)<br>
+ categories_useGcsConfig: boolean, This parameter is currently ignored<br>
+ accountId: string, Merchant center account id (required)<br>
+ thumbnails: string, Thumbnail specification</tt></dd></dl>
<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Returns a list of products and content modules<br>
<br>
Args:<br>
- facets_enabled: Whether to return facet information<br>
- rankBy: Ranking specification<br>
- debug_searchResponse: Google Internal<br>
- taxonomy: Taxonomy name<br>
- promotions_enabled: Whether to return promotion information<br>
- facets_discover: Facets to discover<br>
- startIndex: Index (1-based) of first product to return<br>
- redirects_useGcsConfig: Whether to return redirect information as configured in the GCS account<br>
- crowdBy: Crowding specification<br>
- spelling_enabled: Whether to return spelling suggestions<br>
- debug_enabled: Google Internal<br>
- spelling_useGcsConfig: This parameter is currently ignored<br>
- source: Query source (required)<br>
- useCase: One of CommerceSearchUseCase, ProductSearchUseCase<br>
- debug_searchRequest: Google Internal<br>
- facets_useGcsConfig: Whether to return facet information as configured in the GCS account<br>
- boostBy: Boosting specification<br>
- debug_useGcsConfig: Google Internal<br>
- debug_enableLogging: Google Internal<br>
- maxResults: Maximum number of results to return<br>
- categories_enabled: Whether to return category information<br>
- categories_useGcsConfig: This parameter is currently ignored<br>
- facets_include: Facets to include (applies when useGcsConfig == false)<br>
- thumbnails: Image thumbnails specification<br>
- language: Language restriction (BCP 47)<br>
- currency: Currency restriction (ISO 4217)<br>
- country: Country restriction (ISO 3166)<br>
- categories_include: Category specification<br>
- redirects_enabled: Whether to return redirect information<br>
- restrictBy: Restriction specification<br>
- q: Search query<br>
- promotions_useGcsConfig: Whether to return promotion information as configured in the GCS account</tt></dd></dl>
+ facets_enabled: boolean, Whether to return facet information<br>
+ rankBy: string, Ranking specification<br>
+ debug_searchResponse: boolean, Google Internal<br>
+ taxonomy: string, Taxonomy name<br>
+ promotions_enabled: boolean, Whether to return promotion information<br>
+ facets_discover: string, Facets to discover<br>
+ startIndex: integer, Index (1-based) of first product to return<br>
+ redirects_useGcsConfig: boolean, Whether to return redirect information as configured in the GCS account<br>
+ crowdBy: string, Crowding specification<br>
+ spelling_enabled: boolean, Whether to return spelling suggestions<br>
+ debug_enabled: boolean, Google Internal<br>
+ spelling_useGcsConfig: boolean, This parameter is currently ignored<br>
+ source: string, Query source (required)<br>
+ useCase: string, One of CommerceSearchUseCase, ProductSearchUseCase<br>
+ debug_searchRequest: boolean, Google Internal<br>
+ facets_useGcsConfig: boolean, Whether to return facet information as configured in the GCS account<br>
+ boostBy: string, Boosting specification<br>
+ debug_useGcsConfig: boolean, Google Internal<br>
+ debug_enableLogging: boolean, Google Internal<br>
+ maxResults: integer, Maximum number of results to return<br>
+ categories_enabled: boolean, Whether to return category information<br>
+ categories_useGcsConfig: boolean, This parameter is currently ignored<br>
+ facets_include: string, Facets to include (applies when useGcsConfig == false)<br>
+ thumbnails: string, Image thumbnails specification<br>
+ language: string, Language restriction (BCP 47)<br>
+ currency: string, Currency restriction (ISO 4217)<br>
+ country: string, Country restriction (ISO 3166)<br>
+ categories_include: string, Category specification<br>
+ redirects_enabled: boolean, Whether to return redirect information<br>
+ restrictBy: string, Restriction specification<br>
+ q: string, Search query<br>
+ promotions_useGcsConfig: boolean, Whether to return promotion information as configured in the GCS account</tt></dd></dl>
<hr>
Data descriptors defined here:<br>
diff --git a/docs/dyn/translate.v2.translations.html b/docs/dyn/translate.v2.translations.html
index 003127c..84a708a 100644
--- a/docs/dyn/translate.v2.translations.html
+++ b/docs/dyn/translate.v2.translations.html
@@ -14,13 +14,16 @@
<td width="100%">Methods defined here:<br>
<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>A description of how to use this function<br>
+<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Returns text translations from one language to another.<br>
<br>
Args:<br>
- q: The text to translate (required)<br>
- source: The source language of the text<br>
- target: The target language into which the text should be translated (required)<br>
- format: The format of the text</tt></dd></dl>
+ q: string, The text to translate (required) (repeated)<br>
+ source: string, The source language of the text<br>
+ target: string, The target language into which the text should be translated (required)<br>
+ format: string, The format of the text<br>
+ Allowed values<br>
+ html - Specifies the input is in HTML<br>
+ text - Specifies the input is in plain textual format</tt></dd></dl>
<hr>
Data descriptors defined here:<br>
diff --git a/docs/dyn/urlshortener.v1.url.html b/docs/dyn/urlshortener.v1.url.html
index b92e015..1638157 100644
--- a/docs/dyn/urlshortener.v1.url.html
+++ b/docs/dyn/urlshortener.v1.url.html
@@ -17,19 +17,26 @@
<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Expands a short URL or gets creation time and analytics.<br>
<br>
Args:<br>
- shortUrl: The short URL, including the protocol. (required)<br>
- projection: Additional information to return.</tt></dd></dl>
+ shortUrl: string, The short URL, including the protocol. (required)<br>
+ projection: string, Additional information to return.<br>
+ Allowed values<br>
+ ANALYTICS_CLICKS - Returns only click counts.<br>
+ ANALYTICS_TOP_STRINGS - Returns only top string counts.<br>
+ FULL - Returns the creation timestamp and all available analytics.</tt></dd></dl>
<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>Creates a new short URL.<br>
<br>
Args:<br>
- body: The request body.</tt></dd></dl>
+ body: object, The request body.</tt></dd></dl>
<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves a list of URLs shortened by a user.<br>
<br>
Args:<br>
- start_token: Token for requesting successive pages of results.<br>
- projection: Additional information to return.</tt></dd></dl>
+ start_token: string, Token for requesting successive pages of results.<br>
+ projection: string, Additional information to return.<br>
+ Allowed values<br>
+ ANALYTICS_CLICKS - Returns short URL click counts.<br>
+ FULL - Returns short URL click counts.</tt></dd></dl>
<hr>
Data descriptors defined here:<br>
diff --git a/docs/oauth2client.client.html b/docs/oauth2client.client.html
index 0eb8524..e840140 100644
--- a/docs/oauth2client.client.html
+++ b/docs/oauth2client.client.html
@@ -239,7 +239,7 @@
<font color="#000000" face="helvetica, arial"><a name="AccessTokenRefreshError">class <strong>AccessTokenRefreshError</strong></a>(<a href="oauth2client.client.html#Error">Error</a>)</font></td></tr>
<tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td>
-<td colspan=2><tt><a href="#Error">Error</a> occurred during request.<br> </tt></td></tr>
+<td colspan=2><tt><a href="#Error">Error</a> trying to refresh an expired access token.<br> </tt></td></tr>
<tr><td> </td>
<td width="100%"><dl><dt>Method resolution order:</dt>
<dd><a href="oauth2client.client.html#AccessTokenRefreshError">AccessTokenRefreshError</a></dd>
@@ -403,7 +403,7 @@
<font color="#000000" face="helvetica, arial"><a name="FlowExchangeError">class <strong>FlowExchangeError</strong></a>(<a href="oauth2client.client.html#Error">Error</a>)</font></td></tr>
<tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td>
-<td colspan=2><tt><a href="#Error">Error</a> occurred during request.<br> </tt></td></tr>
+<td colspan=2><tt><a href="#Error">Error</a> trying to exchange an authorization grant for an access token.<br> </tt></td></tr>
<tr><td> </td>
<td width="100%"><dl><dt>Method resolution order:</dt>
<dd><a href="oauth2client.client.html#FlowExchangeError">FlowExchangeError</a></dd>
diff --git a/docs/oauth2client.file.html b/docs/oauth2client.file.html
index e5c441f..444a77a 100644
--- a/docs/oauth2client.file.html
+++ b/docs/oauth2client.file.html
@@ -21,7 +21,8 @@
<tr><td bgcolor="#aa55cc"><tt> </tt></td><td> </td>
<td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=top><a href="pickle.html">pickle</a><br>
-</td><td width="25%" valign=top></td><td width="25%" valign=top></td><td width="25%" valign=top></td></tr></table></td></tr></table><p>
+</td><td width="25%" valign=top><a href="threading.html">threading</a><br>
+</td><td width="25%" valign=top></td><td width="25%" valign=top></td></tr></table></td></tr></table><p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#ee77aa">
<td colspan=3 valign=bottom> <br>