Refreshed docs, now with repeated params
This commit is contained in:
@@ -34,7 +34,7 @@ A client library for Google's discovery based 
|
||||
<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 @@ Args:<br>
|
||||
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>
|
||||
|
||||
@@ -20,7 +20,8 @@ Utilities for making it easier to work with&n
|
||||
|
||||
<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>
|
||||
|
||||
@@ -64,6 +64,11 @@ Serializes and de-serializes between JSON and the&
|
||||
</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>
|
||||
|
||||
@@ -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 @@ the collection.</tt></dd></dl>
|
||||
<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 @@ the collection.</tt></dd></dl>
|
||||
<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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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 @@ the collection.</tt></dd></dl>
|
||||
<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>
|
||||
|
||||
@@ -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 @@ the collection.</tt></dd></dl>
|
||||
<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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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 @@ Args:<br>
|
||||
<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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -239,7 +239,7 @@ Data descriptors inherited from <a href="exceptions.html#BaseException">exceptio
|
||||
<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 @@ Data descriptors inherited from <a href="exceptions.html#BaseException">exceptio
|
||||
<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>
|
||||
|
||||
@@ -21,7 +21,8 @@ credentials.</tt></p>
|
||||
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user