Updated generated docs
diff --git a/docs/dyn/tasks.v1.tasks.html b/docs/dyn/tasks.v1.tasks.html
index 4ff1912..b8a46e4 100644
--- a/docs/dyn/tasks.v1.tasks.html
+++ b/docs/dyn/tasks.v1.tasks.html
@@ -30,15 +30,95 @@
<br>
Args:<br>
tasklist: string, Task list identifier. (required)<br>
- task: string, Task identifier. (required)</tt></dd></dl>
+ task: string, Task identifier. (required)<br>
+ <br>
+Returns:<br>
+ An object of the form<br>
+ <br>
+ {<br>
+ "status": "A String", # Status of the task. This is either "needsAction" or "completed".<br>
+ "kind": "tasks#task", # Type of the resource. This is always "tasks#task".<br>
+ "updated": "A String", # Last modification time of the task (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp).<br>
+ "parent": "A String", # Parent task identifier. This field is omitted if it is a top-level task. This field is read-only. Use the "move" method to move the task under a different parent or to the top level.<br>
+ "links": [ # Collection of links. This collection is read-only.<br>
+ {<br>
+ "type": "A String", # Type of the link, e.g. "email".<br>
+ "link": "A String", # The URL.<br>
+ "description": "A String", # The description. In HTML speak: Everything between <a> and </a>.<br>
+ },<br>
+ ],<br>
+ "title": "A String", # Title of the task.<br>
+ "deleted": True or False, # Flag indicating whether the task has been deleted. The default if False.<br>
+ "completed": "A String", # Completion date of the task (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp). This field is omitted if the task has not been completed.<br>
+ "due": "A String", # Due date of the task (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp). Optional.<br>
+ "etag": "A String", # ETag of the resource.<br>
+ "notes": "A String", # Notes describing the task. Optional.<br>
+ "position": "A String", # String indicating the position of the task among its sibling tasks under the same parent task or at the top level. If this string is greater than another task's corresponding position string according to lexicographical ordering, the task is positioned after the other task under the same parent task (or at the top level). This field is read-only. Use the "move" method to move the task to another position.<br>
+ "hidden": True or False, # Flag indicating whether the task is hidden. This is the case if the task had been marked completed when the task list was last cleared. The default is False. This field is read-only.<br>
+ "id": "A String", # Task identifier.<br>
+ "selfLink": "A String", # URL pointing to this task. Used to retrieve, update, or delete this task.<br>
+ }</tt></dd></dl>
<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>Creates a new task on the specified task list.<br>
<br>
Args:<br>
body: object, The request body. (required)<br>
+ The object takes the form of:<br>
+ <br>
+{<br>
+ "status": "A String", # Status of the task. This is either "needsAction" or "completed".<br>
+ "kind": "tasks#task", # Type of the resource. This is always "tasks#task".<br>
+ "updated": "A String", # Last modification time of the task (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp).<br>
+ "parent": "A String", # Parent task identifier. This field is omitted if it is a top-level task. This field is read-only. Use the "move" method to move the task under a different parent or to the top level.<br>
+ "links": [ # Collection of links. This collection is read-only.<br>
+ {<br>
+ "type": "A String", # Type of the link, e.g. "email".<br>
+ "link": "A String", # The URL.<br>
+ "description": "A String", # The description. In HTML speak: Everything between <a> and </a>.<br>
+ },<br>
+ ],<br>
+ "title": "A String", # Title of the task.<br>
+ "deleted": True or False, # Flag indicating whether the task has been deleted. The default if False.<br>
+ "completed": "A String", # Completion date of the task (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp). This field is omitted if the task has not been completed.<br>
+ "due": "A String", # Due date of the task (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp). Optional.<br>
+ "etag": "A String", # ETag of the resource.<br>
+ "notes": "A String", # Notes describing the task. Optional.<br>
+ "position": "A String", # String indicating the position of the task among its sibling tasks under the same parent task or at the top level. If this string is greater than another task's corresponding position string according to lexicographical ordering, the task is positioned after the other task under the same parent task (or at the top level). This field is read-only. Use the "move" method to move the task to another position.<br>
+ "hidden": True or False, # Flag indicating whether the task is hidden. This is the case if the task had been marked completed when the task list was last cleared. The default is False. This field is read-only.<br>
+ "id": "A String", # Task identifier.<br>
+ "selfLink": "A String", # URL pointing to this task. Used to retrieve, update, or delete this task.<br>
+ }<br>
+ <br>
tasklist: string, Task list identifier. (required)<br>
parent: string, Parent task identifier. If the task is created at the top level, this parameter is omitted. Optional.<br>
- previous: string, Previous sibling task identifier. If the task is created at the first position among its siblings, this parameter is omitted. Optional.</tt></dd></dl>
+ previous: string, Previous sibling task identifier. If the task is created at the first position among its siblings, this parameter is omitted. Optional.<br>
+ <br>
+Returns:<br>
+ An object of the form<br>
+ <br>
+ {<br>
+ "status": "A String", # Status of the task. This is either "needsAction" or "completed".<br>
+ "kind": "tasks#task", # Type of the resource. This is always "tasks#task".<br>
+ "updated": "A String", # Last modification time of the task (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp).<br>
+ "parent": "A String", # Parent task identifier. This field is omitted if it is a top-level task. This field is read-only. Use the "move" method to move the task under a different parent or to the top level.<br>
+ "links": [ # Collection of links. This collection is read-only.<br>
+ {<br>
+ "type": "A String", # Type of the link, e.g. "email".<br>
+ "link": "A String", # The URL.<br>
+ "description": "A String", # The description. In HTML speak: Everything between <a> and </a>.<br>
+ },<br>
+ ],<br>
+ "title": "A String", # Title of the task.<br>
+ "deleted": True or False, # Flag indicating whether the task has been deleted. The default if False.<br>
+ "completed": "A String", # Completion date of the task (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp). This field is omitted if the task has not been completed.<br>
+ "due": "A String", # Due date of the task (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp). Optional.<br>
+ "etag": "A String", # ETag of the resource.<br>
+ "notes": "A String", # Notes describing the task. Optional.<br>
+ "position": "A String", # String indicating the position of the task among its sibling tasks under the same parent task or at the top level. If this string is greater than another task's corresponding position string according to lexicographical ordering, the task is positioned after the other task under the same parent task (or at the top level). This field is read-only. Use the "move" method to move the task to another position.<br>
+ "hidden": True or False, # Flag indicating whether the task is hidden. This is the case if the task had been marked completed when the task list was last cleared. The default is False. This field is read-only.<br>
+ "id": "A String", # Task identifier.<br>
+ "selfLink": "A String", # URL pointing to this task. Used to retrieve, update, or delete this task.<br>
+ }</tt></dd></dl>
<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Returns all tasks in the specified task list.<br>
<br>
@@ -53,7 +133,41 @@
completedMax: string, Upper bound for a task's completion date (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp) to filter by. Optional. The default is not to filter by completion date.<br>
showHidden: boolean, Flag indicating whether hidden tasks are returned in the result. Optional. The default is False.<br>
showCompleted: boolean, Flag indicating whether completed tasks are returned in the result. Optional. The default is True.<br>
- dueMin: string, Lower bound for a task's due date (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp) to filter by. Optional. The default is not to filter by due date.</tt></dd></dl>
+ dueMin: string, Lower bound for a task's due date (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp) to filter by. Optional. The default is not to filter by due date.<br>
+ <br>
+Returns:<br>
+ An object of the form<br>
+ <br>
+ {<br>
+ "nextPageToken": "A String", # Token used to access the next page of this result.<br>
+ "items": [ # Collection of tasks.<br>
+ {<br>
+ "status": "A String", # Status of the task. This is either "needsAction" or "completed".<br>
+ "kind": "tasks#task", # Type of the resource. This is always "tasks#task".<br>
+ "updated": "A String", # Last modification time of the task (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp).<br>
+ "parent": "A String", # Parent task identifier. This field is omitted if it is a top-level task. This field is read-only. Use the "move" method to move the task under a different parent or to the top level.<br>
+ "links": [ # Collection of links. This collection is read-only.<br>
+ {<br>
+ "type": "A String", # Type of the link, e.g. "email".<br>
+ "link": "A String", # The URL.<br>
+ "description": "A String", # The description. In HTML speak: Everything between <a> and </a>.<br>
+ },<br>
+ ],<br>
+ "title": "A String", # Title of the task.<br>
+ "deleted": True or False, # Flag indicating whether the task has been deleted. The default if False.<br>
+ "completed": "A String", # Completion date of the task (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp). This field is omitted if the task has not been completed.<br>
+ "due": "A String", # Due date of the task (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp). Optional.<br>
+ "etag": "A String", # ETag of the resource.<br>
+ "notes": "A String", # Notes describing the task. Optional.<br>
+ "position": "A String", # String indicating the position of the task among its sibling tasks under the same parent task or at the top level. If this string is greater than another task's corresponding position string according to lexicographical ordering, the task is positioned after the other task under the same parent task (or at the top level). This field is read-only. Use the "move" method to move the task to another position.<br>
+ "hidden": True or False, # Flag indicating whether the task is hidden. This is the case if the task had been marked completed when the task list was last cleared. The default is False. This field is read-only.<br>
+ "id": "A String", # Task identifier.<br>
+ "selfLink": "A String", # URL pointing to this task. Used to retrieve, update, or delete this task.<br>
+ },<br>
+ ],<br>
+ "kind": "tasks#tasks", # Type of the resource. This is always "tasks#tasks".<br>
+ "etag": "A String", # ETag of the resource.<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>
@@ -72,21 +186,154 @@
tasklist: string, Task list identifier. (required)<br>
parent: string, New parent task identifier. If the task is moved to the top level, this parameter is omitted. Optional.<br>
task: string, Task identifier. (required)<br>
- previous: string, New previous sibling task identifier. If the task is moved to the first position among its siblings, this parameter is omitted. Optional.</tt></dd></dl>
+ previous: string, New previous sibling task identifier. If the task is moved to the first position among its siblings, this parameter is omitted. Optional.<br>
+ <br>
+Returns:<br>
+ An object of the form<br>
+ <br>
+ {<br>
+ "status": "A String", # Status of the task. This is either "needsAction" or "completed".<br>
+ "kind": "tasks#task", # Type of the resource. This is always "tasks#task".<br>
+ "updated": "A String", # Last modification time of the task (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp).<br>
+ "parent": "A String", # Parent task identifier. This field is omitted if it is a top-level task. This field is read-only. Use the "move" method to move the task under a different parent or to the top level.<br>
+ "links": [ # Collection of links. This collection is read-only.<br>
+ {<br>
+ "type": "A String", # Type of the link, e.g. "email".<br>
+ "link": "A String", # The URL.<br>
+ "description": "A String", # The description. In HTML speak: Everything between <a> and </a>.<br>
+ },<br>
+ ],<br>
+ "title": "A String", # Title of the task.<br>
+ "deleted": True or False, # Flag indicating whether the task has been deleted. The default if False.<br>
+ "completed": "A String", # Completion date of the task (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp). This field is omitted if the task has not been completed.<br>
+ "due": "A String", # Due date of the task (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp). Optional.<br>
+ "etag": "A String", # ETag of the resource.<br>
+ "notes": "A String", # Notes describing the task. Optional.<br>
+ "position": "A String", # String indicating the position of the task among its sibling tasks under the same parent task or at the top level. If this string is greater than another task's corresponding position string according to lexicographical ordering, the task is positioned after the other task under the same parent task (or at the top level). This field is read-only. Use the "move" method to move the task to another position.<br>
+ "hidden": True or False, # Flag indicating whether the task is hidden. This is the case if the task had been marked completed when the task list was last cleared. The default is False. This field is read-only.<br>
+ "id": "A String", # Task identifier.<br>
+ "selfLink": "A String", # URL pointing to this task. Used to retrieve, update, or delete this task.<br>
+ }</tt></dd></dl>
<dl><dt><a name="Resource-patch"><strong>patch</strong></a> = method(self, **kwargs)</dt><dd><tt>Updates the specified task. This method supports patch semantics.<br>
<br>
Args:<br>
body: object, The request body. (required)<br>
+ The object takes the form of:<br>
+ <br>
+{<br>
+ "status": "A String", # Status of the task. This is either "needsAction" or "completed".<br>
+ "kind": "tasks#task", # Type of the resource. This is always "tasks#task".<br>
+ "updated": "A String", # Last modification time of the task (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp).<br>
+ "parent": "A String", # Parent task identifier. This field is omitted if it is a top-level task. This field is read-only. Use the "move" method to move the task under a different parent or to the top level.<br>
+ "links": [ # Collection of links. This collection is read-only.<br>
+ {<br>
+ "type": "A String", # Type of the link, e.g. "email".<br>
+ "link": "A String", # The URL.<br>
+ "description": "A String", # The description. In HTML speak: Everything between <a> and </a>.<br>
+ },<br>
+ ],<br>
+ "title": "A String", # Title of the task.<br>
+ "deleted": True or False, # Flag indicating whether the task has been deleted. The default if False.<br>
+ "completed": "A String", # Completion date of the task (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp). This field is omitted if the task has not been completed.<br>
+ "due": "A String", # Due date of the task (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp). Optional.<br>
+ "etag": "A String", # ETag of the resource.<br>
+ "notes": "A String", # Notes describing the task. Optional.<br>
+ "position": "A String", # String indicating the position of the task among its sibling tasks under the same parent task or at the top level. If this string is greater than another task's corresponding position string according to lexicographical ordering, the task is positioned after the other task under the same parent task (or at the top level). This field is read-only. Use the "move" method to move the task to another position.<br>
+ "hidden": True or False, # Flag indicating whether the task is hidden. This is the case if the task had been marked completed when the task list was last cleared. The default is False. This field is read-only.<br>
+ "id": "A String", # Task identifier.<br>
+ "selfLink": "A String", # URL pointing to this task. Used to retrieve, update, or delete this task.<br>
+ }<br>
+ <br>
tasklist: string, Task list identifier. (required)<br>
- task: string, Task identifier. (required)</tt></dd></dl>
+ task: string, Task identifier. (required)<br>
+ <br>
+Returns:<br>
+ An object of the form<br>
+ <br>
+ {<br>
+ "status": "A String", # Status of the task. This is either "needsAction" or "completed".<br>
+ "kind": "tasks#task", # Type of the resource. This is always "tasks#task".<br>
+ "updated": "A String", # Last modification time of the task (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp).<br>
+ "parent": "A String", # Parent task identifier. This field is omitted if it is a top-level task. This field is read-only. Use the "move" method to move the task under a different parent or to the top level.<br>
+ "links": [ # Collection of links. This collection is read-only.<br>
+ {<br>
+ "type": "A String", # Type of the link, e.g. "email".<br>
+ "link": "A String", # The URL.<br>
+ "description": "A String", # The description. In HTML speak: Everything between <a> and </a>.<br>
+ },<br>
+ ],<br>
+ "title": "A String", # Title of the task.<br>
+ "deleted": True or False, # Flag indicating whether the task has been deleted. The default if False.<br>
+ "completed": "A String", # Completion date of the task (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp). This field is omitted if the task has not been completed.<br>
+ "due": "A String", # Due date of the task (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp). Optional.<br>
+ "etag": "A String", # ETag of the resource.<br>
+ "notes": "A String", # Notes describing the task. Optional.<br>
+ "position": "A String", # String indicating the position of the task among its sibling tasks under the same parent task or at the top level. If this string is greater than another task's corresponding position string according to lexicographical ordering, the task is positioned after the other task under the same parent task (or at the top level). This field is read-only. Use the "move" method to move the task to another position.<br>
+ "hidden": True or False, # Flag indicating whether the task is hidden. This is the case if the task had been marked completed when the task list was last cleared. The default is False. This field is read-only.<br>
+ "id": "A String", # Task identifier.<br>
+ "selfLink": "A String", # URL pointing to this task. Used to retrieve, update, or delete this task.<br>
+ }</tt></dd></dl>
<dl><dt><a name="Resource-update"><strong>update</strong></a> = method(self, **kwargs)</dt><dd><tt>Updates the specified task.<br>
<br>
Args:<br>
body: object, The request body. (required)<br>
+ The object takes the form of:<br>
+ <br>
+{<br>
+ "status": "A String", # Status of the task. This is either "needsAction" or "completed".<br>
+ "kind": "tasks#task", # Type of the resource. This is always "tasks#task".<br>
+ "updated": "A String", # Last modification time of the task (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp).<br>
+ "parent": "A String", # Parent task identifier. This field is omitted if it is a top-level task. This field is read-only. Use the "move" method to move the task under a different parent or to the top level.<br>
+ "links": [ # Collection of links. This collection is read-only.<br>
+ {<br>
+ "type": "A String", # Type of the link, e.g. "email".<br>
+ "link": "A String", # The URL.<br>
+ "description": "A String", # The description. In HTML speak: Everything between <a> and </a>.<br>
+ },<br>
+ ],<br>
+ "title": "A String", # Title of the task.<br>
+ "deleted": True or False, # Flag indicating whether the task has been deleted. The default if False.<br>
+ "completed": "A String", # Completion date of the task (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp). This field is omitted if the task has not been completed.<br>
+ "due": "A String", # Due date of the task (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp). Optional.<br>
+ "etag": "A String", # ETag of the resource.<br>
+ "notes": "A String", # Notes describing the task. Optional.<br>
+ "position": "A String", # String indicating the position of the task among its sibling tasks under the same parent task or at the top level. If this string is greater than another task's corresponding position string according to lexicographical ordering, the task is positioned after the other task under the same parent task (or at the top level). This field is read-only. Use the "move" method to move the task to another position.<br>
+ "hidden": True or False, # Flag indicating whether the task is hidden. This is the case if the task had been marked completed when the task list was last cleared. The default is False. This field is read-only.<br>
+ "id": "A String", # Task identifier.<br>
+ "selfLink": "A String", # URL pointing to this task. Used to retrieve, update, or delete this task.<br>
+ }<br>
+ <br>
tasklist: string, Task list identifier. (required)<br>
- task: string, Task identifier. (required)</tt></dd></dl>
+ task: string, Task identifier. (required)<br>
+ <br>
+Returns:<br>
+ An object of the form<br>
+ <br>
+ {<br>
+ "status": "A String", # Status of the task. This is either "needsAction" or "completed".<br>
+ "kind": "tasks#task", # Type of the resource. This is always "tasks#task".<br>
+ "updated": "A String", # Last modification time of the task (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp).<br>
+ "parent": "A String", # Parent task identifier. This field is omitted if it is a top-level task. This field is read-only. Use the "move" method to move the task under a different parent or to the top level.<br>
+ "links": [ # Collection of links. This collection is read-only.<br>
+ {<br>
+ "type": "A String", # Type of the link, e.g. "email".<br>
+ "link": "A String", # The URL.<br>
+ "description": "A String", # The description. In HTML speak: Everything between <a> and </a>.<br>
+ },<br>
+ ],<br>
+ "title": "A String", # Title of the task.<br>
+ "deleted": True or False, # Flag indicating whether the task has been deleted. The default if False.<br>
+ "completed": "A String", # Completion date of the task (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp). This field is omitted if the task has not been completed.<br>
+ "due": "A String", # Due date of the task (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp). Optional.<br>
+ "etag": "A String", # ETag of the resource.<br>
+ "notes": "A String", # Notes describing the task. Optional.<br>
+ "position": "A String", # String indicating the position of the task among its sibling tasks under the same parent task or at the top level. If this string is greater than another task's corresponding position string according to lexicographical ordering, the task is positioned after the other task under the same parent task (or at the top level). This field is read-only. Use the "move" method to move the task to another position.<br>
+ "hidden": True or False, # Flag indicating whether the task is hidden. This is the case if the task had been marked completed when the task list was last cleared. The default is False. This field is read-only.<br>
+ "id": "A String", # Task identifier.<br>
+ "selfLink": "A String", # URL pointing to this task. Used to retrieve, update, or delete this task.<br>
+ }</tt></dd></dl>
<hr>
Data descriptors defined here:<br>