build: run docs regen in synth.py (#1059)
diff --git a/docs/dyn/tasks_v1.tasks.html b/docs/dyn/tasks_v1.tasks.html
index 6033114..b0b16cf 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, 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, showCompleted=None, completedMin=None, completedMax=None, updatedMin=None, maxResults=None, pageToken=None, dueMin=None, showHidden=None, dueMax=None, showDeleted=None, x__xgafv=None)</a></code></p>
+ <code><a href="#list">list(tasklist, dueMax=None, showDeleted=None, completedMin=None, showCompleted=None, updatedMin=None, maxResults=None, pageToken=None, showHidden=None, dueMin=None, completedMax=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,27 +153,27 @@
An object of the form:
{ # LINT.IfChange
- "notes": "A String", # Notes describing the task. Optional.
+ "title": "A String", # Title of the task.
+ "completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed.
+ "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp).
+ "etag": "A String", # ETag of the resource.
+ "deleted": True or False, # Flag indicating whether the task has been deleted. The default is False.
+ "id": "A String", # Task identifier.
+ "kind": "A String", # Type of the resource. This is always "tasks#task".
+ "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.
{
- "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".
+ "link": "A String", # The URL.
+ "description": "A String", # The description. In HTML speak: Everything between <a> and </a>.
},
],
- "title": "A String", # Title of the task.
- "kind": "A String", # Type of the resource. This is always "tasks#task".
+ "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".
"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.
- "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.
"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.
- "deleted": True or False, # Flag indicating whether the task has been deleted. The default is False.
- "etag": "A String", # ETag of the resource.
- "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp).
- "selfLink": "A String", # URL pointing to this task. Used to retrieve, update, or delete this task.
- "completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed.
+ "notes": "A String", # Notes describing the task. Optional.
"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.
- "id": "A String", # Task identifier.
}</pre>
</div>
@@ -187,27 +187,27 @@
The object takes the form of:
{ # LINT.IfChange
- "notes": "A String", # Notes describing the task. Optional.
+ "title": "A String", # Title of the task.
+ "completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed.
+ "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp).
+ "etag": "A String", # ETag of the resource.
+ "deleted": True or False, # Flag indicating whether the task has been deleted. The default is False.
+ "id": "A String", # Task identifier.
+ "kind": "A String", # Type of the resource. This is always "tasks#task".
+ "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.
{
- "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".
+ "link": "A String", # The URL.
+ "description": "A String", # The description. In HTML speak: Everything between <a> and </a>.
},
],
- "title": "A String", # Title of the task.
- "kind": "A String", # Type of the resource. This is always "tasks#task".
+ "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".
"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.
- "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.
"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.
- "deleted": True or False, # Flag indicating whether the task has been deleted. The default is False.
- "etag": "A String", # ETag of the resource.
- "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp).
- "selfLink": "A String", # URL pointing to this task. Used to retrieve, update, or delete this task.
- "completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed.
+ "notes": "A String", # Notes describing the task. Optional.
"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.
- "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.
@@ -221,46 +221,46 @@
An object of the form:
{ # LINT.IfChange
- "notes": "A String", # Notes describing the task. Optional.
+ "title": "A String", # Title of the task.
+ "completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed.
+ "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp).
+ "etag": "A String", # ETag of the resource.
+ "deleted": True or False, # Flag indicating whether the task has been deleted. The default is False.
+ "id": "A String", # Task identifier.
+ "kind": "A String", # Type of the resource. This is always "tasks#task".
+ "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.
{
- "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".
+ "link": "A String", # The URL.
+ "description": "A String", # The description. In HTML speak: Everything between <a> and </a>.
},
],
- "title": "A String", # Title of the task.
- "kind": "A String", # Type of the resource. This is always "tasks#task".
+ "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".
"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.
- "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.
"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.
- "deleted": True or False, # Flag indicating whether the task has been deleted. The default is False.
- "etag": "A String", # ETag of the resource.
- "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp).
- "selfLink": "A String", # URL pointing to this task. Used to retrieve, update, or delete this task.
- "completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed.
+ "notes": "A String", # Notes describing the task. Optional.
"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.
- "id": "A String", # Task identifier.
}</pre>
</div>
<div class="method">
- <code class="details" id="list">list(tasklist, showCompleted=None, completedMin=None, completedMax=None, updatedMin=None, maxResults=None, pageToken=None, dueMin=None, showHidden=None, dueMax=None, showDeleted=None, x__xgafv=None)</code>
+ <code class="details" id="list">list(tasklist, dueMax=None, showDeleted=None, completedMin=None, showCompleted=None, updatedMin=None, maxResults=None, pageToken=None, showHidden=None, dueMin=None, completedMax=None, x__xgafv=None)</code>
<pre>Returns all tasks in the specified task list.
Args:
tasklist: string, Task list identifier. (required)
- 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.
+ 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.
+ showDeleted: boolean, Flag indicating whether deleted tasks are returned in the result. Optional. The default is False.
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.
- 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.
+ 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.
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.
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.
- 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.
- 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.
- showDeleted: boolean, Flag indicating whether deleted tasks are returned in the result. Optional. The default is False.
+ 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.
+ 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.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -272,32 +272,32 @@
{
"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.
"items": [ # Collection of tasks.
{ # LINT.IfChange
- "notes": "A String", # Notes describing the task. Optional.
+ "title": "A String", # Title of the task.
+ "completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed.
+ "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp).
+ "etag": "A String", # ETag of the resource.
+ "deleted": True or False, # Flag indicating whether the task has been deleted. The default is False.
+ "id": "A String", # Task identifier.
+ "kind": "A String", # Type of the resource. This is always "tasks#task".
+ "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.
{
- "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".
+ "link": "A String", # The URL.
+ "description": "A String", # The description. In HTML speak: Everything between <a> and </a>.
},
],
- "title": "A String", # Title of the task.
- "kind": "A String", # Type of the resource. This is always "tasks#task".
+ "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".
"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.
- "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.
"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.
- "deleted": True or False, # Flag indicating whether the task has been deleted. The default is False.
- "etag": "A String", # ETag of the resource.
- "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp).
- "selfLink": "A String", # URL pointing to this task. Used to retrieve, update, or delete this task.
- "completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed.
+ "notes": "A String", # Notes describing the task. Optional.
"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.
- "id": "A String", # Task identifier.
},
],
+ "etag": "A String", # ETag of the resource.
}</pre>
</div>
@@ -333,27 +333,27 @@
An object of the form:
{ # LINT.IfChange
- "notes": "A String", # Notes describing the task. Optional.
+ "title": "A String", # Title of the task.
+ "completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed.
+ "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp).
+ "etag": "A String", # ETag of the resource.
+ "deleted": True or False, # Flag indicating whether the task has been deleted. The default is False.
+ "id": "A String", # Task identifier.
+ "kind": "A String", # Type of the resource. This is always "tasks#task".
+ "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.
{
- "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".
+ "link": "A String", # The URL.
+ "description": "A String", # The description. In HTML speak: Everything between <a> and </a>.
},
],
- "title": "A String", # Title of the task.
- "kind": "A String", # Type of the resource. This is always "tasks#task".
+ "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".
"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.
- "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.
"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.
- "deleted": True or False, # Flag indicating whether the task has been deleted. The default is False.
- "etag": "A String", # ETag of the resource.
- "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp).
- "selfLink": "A String", # URL pointing to this task. Used to retrieve, update, or delete this task.
- "completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed.
+ "notes": "A String", # Notes describing the task. Optional.
"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.
- "id": "A String", # Task identifier.
}</pre>
</div>
@@ -368,27 +368,27 @@
The object takes the form of:
{ # LINT.IfChange
- "notes": "A String", # Notes describing the task. Optional.
+ "title": "A String", # Title of the task.
+ "completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed.
+ "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp).
+ "etag": "A String", # ETag of the resource.
+ "deleted": True or False, # Flag indicating whether the task has been deleted. The default is False.
+ "id": "A String", # Task identifier.
+ "kind": "A String", # Type of the resource. This is always "tasks#task".
+ "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.
{
- "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".
+ "link": "A String", # The URL.
+ "description": "A String", # The description. In HTML speak: Everything between <a> and </a>.
},
],
- "title": "A String", # Title of the task.
- "kind": "A String", # Type of the resource. This is always "tasks#task".
+ "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".
"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.
- "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.
"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.
- "deleted": True or False, # Flag indicating whether the task has been deleted. The default is False.
- "etag": "A String", # ETag of the resource.
- "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp).
- "selfLink": "A String", # URL pointing to this task. Used to retrieve, update, or delete this task.
- "completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed.
+ "notes": "A String", # Notes describing the task. Optional.
"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.
- "id": "A String", # Task identifier.
}
x__xgafv: string, V1 error format.
@@ -400,27 +400,27 @@
An object of the form:
{ # LINT.IfChange
- "notes": "A String", # Notes describing the task. Optional.
+ "title": "A String", # Title of the task.
+ "completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed.
+ "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp).
+ "etag": "A String", # ETag of the resource.
+ "deleted": True or False, # Flag indicating whether the task has been deleted. The default is False.
+ "id": "A String", # Task identifier.
+ "kind": "A String", # Type of the resource. This is always "tasks#task".
+ "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.
{
- "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".
+ "link": "A String", # The URL.
+ "description": "A String", # The description. In HTML speak: Everything between <a> and </a>.
},
],
- "title": "A String", # Title of the task.
- "kind": "A String", # Type of the resource. This is always "tasks#task".
+ "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".
"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.
- "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.
"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.
- "deleted": True or False, # Flag indicating whether the task has been deleted. The default is False.
- "etag": "A String", # ETag of the resource.
- "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp).
- "selfLink": "A String", # URL pointing to this task. Used to retrieve, update, or delete this task.
- "completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed.
+ "notes": "A String", # Notes describing the task. Optional.
"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.
- "id": "A String", # Task identifier.
}</pre>
</div>
@@ -435,27 +435,27 @@
The object takes the form of:
{ # LINT.IfChange
- "notes": "A String", # Notes describing the task. Optional.
+ "title": "A String", # Title of the task.
+ "completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed.
+ "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp).
+ "etag": "A String", # ETag of the resource.
+ "deleted": True or False, # Flag indicating whether the task has been deleted. The default is False.
+ "id": "A String", # Task identifier.
+ "kind": "A String", # Type of the resource. This is always "tasks#task".
+ "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.
{
- "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".
+ "link": "A String", # The URL.
+ "description": "A String", # The description. In HTML speak: Everything between <a> and </a>.
},
],
- "title": "A String", # Title of the task.
- "kind": "A String", # Type of the resource. This is always "tasks#task".
+ "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".
"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.
- "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.
"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.
- "deleted": True or False, # Flag indicating whether the task has been deleted. The default is False.
- "etag": "A String", # ETag of the resource.
- "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp).
- "selfLink": "A String", # URL pointing to this task. Used to retrieve, update, or delete this task.
- "completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed.
+ "notes": "A String", # Notes describing the task. Optional.
"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.
- "id": "A String", # Task identifier.
}
x__xgafv: string, V1 error format.
@@ -467,27 +467,27 @@
An object of the form:
{ # LINT.IfChange
- "notes": "A String", # Notes describing the task. Optional.
+ "title": "A String", # Title of the task.
+ "completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed.
+ "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp).
+ "etag": "A String", # ETag of the resource.
+ "deleted": True or False, # Flag indicating whether the task has been deleted. The default is False.
+ "id": "A String", # Task identifier.
+ "kind": "A String", # Type of the resource. This is always "tasks#task".
+ "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.
{
- "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".
+ "link": "A String", # The URL.
+ "description": "A String", # The description. In HTML speak: Everything between <a> and </a>.
},
],
- "title": "A String", # Title of the task.
- "kind": "A String", # Type of the resource. This is always "tasks#task".
+ "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".
"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.
- "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.
"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.
- "deleted": True or False, # Flag indicating whether the task has been deleted. The default is False.
- "etag": "A String", # ETag of the resource.
- "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp).
- "selfLink": "A String", # URL pointing to this task. Used to retrieve, update, or delete this task.
- "completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed.
+ "notes": "A String", # Notes describing the task. Optional.
"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.
- "id": "A String", # Task identifier.
}</pre>
</div>