docs: update generated docs (#981)
diff --git a/docs/dyn/tasks_v1.tasks.html b/docs/dyn/tasks_v1.tasks.html
index 407529a..3bf6b51 100644
--- a/docs/dyn/tasks_v1.tasks.html
+++ b/docs/dyn/tasks_v1.tasks.html
@@ -84,16 +84,16 @@
<code><a href="#get">get(tasklist, task, x__xgafv=None)</a></code></p>
<p class="firstline">Returns the specified task.</p>
<p class="toc_element">
- <code><a href="#insert">insert(tasklist, body=None, parent=None, previous=None, x__xgafv=None)</a></code></p>
+ <code><a href="#insert">insert(tasklist, body=None, previous=None, parent=None, x__xgafv=None)</a></code></p>
<p class="firstline">Creates a new task on the specified task list.</p>
<p class="toc_element">
- <code><a href="#list">list(tasklist, completedMin=None, updatedMin=None, dueMin=None, showHidden=None, showCompleted=None, maxResults=None, pageToken=None, dueMax=None, completedMax=None, showDeleted=None, x__xgafv=None)</a></code></p>
+ <code><a href="#list">list(tasklist, showCompleted=None, pageToken=None, showDeleted=None, completedMax=None, dueMax=None, dueMin=None, showHidden=None, completedMin=None, maxResults=None, updatedMin=None, x__xgafv=None)</a></code></p>
<p class="firstline">Returns all tasks in the specified task list.</p>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
<p class="firstline">Retrieves the next page of results.</p>
<p class="toc_element">
- <code><a href="#move">move(tasklist, task, parent=None, previous=None, x__xgafv=None)</a></code></p>
+ <code><a href="#move">move(tasklist, task, previous=None, parent=None, x__xgafv=None)</a></code></p>
<p class="firstline">Moves the specified task to another position in the task list. This can</p>
<p class="toc_element">
<code><a href="#patch">patch(tasklist, task, body=None, x__xgafv=None)</a></code></p>
@@ -147,46 +147,46 @@
An object of the form:
{
- "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp).
- "etag": "A String", # ETag of the resource.
- "title": "A String", # Title of the task.
- "kind": "A String", # Type of the resource. This is always "tasks#task".
- "id": "A String", # Task identifier.
- "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.
- "selfLink": "A String", # URL pointing to this task. Used to retrieve, update, or delete this task.
- "notes": "A String", # Notes describing the task. Optional.
- "status": "A String", # Status of the task. This is either "needsAction" or "completed".
- "deleted": True or False, # Flag indicating whether the task has been deleted. The default is False.
- "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.
- "due": "A String", # Due date of the task (as a RFC 3339 timestamp). Optional. The due date only
- # records date information; the time portion of the timestamp is discarded
- # when setting the due date. It isn't possible to read or write the time that
- # a task is due via the API.
- "links": [ # Collection of links. This collection is read-only.
- {
- "type": "A String", # Type of the link, e.g. "email".
- "link": "A String", # The URL.
- "description": "A String", # The description. In HTML speak: Everything between &lt;a&gt; and
- # &lt;/a&gt;.
- },
- ],
- "completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is
- # omitted if the task has not been completed.
- "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.
- }</pre>
+ "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.
+ "kind": "A String", # Type of the resource. This is always "tasks#task".
+ "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.
+ "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp).
+ "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.
+ "completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is
+ # omitted if the task has not been completed.
+ "deleted": True or False, # Flag indicating whether the task has been deleted. The default is False.
+ "links": [ # Collection of links. This collection is read-only.
+ {
+ "description": "A String", # The description. In HTML speak: Everything between &lt;a&gt; and
+ # &lt;/a&gt;.
+ "type": "A String", # Type of the link, e.g. "email".
+ "link": "A String", # The URL.
+ },
+ ],
+ "selfLink": "A String", # URL pointing to this task. Used to retrieve, update, or delete this task.
+ "title": "A String", # Title of the task.
+ "notes": "A String", # Notes describing the task. Optional.
+ "status": "A String", # Status of the task. This is either "needsAction" or "completed".
+ "due": "A String", # Due date of the task (as a RFC 3339 timestamp). Optional. The due date only
+ # records date information; the time portion of the timestamp is discarded
+ # when setting the due date. It isn't possible to read or write the time that
+ # a task is due via the API.
+ "etag": "A String", # ETag of the resource.
+ "id": "A String", # Task identifier.
+ }</pre>
</div>
<div class="method">
- <code class="details" id="insert">insert(tasklist, body=None, parent=None, previous=None, x__xgafv=None)</code>
+ <code class="details" id="insert">insert(tasklist, body=None, previous=None, parent=None, x__xgafv=None)</code>
<pre>Creates a new task on the specified task list.
Args:
@@ -195,120 +195,120 @@
The object takes the form of:
{
- "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp).
- "etag": "A String", # ETag of the resource.
- "title": "A String", # Title of the task.
- "kind": "A String", # Type of the resource. This is always "tasks#task".
- "id": "A String", # Task identifier.
+ "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.
+ "kind": "A String", # Type of the resource. This is always "tasks#task".
+ "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.
+ "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp).
+ "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.
+ "completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is
+ # omitted if the task has not been completed.
+ "deleted": True or False, # Flag indicating whether the task has been deleted. The default is False.
+ "links": [ # Collection of links. This collection is read-only.
+ {
+ "description": "A String", # The description. In HTML speak: Everything between &lt;a&gt; and
+ # &lt;/a&gt;.
+ "type": "A String", # Type of the link, e.g. "email".
+ "link": "A String", # The URL.
+ },
+ ],
+ "selfLink": "A String", # URL pointing to this task. Used to retrieve, update, or delete this task.
+ "title": "A String", # Title of the task.
+ "notes": "A String", # Notes describing the task. Optional.
+ "status": "A String", # Status of the task. This is either "needsAction" or "completed".
+ "due": "A String", # Due date of the task (as a RFC 3339 timestamp). Optional. The due date only
+ # records date information; the time portion of the timestamp is discarded
+ # when setting the due date. It isn't possible to read or write the time that
+ # a task is due via the API.
+ "etag": "A String", # ETag of the resource.
+ "id": "A String", # Task identifier.
+}
+
+ previous: string, Previous sibling task identifier. If the task is created at the first
+position among its siblings, this parameter is omitted. Optional.
+ parent: string, Parent task identifier. If the task is created at the top level, this
+parameter is omitted. Optional.
+ x__xgafv: string, V1 error format.
+ Allowed values
+ 1 - v1 error format
+ 2 - v2 error format
+
+Returns:
+ An object of the form:
+
+ {
"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.
- "selfLink": "A String", # URL pointing to this task. Used to retrieve, update, or delete this task.
- "notes": "A String", # Notes describing the task. Optional.
- "status": "A String", # Status of the task. This is either "needsAction" or "completed".
- "deleted": True or False, # Flag indicating whether the task has been deleted. The default is False.
+ "kind": "A String", # Type of the resource. This is always "tasks#task".
+ "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.
+ "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp).
"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.
+ "completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is
+ # omitted if the task has not been completed.
+ "deleted": True or False, # Flag indicating whether the task has been deleted. The default is False.
+ "links": [ # Collection of links. This collection is read-only.
+ {
+ "description": "A String", # The description. In HTML speak: Everything between &lt;a&gt; and
+ # &lt;/a&gt;.
+ "type": "A String", # Type of the link, e.g. "email".
+ "link": "A String", # The URL.
+ },
+ ],
+ "selfLink": "A String", # URL pointing to this task. Used to retrieve, update, or delete this task.
+ "title": "A String", # Title of the task.
+ "notes": "A String", # Notes describing the task. Optional.
+ "status": "A String", # Status of the task. This is either "needsAction" or "completed".
"due": "A String", # Due date of the task (as a RFC 3339 timestamp). Optional. The due date only
# records date information; the time portion of the timestamp is discarded
# when setting the due date. It isn't possible to read or write the time that
# a task is due via the API.
- "links": [ # Collection of links. This collection is read-only.
- {
- "type": "A String", # Type of the link, e.g. "email".
- "link": "A String", # The URL.
- "description": "A String", # The description. In HTML speak: Everything between &lt;a&gt; and
- # &lt;/a&gt;.
- },
- ],
- "completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is
- # omitted if the task has not been completed.
- "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.
- }
-
- parent: string, Parent task identifier. If the task is created at the top level, this
-parameter is omitted. Optional.
- previous: string, Previous sibling task identifier. If the task is created at the first
-position among its siblings, this parameter is omitted. Optional.
- x__xgafv: string, V1 error format.
- Allowed values
- 1 - v1 error format
- 2 - v2 error format
-
-Returns:
- An object of the form:
-
- {
- "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp).
- "etag": "A String", # ETag of the resource.
- "title": "A String", # Title of the task.
- "kind": "A String", # Type of the resource. This is always "tasks#task".
- "id": "A String", # Task identifier.
- "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.
- "selfLink": "A String", # URL pointing to this task. Used to retrieve, update, or delete this task.
- "notes": "A String", # Notes describing the task. Optional.
- "status": "A String", # Status of the task. This is either "needsAction" or "completed".
- "deleted": True or False, # Flag indicating whether the task has been deleted. The default is False.
- "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.
- "due": "A String", # Due date of the task (as a RFC 3339 timestamp). Optional. The due date only
- # records date information; the time portion of the timestamp is discarded
- # when setting the due date. It isn't possible to read or write the time that
- # a task is due via the API.
- "links": [ # Collection of links. This collection is read-only.
- {
- "type": "A String", # Type of the link, e.g. "email".
- "link": "A String", # The URL.
- "description": "A String", # The description. In HTML speak: Everything between &lt;a&gt; and
- # &lt;/a&gt;.
- },
- ],
- "completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is
- # omitted if the task has not been completed.
- "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.
- }</pre>
+ "etag": "A String", # ETag of the resource.
+ "id": "A String", # Task identifier.
+ }</pre>
</div>
<div class="method">
- <code class="details" id="list">list(tasklist, completedMin=None, updatedMin=None, dueMin=None, showHidden=None, showCompleted=None, maxResults=None, pageToken=None, dueMax=None, completedMax=None, showDeleted=None, x__xgafv=None)</code>
+ <code class="details" id="list">list(tasklist, showCompleted=None, pageToken=None, showDeleted=None, completedMax=None, dueMax=None, dueMin=None, showHidden=None, completedMin=None, maxResults=None, updatedMin=None, x__xgafv=None)</code>
<pre>Returns all tasks in the specified task list.
Args:
tasklist: string, Task list identifier. (required)
- completedMin: string, Lower bound for a task's completion date (as a RFC 3339 timestamp) to
+ showCompleted: boolean, Flag indicating whether completed tasks are returned in the result.
+Optional. The default is True.
+ pageToken: string, Token specifying the result page to return. Optional.
+ showDeleted: boolean, Flag indicating whether deleted tasks are returned in the result. Optional.
+The default is False.
+ completedMax: string, Upper bound for a task's completion date (as a RFC 3339 timestamp) to
filter by. Optional. The default is not to filter by completion date.
- updatedMin: string, Lower bound for a task's last modification time (as a RFC 3339 timestamp)
-to filter by. Optional. The default is not to filter by last modification
-time.
+ dueMax: string, Upper bound for a task's due date (as a RFC 3339 timestamp) to filter by.
+Optional. The default is not to filter by due date.
dueMin: string, Lower bound for a task's due date (as a RFC 3339 timestamp) to filter by.
Optional. The default is not to filter by due date.
showHidden: boolean, Flag indicating whether hidden tasks are returned in the result. Optional.
The default is False.
- showCompleted: boolean, Flag indicating whether completed tasks are returned in the result.
-Optional. The default is True.
+ completedMin: string, Lower bound for a task's completion date (as a RFC 3339 timestamp) to
+filter by. Optional. The default is not to filter by completion date.
maxResults: integer, Maximum number of task lists returned on one page. Optional. The default is
20 (max allowed: 100).
- pageToken: string, Token specifying the result page to return. Optional.
- dueMax: string, Upper bound for a task's due date (as a RFC 3339 timestamp) to filter by.
-Optional. The default is not to filter by due date.
- completedMax: string, Upper bound for a task's completion date (as a RFC 3339 timestamp) to
-filter by. Optional. The default is not to filter by completion date.
- showDeleted: boolean, Flag indicating whether deleted tasks are returned in the result. Optional.
-The default is False.
+ updatedMin: string, Lower bound for a task's last modification time (as a RFC 3339 timestamp)
+to filter by. Optional. The default is not to filter by last modification
+time.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -318,48 +318,48 @@
An object of the form:
{
- "nextPageToken": "A String", # Token used to access the next page of this result.
- "etag": "A String", # ETag of the resource.
"items": [ # Collection of tasks.
{
- "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp).
- "etag": "A String", # ETag of the resource.
- "title": "A String", # Title of the task.
- "kind": "A String", # Type of the resource. This is always "tasks#task".
- "id": "A String", # Task identifier.
- "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.
- "selfLink": "A String", # URL pointing to this task. Used to retrieve, update, or delete this task.
- "notes": "A String", # Notes describing the task. Optional.
- "status": "A String", # Status of the task. This is either "needsAction" or "completed".
- "deleted": True or False, # Flag indicating whether the task has been deleted. The default is False.
- "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.
- "due": "A String", # Due date of the task (as a RFC 3339 timestamp). Optional. The due date only
- # records date information; the time portion of the timestamp is discarded
- # when setting the due date. It isn't possible to read or write the time that
- # a task is due via the API.
- "links": [ # Collection of links. This collection is read-only.
- {
- "type": "A String", # Type of the link, e.g. "email".
- "link": "A String", # The URL.
- "description": "A String", # The description. In HTML speak: Everything between &lt;a&gt; and
- # &lt;/a&gt;.
- },
- ],
- "completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is
- # omitted if the task has not been completed.
- "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.
- },
+ "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.
+ "kind": "A String", # Type of the resource. This is always "tasks#task".
+ "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.
+ "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp).
+ "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.
+ "completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is
+ # omitted if the task has not been completed.
+ "deleted": True or False, # Flag indicating whether the task has been deleted. The default is False.
+ "links": [ # Collection of links. This collection is read-only.
+ {
+ "description": "A String", # The description. In HTML speak: Everything between &lt;a&gt; and
+ # &lt;/a&gt;.
+ "type": "A String", # Type of the link, e.g. "email".
+ "link": "A String", # The URL.
+ },
+ ],
+ "selfLink": "A String", # URL pointing to this task. Used to retrieve, update, or delete this task.
+ "title": "A String", # Title of the task.
+ "notes": "A String", # Notes describing the task. Optional.
+ "status": "A String", # Status of the task. This is either "needsAction" or "completed".
+ "due": "A String", # Due date of the task (as a RFC 3339 timestamp). Optional. The due date only
+ # records date information; the time portion of the timestamp is discarded
+ # when setting the due date. It isn't possible to read or write the time that
+ # a task is due via the API.
+ "etag": "A String", # ETag of the resource.
+ "id": "A String", # Task identifier.
+ },
],
+ "nextPageToken": "A String", # Token used to access the next page of this result.
"kind": "A String", # Type of the resource. This is always "tasks#tasks".
+ "etag": "A String", # ETag of the resource.
}</pre>
</div>
@@ -378,7 +378,7 @@
</div>
<div class="method">
- <code class="details" id="move">move(tasklist, task, parent=None, previous=None, x__xgafv=None)</code>
+ <code class="details" id="move">move(tasklist, task, previous=None, parent=None, x__xgafv=None)</code>
<pre>Moves the specified task to another position in the task list. This can
include putting it as a child task under a new parent and/or move it to a
different position among its sibling tasks.
@@ -386,10 +386,10 @@
Args:
tasklist: string, Task list identifier. (required)
task: string, Task identifier. (required)
- parent: string, New parent task identifier. If the task is moved to the top level, this
-parameter is omitted. Optional.
previous: string, New previous sibling task identifier. If the task is moved to the first
position among its siblings, this parameter is omitted. Optional.
+ parent: string, New parent task identifier. If the task is moved to the top level, this
+parameter is omitted. Optional.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -399,42 +399,42 @@
An object of the form:
{
- "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp).
- "etag": "A String", # ETag of the resource.
- "title": "A String", # Title of the task.
- "kind": "A String", # Type of the resource. This is always "tasks#task".
- "id": "A String", # Task identifier.
- "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.
- "selfLink": "A String", # URL pointing to this task. Used to retrieve, update, or delete this task.
- "notes": "A String", # Notes describing the task. Optional.
- "status": "A String", # Status of the task. This is either "needsAction" or "completed".
- "deleted": True or False, # Flag indicating whether the task has been deleted. The default is False.
- "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.
- "due": "A String", # Due date of the task (as a RFC 3339 timestamp). Optional. The due date only
- # records date information; the time portion of the timestamp is discarded
- # when setting the due date. It isn't possible to read or write the time that
- # a task is due via the API.
- "links": [ # Collection of links. This collection is read-only.
- {
- "type": "A String", # Type of the link, e.g. "email".
- "link": "A String", # The URL.
- "description": "A String", # The description. In HTML speak: Everything between &lt;a&gt; and
- # &lt;/a&gt;.
- },
- ],
- "completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is
- # omitted if the task has not been completed.
- "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.
- }</pre>
+ "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.
+ "kind": "A String", # Type of the resource. This is always "tasks#task".
+ "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.
+ "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp).
+ "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.
+ "completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is
+ # omitted if the task has not been completed.
+ "deleted": True or False, # Flag indicating whether the task has been deleted. The default is False.
+ "links": [ # Collection of links. This collection is read-only.
+ {
+ "description": "A String", # The description. In HTML speak: Everything between &lt;a&gt; and
+ # &lt;/a&gt;.
+ "type": "A String", # Type of the link, e.g. "email".
+ "link": "A String", # The URL.
+ },
+ ],
+ "selfLink": "A String", # URL pointing to this task. Used to retrieve, update, or delete this task.
+ "title": "A String", # Title of the task.
+ "notes": "A String", # Notes describing the task. Optional.
+ "status": "A String", # Status of the task. This is either "needsAction" or "completed".
+ "due": "A String", # Due date of the task (as a RFC 3339 timestamp). Optional. The due date only
+ # records date information; the time portion of the timestamp is discarded
+ # when setting the due date. It isn't possible to read or write the time that
+ # a task is due via the API.
+ "etag": "A String", # ETag of the resource.
+ "id": "A String", # Task identifier.
+ }</pre>
</div>
<div class="method">
@@ -448,42 +448,42 @@
The object takes the form of:
{
- "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp).
- "etag": "A String", # ETag of the resource.
- "title": "A String", # Title of the task.
- "kind": "A String", # Type of the resource. This is always "tasks#task".
- "id": "A String", # Task identifier.
- "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.
- "selfLink": "A String", # URL pointing to this task. Used to retrieve, update, or delete this task.
- "notes": "A String", # Notes describing the task. Optional.
- "status": "A String", # Status of the task. This is either "needsAction" or "completed".
- "deleted": True or False, # Flag indicating whether the task has been deleted. The default is False.
- "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.
- "due": "A String", # Due date of the task (as a RFC 3339 timestamp). Optional. The due date only
- # records date information; the time portion of the timestamp is discarded
- # when setting the due date. It isn't possible to read or write the time that
- # a task is due via the API.
- "links": [ # Collection of links. This collection is read-only.
- {
- "type": "A String", # Type of the link, e.g. "email".
- "link": "A String", # The URL.
- "description": "A String", # The description. In HTML speak: Everything between &lt;a&gt; and
- # &lt;/a&gt;.
- },
- ],
- "completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is
- # omitted if the task has not been completed.
- "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.
- }
+ "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.
+ "kind": "A String", # Type of the resource. This is always "tasks#task".
+ "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.
+ "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp).
+ "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.
+ "completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is
+ # omitted if the task has not been completed.
+ "deleted": True or False, # Flag indicating whether the task has been deleted. The default is False.
+ "links": [ # Collection of links. This collection is read-only.
+ {
+ "description": "A String", # The description. In HTML speak: Everything between &lt;a&gt; and
+ # &lt;/a&gt;.
+ "type": "A String", # Type of the link, e.g. "email".
+ "link": "A String", # The URL.
+ },
+ ],
+ "selfLink": "A String", # URL pointing to this task. Used to retrieve, update, or delete this task.
+ "title": "A String", # Title of the task.
+ "notes": "A String", # Notes describing the task. Optional.
+ "status": "A String", # Status of the task. This is either "needsAction" or "completed".
+ "due": "A String", # Due date of the task (as a RFC 3339 timestamp). Optional. The due date only
+ # records date information; the time portion of the timestamp is discarded
+ # when setting the due date. It isn't possible to read or write the time that
+ # a task is due via the API.
+ "etag": "A String", # ETag of the resource.
+ "id": "A String", # Task identifier.
+}
x__xgafv: string, V1 error format.
Allowed values
@@ -494,42 +494,42 @@
An object of the form:
{
- "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp).
- "etag": "A String", # ETag of the resource.
- "title": "A String", # Title of the task.
- "kind": "A String", # Type of the resource. This is always "tasks#task".
- "id": "A String", # Task identifier.
- "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.
- "selfLink": "A String", # URL pointing to this task. Used to retrieve, update, or delete this task.
- "notes": "A String", # Notes describing the task. Optional.
- "status": "A String", # Status of the task. This is either "needsAction" or "completed".
- "deleted": True or False, # Flag indicating whether the task has been deleted. The default is False.
- "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.
- "due": "A String", # Due date of the task (as a RFC 3339 timestamp). Optional. The due date only
- # records date information; the time portion of the timestamp is discarded
- # when setting the due date. It isn't possible to read or write the time that
- # a task is due via the API.
- "links": [ # Collection of links. This collection is read-only.
- {
- "type": "A String", # Type of the link, e.g. "email".
- "link": "A String", # The URL.
- "description": "A String", # The description. In HTML speak: Everything between &lt;a&gt; and
- # &lt;/a&gt;.
- },
- ],
- "completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is
- # omitted if the task has not been completed.
- "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.
- }</pre>
+ "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.
+ "kind": "A String", # Type of the resource. This is always "tasks#task".
+ "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.
+ "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp).
+ "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.
+ "completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is
+ # omitted if the task has not been completed.
+ "deleted": True or False, # Flag indicating whether the task has been deleted. The default is False.
+ "links": [ # Collection of links. This collection is read-only.
+ {
+ "description": "A String", # The description. In HTML speak: Everything between &lt;a&gt; and
+ # &lt;/a&gt;.
+ "type": "A String", # Type of the link, e.g. "email".
+ "link": "A String", # The URL.
+ },
+ ],
+ "selfLink": "A String", # URL pointing to this task. Used to retrieve, update, or delete this task.
+ "title": "A String", # Title of the task.
+ "notes": "A String", # Notes describing the task. Optional.
+ "status": "A String", # Status of the task. This is either "needsAction" or "completed".
+ "due": "A String", # Due date of the task (as a RFC 3339 timestamp). Optional. The due date only
+ # records date information; the time portion of the timestamp is discarded
+ # when setting the due date. It isn't possible to read or write the time that
+ # a task is due via the API.
+ "etag": "A String", # ETag of the resource.
+ "id": "A String", # Task identifier.
+ }</pre>
</div>
<div class="method">
@@ -543,42 +543,42 @@
The object takes the form of:
{
- "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp).
- "etag": "A String", # ETag of the resource.
- "title": "A String", # Title of the task.
- "kind": "A String", # Type of the resource. This is always "tasks#task".
- "id": "A String", # Task identifier.
- "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.
- "selfLink": "A String", # URL pointing to this task. Used to retrieve, update, or delete this task.
- "notes": "A String", # Notes describing the task. Optional.
- "status": "A String", # Status of the task. This is either "needsAction" or "completed".
- "deleted": True or False, # Flag indicating whether the task has been deleted. The default is False.
- "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.
- "due": "A String", # Due date of the task (as a RFC 3339 timestamp). Optional. The due date only
- # records date information; the time portion of the timestamp is discarded
- # when setting the due date. It isn't possible to read or write the time that
- # a task is due via the API.
- "links": [ # Collection of links. This collection is read-only.
- {
- "type": "A String", # Type of the link, e.g. "email".
- "link": "A String", # The URL.
- "description": "A String", # The description. In HTML speak: Everything between &lt;a&gt; and
- # &lt;/a&gt;.
- },
- ],
- "completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is
- # omitted if the task has not been completed.
- "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.
- }
+ "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.
+ "kind": "A String", # Type of the resource. This is always "tasks#task".
+ "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.
+ "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp).
+ "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.
+ "completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is
+ # omitted if the task has not been completed.
+ "deleted": True or False, # Flag indicating whether the task has been deleted. The default is False.
+ "links": [ # Collection of links. This collection is read-only.
+ {
+ "description": "A String", # The description. In HTML speak: Everything between &lt;a&gt; and
+ # &lt;/a&gt;.
+ "type": "A String", # Type of the link, e.g. "email".
+ "link": "A String", # The URL.
+ },
+ ],
+ "selfLink": "A String", # URL pointing to this task. Used to retrieve, update, or delete this task.
+ "title": "A String", # Title of the task.
+ "notes": "A String", # Notes describing the task. Optional.
+ "status": "A String", # Status of the task. This is either "needsAction" or "completed".
+ "due": "A String", # Due date of the task (as a RFC 3339 timestamp). Optional. The due date only
+ # records date information; the time portion of the timestamp is discarded
+ # when setting the due date. It isn't possible to read or write the time that
+ # a task is due via the API.
+ "etag": "A String", # ETag of the resource.
+ "id": "A String", # Task identifier.
+}
x__xgafv: string, V1 error format.
Allowed values
@@ -589,42 +589,42 @@
An object of the form:
{
- "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp).
- "etag": "A String", # ETag of the resource.
- "title": "A String", # Title of the task.
- "kind": "A String", # Type of the resource. This is always "tasks#task".
- "id": "A String", # Task identifier.
- "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.
- "selfLink": "A String", # URL pointing to this task. Used to retrieve, update, or delete this task.
- "notes": "A String", # Notes describing the task. Optional.
- "status": "A String", # Status of the task. This is either "needsAction" or "completed".
- "deleted": True or False, # Flag indicating whether the task has been deleted. The default is False.
- "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.
- "due": "A String", # Due date of the task (as a RFC 3339 timestamp). Optional. The due date only
- # records date information; the time portion of the timestamp is discarded
- # when setting the due date. It isn't possible to read or write the time that
- # a task is due via the API.
- "links": [ # Collection of links. This collection is read-only.
- {
- "type": "A String", # Type of the link, e.g. "email".
- "link": "A String", # The URL.
- "description": "A String", # The description. In HTML speak: Everything between &lt;a&gt; and
- # &lt;/a&gt;.
- },
- ],
- "completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is
- # omitted if the task has not been completed.
- "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.
- }</pre>
+ "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.
+ "kind": "A String", # Type of the resource. This is always "tasks#task".
+ "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.
+ "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp).
+ "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.
+ "completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is
+ # omitted if the task has not been completed.
+ "deleted": True or False, # Flag indicating whether the task has been deleted. The default is False.
+ "links": [ # Collection of links. This collection is read-only.
+ {
+ "description": "A String", # The description. In HTML speak: Everything between &lt;a&gt; and
+ # &lt;/a&gt;.
+ "type": "A String", # Type of the link, e.g. "email".
+ "link": "A String", # The URL.
+ },
+ ],
+ "selfLink": "A String", # URL pointing to this task. Used to retrieve, update, or delete this task.
+ "title": "A String", # Title of the task.
+ "notes": "A String", # Notes describing the task. Optional.
+ "status": "A String", # Status of the task. This is either "needsAction" or "completed".
+ "due": "A String", # Due date of the task (as a RFC 3339 timestamp). Optional. The due date only
+ # records date information; the time portion of the timestamp is discarded
+ # when setting the due date. It isn't possible to read or write the time that
+ # a task is due via the API.
+ "etag": "A String", # ETag of the resource.
+ "id": "A String", # Task identifier.
+ }</pre>
</div>
</body></html>
\ No newline at end of file