chore: update docs/dyn (#1162)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/b5e48daa-1759-436b-9fe7-ffce1482b520/targets
- [ ] To automatically regenerate this PR, check this box.
diff --git a/docs/dyn/tasks_v1.tasks.html b/docs/dyn/tasks_v1.tasks.html
index ddb21b1..18530ae 100644
--- a/docs/dyn/tasks_v1.tasks.html
+++ b/docs/dyn/tasks_v1.tasks.html
@@ -90,7 +90,7 @@
<code><a href="#insert">insert(tasklist, body=None, parent=None, previous=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, showHidden=None, showDeleted=None, dueMax=None, dueMin=None, maxResults=None, completedMax=None, pageToken=None, showCompleted=None, completedMin=None, updatedMin=None, x__xgafv=None)</a></code></p>
+ <code><a href="#list">list(tasklist, completedMax=None, completedMin=None, dueMax=None, dueMin=None, maxResults=None, pageToken=None, showCompleted=None, showDeleted=None, showHidden=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>
@@ -153,28 +153,28 @@
An object of the form:
{ # LINT.IfChange
- "title": "A String", # Title of the task.
- "selfLink": "A String", # URL pointing to this task. Used to retrieve, update, or delete this task.
- "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.
- "links": [ # Collection of links. This collection is read-only.
- {
- "description": "A String", # The description. In HTML speak: Everything between <a> and </a>.
- "type": "A String", # Type of the link, e.g. "email".
- "link": "A String", # The URL.
- },
- ],
- "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".
- "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.
- "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.
- "completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been 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.
- "id": "A String", # Task identifier.
- "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp).
- "notes": "A String", # Notes describing the task. Optional.
- "status": "A String", # Status of the task. This is either "needsAction" or "completed".
- "etag": "A String", # ETag of the resource.
- }</pre>
+ "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.
+ "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.
+ "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.
+ "id": "A String", # Task identifier.
+ "kind": "A String", # Type of the resource. This is always "tasks#task".
+ "links": [ # Collection of links. This collection is read-only.
+ {
+ "description": "A String", # The description. In HTML speak: Everything between <a> and </a>.
+ "link": "A String", # The URL.
+ "type": "A String", # Type of the link, e.g. "email".
+ },
+ ],
+ "notes": "A String", # Notes describing the task. Optional.
+ "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.
+ "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.
+ "selfLink": "A String", # URL pointing to this task. Used to retrieve, update, or delete this task.
+ "status": "A String", # Status of the task. This is either "needsAction" or "completed".
+ "title": "A String", # Title of the task.
+ "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp).
+}</pre>
</div>
<div class="method">
@@ -187,28 +187,28 @@
The object takes the form of:
{ # LINT.IfChange
- "title": "A String", # Title of the task.
- "selfLink": "A String", # URL pointing to this task. Used to retrieve, update, or delete this task.
- "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.
- "links": [ # Collection of links. This collection is read-only.
- {
- "description": "A String", # The description. In HTML speak: Everything between <a> and </a>.
- "type": "A String", # Type of the link, e.g. "email".
- "link": "A String", # The URL.
- },
- ],
- "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".
- "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.
- "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.
- "completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been 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.
- "id": "A String", # Task identifier.
- "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp).
- "notes": "A String", # Notes describing the task. Optional.
- "status": "A String", # Status of the task. This is either "needsAction" or "completed".
- "etag": "A String", # ETag of the resource.
- }
+ "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.
+ "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.
+ "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.
+ "id": "A String", # Task identifier.
+ "kind": "A String", # Type of the resource. This is always "tasks#task".
+ "links": [ # Collection of links. This collection is read-only.
+ {
+ "description": "A String", # The description. In HTML speak: Everything between <a> and </a>.
+ "link": "A String", # The URL.
+ "type": "A String", # Type of the link, e.g. "email".
+ },
+ ],
+ "notes": "A String", # Notes describing the task. Optional.
+ "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.
+ "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.
+ "selfLink": "A String", # URL pointing to this task. Used to retrieve, update, or delete this task.
+ "status": "A String", # Status of the task. This is either "needsAction" or "completed".
+ "title": "A String", # Title of the task.
+ "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp).
+}
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.
@@ -221,45 +221,45 @@
An object of the form:
{ # LINT.IfChange
- "title": "A String", # Title of the task.
- "selfLink": "A String", # URL pointing to this task. Used to retrieve, update, or delete this task.
- "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.
- "links": [ # Collection of links. This collection is read-only.
- {
- "description": "A String", # The description. In HTML speak: Everything between <a> and </a>.
- "type": "A String", # Type of the link, e.g. "email".
- "link": "A String", # The URL.
- },
- ],
- "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".
- "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.
- "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.
- "completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been 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.
- "id": "A String", # Task identifier.
- "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp).
- "notes": "A String", # Notes describing the task. Optional.
- "status": "A String", # Status of the task. This is either "needsAction" or "completed".
- "etag": "A String", # ETag of the resource.
- }</pre>
+ "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.
+ "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.
+ "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.
+ "id": "A String", # Task identifier.
+ "kind": "A String", # Type of the resource. This is always "tasks#task".
+ "links": [ # Collection of links. This collection is read-only.
+ {
+ "description": "A String", # The description. In HTML speak: Everything between <a> and </a>.
+ "link": "A String", # The URL.
+ "type": "A String", # Type of the link, e.g. "email".
+ },
+ ],
+ "notes": "A String", # Notes describing the task. Optional.
+ "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.
+ "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.
+ "selfLink": "A String", # URL pointing to this task. Used to retrieve, update, or delete this task.
+ "status": "A String", # Status of the task. This is either "needsAction" or "completed".
+ "title": "A String", # Title of the task.
+ "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp).
+}</pre>
</div>
<div class="method">
- <code class="details" id="list">list(tasklist, showHidden=None, showDeleted=None, dueMax=None, dueMin=None, maxResults=None, completedMax=None, pageToken=None, showCompleted=None, completedMin=None, updatedMin=None, x__xgafv=None)</code>
+ <code class="details" id="list">list(tasklist, completedMax=None, completedMin=None, dueMax=None, dueMin=None, maxResults=None, pageToken=None, showCompleted=None, showDeleted=None, showHidden=None, updatedMin=None, x__xgafv=None)</code>
<pre>Returns all tasks in the specified task list.
Args:
tasklist: string, Task list identifier. (required)
- showHidden: boolean, Flag indicating whether hidden tasks are returned in the result. Optional. The default is False.
- 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.
+ 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.
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.
maxResults: integer, Maximum number of task lists returned on one page. Optional. The default is 20 (max allowed: 100).
- 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.
pageToken: string, Token specifying the result page to return. Optional.
showCompleted: boolean, Flag indicating whether completed tasks are returned in the result. Optional. The default is True. Note that showHidden must also be True to show tasks completed in first party clients, such as the web UI and Google's mobile apps.
- 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.
+ showDeleted: boolean, Flag indicating whether deleted tasks are returned in the result. Optional. The default is False.
+ showHidden: boolean, Flag indicating whether hidden 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
@@ -270,35 +270,35 @@
An object of the form:
{
- "kind": "A String", # Type of the resource. This is always "tasks#tasks".
- "etag": "A String", # ETag of the resource.
- "items": [ # Collection of tasks.
- { # LINT.IfChange
- "title": "A String", # Title of the task.
- "selfLink": "A String", # URL pointing to this task. Used to retrieve, update, or delete this task.
- "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.
- "links": [ # Collection of links. This collection is read-only.
- {
- "description": "A String", # The description. In HTML speak: Everything between <a> and </a>.
- "type": "A String", # Type of the link, e.g. "email".
- "link": "A String", # The URL.
- },
- ],
- "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".
- "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.
- "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.
- "completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been 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.
- "id": "A String", # Task identifier.
- "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp).
- "notes": "A String", # Notes describing the task. Optional.
- "status": "A String", # Status of the task. This is either "needsAction" or "completed".
- "etag": "A String", # ETag of the resource.
+ "etag": "A String", # ETag of the resource.
+ "items": [ # Collection of tasks.
+ { # LINT.IfChange
+ "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.
+ "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.
+ "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.
+ "id": "A String", # Task identifier.
+ "kind": "A String", # Type of the resource. This is always "tasks#task".
+ "links": [ # Collection of links. This collection is read-only.
+ {
+ "description": "A String", # The description. In HTML speak: Everything between <a> and </a>.
+ "link": "A String", # The URL.
+ "type": "A String", # Type of the link, e.g. "email".
},
- ],
- "nextPageToken": "A String", # Token used to access the next page of this result.
- }</pre>
+ ],
+ "notes": "A String", # Notes describing the task. Optional.
+ "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.
+ "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.
+ "selfLink": "A String", # URL pointing to this task. Used to retrieve, update, or delete this task.
+ "status": "A String", # Status of the task. This is either "needsAction" or "completed".
+ "title": "A String", # Title of the task.
+ "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp).
+ },
+ ],
+ "kind": "A String", # Type of the resource. This is always "tasks#tasks".
+ "nextPageToken": "A String", # Token used to access the next page of this result.
+}</pre>
</div>
<div class="method">
@@ -333,28 +333,28 @@
An object of the form:
{ # LINT.IfChange
- "title": "A String", # Title of the task.
- "selfLink": "A String", # URL pointing to this task. Used to retrieve, update, or delete this task.
- "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.
- "links": [ # Collection of links. This collection is read-only.
- {
- "description": "A String", # The description. In HTML speak: Everything between <a> and </a>.
- "type": "A String", # Type of the link, e.g. "email".
- "link": "A String", # The URL.
- },
- ],
- "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".
- "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.
- "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.
- "completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been 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.
- "id": "A String", # Task identifier.
- "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp).
- "notes": "A String", # Notes describing the task. Optional.
- "status": "A String", # Status of the task. This is either "needsAction" or "completed".
- "etag": "A String", # ETag of the resource.
- }</pre>
+ "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.
+ "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.
+ "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.
+ "id": "A String", # Task identifier.
+ "kind": "A String", # Type of the resource. This is always "tasks#task".
+ "links": [ # Collection of links. This collection is read-only.
+ {
+ "description": "A String", # The description. In HTML speak: Everything between <a> and </a>.
+ "link": "A String", # The URL.
+ "type": "A String", # Type of the link, e.g. "email".
+ },
+ ],
+ "notes": "A String", # Notes describing the task. Optional.
+ "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.
+ "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.
+ "selfLink": "A String", # URL pointing to this task. Used to retrieve, update, or delete this task.
+ "status": "A String", # Status of the task. This is either "needsAction" or "completed".
+ "title": "A String", # Title of the task.
+ "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp).
+}</pre>
</div>
<div class="method">
@@ -368,28 +368,28 @@
The object takes the form of:
{ # LINT.IfChange
- "title": "A String", # Title of the task.
- "selfLink": "A String", # URL pointing to this task. Used to retrieve, update, or delete this task.
- "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.
- "links": [ # Collection of links. This collection is read-only.
- {
- "description": "A String", # The description. In HTML speak: Everything between <a> and </a>.
- "type": "A String", # Type of the link, e.g. "email".
- "link": "A String", # The URL.
- },
- ],
- "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".
- "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.
- "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.
- "completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been 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.
- "id": "A String", # Task identifier.
- "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp).
- "notes": "A String", # Notes describing the task. Optional.
- "status": "A String", # Status of the task. This is either "needsAction" or "completed".
- "etag": "A String", # ETag of the resource.
- }
+ "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.
+ "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.
+ "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.
+ "id": "A String", # Task identifier.
+ "kind": "A String", # Type of the resource. This is always "tasks#task".
+ "links": [ # Collection of links. This collection is read-only.
+ {
+ "description": "A String", # The description. In HTML speak: Everything between <a> and </a>.
+ "link": "A String", # The URL.
+ "type": "A String", # Type of the link, e.g. "email".
+ },
+ ],
+ "notes": "A String", # Notes describing the task. Optional.
+ "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.
+ "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.
+ "selfLink": "A String", # URL pointing to this task. Used to retrieve, update, or delete this task.
+ "status": "A String", # Status of the task. This is either "needsAction" or "completed".
+ "title": "A String", # Title of the task.
+ "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp).
+}
x__xgafv: string, V1 error format.
Allowed values
@@ -400,28 +400,28 @@
An object of the form:
{ # LINT.IfChange
- "title": "A String", # Title of the task.
- "selfLink": "A String", # URL pointing to this task. Used to retrieve, update, or delete this task.
- "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.
- "links": [ # Collection of links. This collection is read-only.
- {
- "description": "A String", # The description. In HTML speak: Everything between <a> and </a>.
- "type": "A String", # Type of the link, e.g. "email".
- "link": "A String", # The URL.
- },
- ],
- "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".
- "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.
- "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.
- "completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been 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.
- "id": "A String", # Task identifier.
- "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp).
- "notes": "A String", # Notes describing the task. Optional.
- "status": "A String", # Status of the task. This is either "needsAction" or "completed".
- "etag": "A String", # ETag of the resource.
- }</pre>
+ "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.
+ "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.
+ "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.
+ "id": "A String", # Task identifier.
+ "kind": "A String", # Type of the resource. This is always "tasks#task".
+ "links": [ # Collection of links. This collection is read-only.
+ {
+ "description": "A String", # The description. In HTML speak: Everything between <a> and </a>.
+ "link": "A String", # The URL.
+ "type": "A String", # Type of the link, e.g. "email".
+ },
+ ],
+ "notes": "A String", # Notes describing the task. Optional.
+ "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.
+ "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.
+ "selfLink": "A String", # URL pointing to this task. Used to retrieve, update, or delete this task.
+ "status": "A String", # Status of the task. This is either "needsAction" or "completed".
+ "title": "A String", # Title of the task.
+ "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp).
+}</pre>
</div>
<div class="method">
@@ -435,28 +435,28 @@
The object takes the form of:
{ # LINT.IfChange
- "title": "A String", # Title of the task.
- "selfLink": "A String", # URL pointing to this task. Used to retrieve, update, or delete this task.
- "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.
- "links": [ # Collection of links. This collection is read-only.
- {
- "description": "A String", # The description. In HTML speak: Everything between <a> and </a>.
- "type": "A String", # Type of the link, e.g. "email".
- "link": "A String", # The URL.
- },
- ],
- "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".
- "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.
- "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.
- "completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been 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.
- "id": "A String", # Task identifier.
- "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp).
- "notes": "A String", # Notes describing the task. Optional.
- "status": "A String", # Status of the task. This is either "needsAction" or "completed".
- "etag": "A String", # ETag of the resource.
- }
+ "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.
+ "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.
+ "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.
+ "id": "A String", # Task identifier.
+ "kind": "A String", # Type of the resource. This is always "tasks#task".
+ "links": [ # Collection of links. This collection is read-only.
+ {
+ "description": "A String", # The description. In HTML speak: Everything between <a> and </a>.
+ "link": "A String", # The URL.
+ "type": "A String", # Type of the link, e.g. "email".
+ },
+ ],
+ "notes": "A String", # Notes describing the task. Optional.
+ "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.
+ "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.
+ "selfLink": "A String", # URL pointing to this task. Used to retrieve, update, or delete this task.
+ "status": "A String", # Status of the task. This is either "needsAction" or "completed".
+ "title": "A String", # Title of the task.
+ "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp).
+}
x__xgafv: string, V1 error format.
Allowed values
@@ -467,28 +467,28 @@
An object of the form:
{ # LINT.IfChange
- "title": "A String", # Title of the task.
- "selfLink": "A String", # URL pointing to this task. Used to retrieve, update, or delete this task.
- "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.
- "links": [ # Collection of links. This collection is read-only.
- {
- "description": "A String", # The description. In HTML speak: Everything between <a> and </a>.
- "type": "A String", # Type of the link, e.g. "email".
- "link": "A String", # The URL.
- },
- ],
- "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".
- "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.
- "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.
- "completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been 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.
- "id": "A String", # Task identifier.
- "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp).
- "notes": "A String", # Notes describing the task. Optional.
- "status": "A String", # Status of the task. This is either "needsAction" or "completed".
- "etag": "A String", # ETag of the resource.
- }</pre>
+ "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.
+ "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.
+ "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.
+ "id": "A String", # Task identifier.
+ "kind": "A String", # Type of the resource. This is always "tasks#task".
+ "links": [ # Collection of links. This collection is read-only.
+ {
+ "description": "A String", # The description. In HTML speak: Everything between <a> and </a>.
+ "link": "A String", # The URL.
+ "type": "A String", # Type of the link, e.g. "email".
+ },
+ ],
+ "notes": "A String", # Notes describing the task. Optional.
+ "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.
+ "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.
+ "selfLink": "A String", # URL pointing to this task. Used to retrieve, update, or delete this task.
+ "status": "A String", # Status of the task. This is either "needsAction" or "completed".
+ "title": "A String", # Title of the task.
+ "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp).
+}</pre>
</div>
</body></html>
\ No newline at end of file