Updated generated docs
diff --git a/docs/dyn/orkut.v2.activityVisibility.html b/docs/dyn/orkut.v2.activityVisibility.html
index 4844bdc..ce76a76 100644
--- a/docs/dyn/orkut.v2.activityVisibility.html
+++ b/docs/dyn/orkut.v2.activityVisibility.html
@@ -17,19 +17,107 @@
<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Gets the visibility of an existing activity.<br>
<br>
Args:<br>
- activityId: string, ID of the activity to get the visibility. (required)</tt></dd></dl>
+ activityId: string, ID of the activity to get the visibility. (required)<br>
+ <br>
+Returns:<br>
+ An object of the form<br>
+ <br>
+ {<br>
+ "kind": "orkut#visibility", # Identifies this resource as a visibility item. Value: "orkut#visibility"<br>
+ "visibility": "A String", # The visibility of the resource. Possible values are:<br>
+ # - default: not hidden by the user<br>
+ # - hidden: hidden<br>
+ "links": [ # List of resources for the visibility item.<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>
+ }</tt></dd></dl>
<dl><dt><a name="Resource-patch"><strong>patch</strong></a> = method(self, **kwargs)</dt><dd><tt>Updates the visibility of an existing activity. This method supports patch semantics.<br>
<br>
Args:<br>
body: object, The request body. (required)<br>
- activityId: string, ID of the activity. (required)</tt></dd></dl>
+ The object takes the form of:<br>
+ <br>
+{<br>
+ "kind": "orkut#visibility", # Identifies this resource as a visibility item. Value: "orkut#visibility"<br>
+ "visibility": "A String", # The visibility of the resource. Possible values are:<br>
+ # - default: not hidden by the user<br>
+ # - hidden: hidden<br>
+ "links": [ # List of resources for the visibility item.<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>
+ }<br>
+ <br>
+ activityId: string, ID of the activity. (required)<br>
+ <br>
+Returns:<br>
+ An object of the form<br>
+ <br>
+ {<br>
+ "kind": "orkut#visibility", # Identifies this resource as a visibility item. Value: "orkut#visibility"<br>
+ "visibility": "A String", # The visibility of the resource. Possible values are:<br>
+ # - default: not hidden by the user<br>
+ # - hidden: hidden<br>
+ "links": [ # List of resources for the visibility item.<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>
+ }</tt></dd></dl>
<dl><dt><a name="Resource-update"><strong>update</strong></a> = method(self, **kwargs)</dt><dd><tt>Updates the visibility of an existing activity.<br>
<br>
Args:<br>
body: object, The request body. (required)<br>
- activityId: string, ID of the activity. (required)</tt></dd></dl>
+ The object takes the form of:<br>
+ <br>
+{<br>
+ "kind": "orkut#visibility", # Identifies this resource as a visibility item. Value: "orkut#visibility"<br>
+ "visibility": "A String", # The visibility of the resource. Possible values are:<br>
+ # - default: not hidden by the user<br>
+ # - hidden: hidden<br>
+ "links": [ # List of resources for the visibility item.<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>
+ }<br>
+ <br>
+ activityId: string, ID of the activity. (required)<br>
+ <br>
+Returns:<br>
+ An object of the form<br>
+ <br>
+ {<br>
+ "kind": "orkut#visibility", # Identifies this resource as a visibility item. Value: "orkut#visibility"<br>
+ "visibility": "A String", # The visibility of the resource. Possible values are:<br>
+ # - default: not hidden by the user<br>
+ # - hidden: hidden<br>
+ "links": [ # List of resources for the visibility item.<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>
+ }</tt></dd></dl>
<hr>
Data descriptors defined here:<br>