Updated generated docs
diff --git a/docs/dyn/orkut.v2.comments.html b/docs/dyn/orkut.v2.comments.html
index 717293a..e4c706e 100644
--- a/docs/dyn/orkut.v2.comments.html
+++ b/docs/dyn/orkut.v2.comments.html
@@ -23,13 +23,108 @@
<br>
Args:<br>
hl: string, Specifies the interface language (host language) of your user interface.<br>
- commentId: string, ID of the comment to get. (required)</tt></dd></dl>
+ commentId: string, ID of the comment to get. (required)<br>
+ <br>
+Returns:<br>
+ An object of the form<br>
+ <br>
+ {<br>
+ "inReplyTo": { # Link to the original activity where this comment was posted.<br>
+ "type": "A String", # Type of the post on activity stream being commented. Always text/html.<br>
+ "href": "A String", # Link to the post on activity stream being commented.<br>
+ "ref": "A String", # Unique identifier of the post on activity stream being commented.<br>
+ "rel": "inReplyTo", # Relationship between the comment and the post on activity stream being commented. Always inReplyTo.<br>
+ },<br>
+ "kind": "orkut#comment", # Identifies this resource as a comment. Value: "orkut#comment"<br>
+ "links": [ # List of resources for the comment.<br>
+ { # Links to resources related to the parent object.<br>
+ "href": "A String", # URL of the link.<br>
+ "type": "A String", # Media type of the link.<br>
+ "rel": "A String", # Relation between the resource and the parent object.<br>
+ "title": "A String", # Title of the link.<br>
+ },<br>
+ ],<br>
+ "actor": { # The person who posted the comment.<br>
+ "url": "A String", # The URL of the author who posted the comment [not yet implemented]<br>
+ "image": { # Image data about the actor.<br>
+ "url": "A String", # A URL that points to a thumbnail photo of the author.<br>
+ },<br>
+ "displayName": "A String", # The name of the author, suitable for display.<br>
+ "id": "A String", # Unique identifier of the person who posted the comment. This is the person's OpenSocial ID.<br>
+ },<br>
+ "content": "A String", # The content of the comment in text/html<br>
+ "published": "A String", # The time the comment was initially published, in <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> format.<br>
+ "id": "A String", # The unique ID for the comment.<br>
+ }</tt></dd></dl>
<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>Inserts a new comment to an activity.<br>
<br>
Args:<br>
body: object, The request body. (required)<br>
- activityId: string, The ID of the activity to contain the new comment. (required)</tt></dd></dl>
+ The object takes the form of:<br>
+ <br>
+{<br>
+ "inReplyTo": { # Link to the original activity where this comment was posted.<br>
+ "type": "A String", # Type of the post on activity stream being commented. Always text/html.<br>
+ "href": "A String", # Link to the post on activity stream being commented.<br>
+ "ref": "A String", # Unique identifier of the post on activity stream being commented.<br>
+ "rel": "inReplyTo", # Relationship between the comment and the post on activity stream being commented. Always inReplyTo.<br>
+ },<br>
+ "kind": "orkut#comment", # Identifies this resource as a comment. Value: "orkut#comment"<br>
+ "links": [ # List of resources for the comment.<br>
+ { # Links to resources related to the parent object.<br>
+ "href": "A String", # URL of the link.<br>
+ "type": "A String", # Media type of the link.<br>
+ "rel": "A String", # Relation between the resource and the parent object.<br>
+ "title": "A String", # Title of the link.<br>
+ },<br>
+ ],<br>
+ "actor": { # The person who posted the comment.<br>
+ "url": "A String", # The URL of the author who posted the comment [not yet implemented]<br>
+ "image": { # Image data about the actor.<br>
+ "url": "A String", # A URL that points to a thumbnail photo of the author.<br>
+ },<br>
+ "displayName": "A String", # The name of the author, suitable for display.<br>
+ "id": "A String", # Unique identifier of the person who posted the comment. This is the person's OpenSocial ID.<br>
+ },<br>
+ "content": "A String", # The content of the comment in text/html<br>
+ "published": "A String", # The time the comment was initially published, in <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> format.<br>
+ "id": "A String", # The unique ID for the comment.<br>
+}<br>
+ <br>
+ activityId: string, The ID of the activity to contain the new comment. (required)<br>
+ <br>
+Returns:<br>
+ An object of the form<br>
+ <br>
+ {<br>
+ "inReplyTo": { # Link to the original activity where this comment was posted.<br>
+ "type": "A String", # Type of the post on activity stream being commented. Always text/html.<br>
+ "href": "A String", # Link to the post on activity stream being commented.<br>
+ "ref": "A String", # Unique identifier of the post on activity stream being commented.<br>
+ "rel": "inReplyTo", # Relationship between the comment and the post on activity stream being commented. Always inReplyTo.<br>
+ },<br>
+ "kind": "orkut#comment", # Identifies this resource as a comment. Value: "orkut#comment"<br>
+ "links": [ # List of resources for the comment.<br>
+ { # Links to resources related to the parent object.<br>
+ "href": "A String", # URL of the link.<br>
+ "type": "A String", # Media type of the link.<br>
+ "rel": "A String", # Relation between the resource and the parent object.<br>
+ "title": "A String", # Title of the link.<br>
+ },<br>
+ ],<br>
+ "actor": { # The person who posted the comment.<br>
+ "url": "A String", # The URL of the author who posted the comment [not yet implemented]<br>
+ "image": { # Image data about the actor.<br>
+ "url": "A String", # A URL that points to a thumbnail photo of the author.<br>
+ },<br>
+ "displayName": "A String", # The name of the author, suitable for display.<br>
+ "id": "A String", # Unique identifier of the person who posted the comment. This is the person's OpenSocial ID.<br>
+ },<br>
+ "content": "A String", # The content of the comment in text/html<br>
+ "published": "A String", # The time the comment was initially published, in <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> format.<br>
+ "id": "A String", # The unique ID for the comment.<br>
+ }</tt></dd></dl>
<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves a list of comments, possibly filtered.<br>
<br>
@@ -41,7 +136,46 @@
pageToken: string, A continuation token that allows pagination.<br>
maxResults: integer, The maximum number of activities to include in the response.<br>
activityId: string, The ID of the activity containing the comments. (required)<br>
- hl: string, Specifies the interface language (host language) of your user interface.</tt></dd></dl>
+ hl: string, Specifies the interface language (host language) of your user interface.<br>
+ <br>
+Returns:<br>
+ An object of the form<br>
+ <br>
+ {<br>
+ "nextPageToken": "A String", # The value of pageToken query parameter in comments.list request to get the next page, if there are more to retrieve.<br>
+ "items": [ # List of comments retrieved.<br>
+ {<br>
+ "inReplyTo": { # Link to the original activity where this comment was posted.<br>
+ "type": "A String", # Type of the post on activity stream being commented. Always text/html.<br>
+ "href": "A String", # Link to the post on activity stream being commented.<br>
+ "ref": "A String", # Unique identifier of the post on activity stream being commented.<br>
+ "rel": "inReplyTo", # Relationship between the comment and the post on activity stream being commented. Always inReplyTo.<br>
+ },<br>
+ "kind": "orkut#comment", # Identifies this resource as a comment. Value: "orkut#comment"<br>
+ "links": [ # List of resources for the comment.<br>
+ { # Links to resources related to the parent object.<br>
+ "href": "A String", # URL of the link.<br>
+ "type": "A String", # Media type of the link.<br>
+ "rel": "A String", # Relation between the resource and the parent object.<br>
+ "title": "A String", # Title of the link.<br>
+ },<br>
+ ],<br>
+ "actor": { # The person who posted the comment.<br>
+ "url": "A String", # The URL of the author who posted the comment [not yet implemented]<br>
+ "image": { # Image data about the actor.<br>
+ "url": "A String", # A URL that points to a thumbnail photo of the author.<br>
+ },<br>
+ "displayName": "A String", # The name of the author, suitable for display.<br>
+ "id": "A String", # Unique identifier of the person who posted the comment. This is the person's OpenSocial ID.<br>
+ },<br>
+ "content": "A String", # The content of the comment in text/html<br>
+ "published": "A String", # The time the comment was initially published, in <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> format.<br>
+ "id": "A String", # The unique ID for the comment.<br>
+ },<br>
+ ],<br>
+ "kind": "orkut#commentList", # Identifies this resource as a collection of comments. Value: "orkut#commentList"<br>
+ "previousPageToken": "A String", # The value of pageToken query parameter in comments.list request to get the previous page, if there are more to retrieve.<br>
+ }</tt></dd></dl>
<dl><dt><a name="Resource-list_next"><strong>list_next</strong></a> = methodNext(self, previous_request, previous_response)</dt><dd><tt>Retrieves the next page of results.<br>
<br>