docs: update generated docs (#1053)

Updates for both discovery docs and epydoc API Documentation

Fixes: #1049
diff --git a/docs/dyn/tasks_v1.tasks.html b/docs/dyn/tasks_v1.tasks.html
index 3bf6b51..6033114 100644
--- a/docs/dyn/tasks_v1.tasks.html
+++ b/docs/dyn/tasks_v1.tasks.html
@@ -76,7 +76,10 @@
 <h2>Instance Methods</h2>
 <p class="toc_element">
   <code><a href="#clear">clear(tasklist, x__xgafv=None)</a></code></p>
-<p class="firstline">Clears all completed tasks from the specified task list. The affected tasks</p>
+<p class="firstline">Clears all completed tasks from the specified task list. The affected tasks will be marked as 'hidden' and no longer be returned by default when retrieving all tasks for a task list.</p>
+<p class="toc_element">
+  <code><a href="#close">close()</a></code></p>
+<p class="firstline">Close httplib2 connections.</p>
 <p class="toc_element">
   <code><a href="#delete">delete(tasklist, task, x__xgafv=None)</a></code></p>
 <p class="firstline">Deletes the specified task from the task list.</p>
@@ -87,14 +90,14 @@
   <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, pageToken=None, showDeleted=None, completedMax=None, dueMax=None, dueMin=None, showHidden=None, completedMin=None, maxResults=None, updatedMin=None, x__xgafv=None)</a></code></p>
+  <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>
 <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, 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="firstline">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.</p>
 <p class="toc_element">
   <code><a href="#patch">patch(tasklist, task, body=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Updates the specified task. This method supports patch semantics.</p>
@@ -104,9 +107,7 @@
 <h3>Method Details</h3>
 <div class="method">
     <code class="details" id="clear">clear(tasklist, x__xgafv=None)</code>
-  <pre>Clears all completed tasks from the specified task list. The affected tasks
-will be marked as &#x27;hidden&#x27; and no longer be returned by default when
-retrieving all tasks for a task list.
+  <pre>Clears all completed tasks from the specified task list. The affected tasks will be marked as &#x27;hidden&#x27; and no longer be returned by default when retrieving all tasks for a task list.
 
 Args:
   tasklist: string, Task list identifier. (required)
@@ -118,6 +119,11 @@
 </div>
 
 <div class="method">
+    <code class="details" id="close">close()</code>
+  <pre>Close httplib2 connections.</pre>
+</div>
+
+<div class="method">
     <code class="details" id="delete">delete(tasklist, task, x__xgafv=None)</code>
   <pre>Deletes the specified task from the task list.
 
@@ -146,41 +152,27 @@
 Returns:
   An object of the form:
 
-    {
-    &quot;parent&quot;: &quot;A String&quot;, # Parent task identifier. This field is omitted if it is a top-level task.
-        # This field is read-only. Use the &quot;move&quot; method to move the task under a
-        # different parent or to the top level.
-    &quot;kind&quot;: &quot;A String&quot;, # Type of the resource. This is always &quot;tasks#task&quot;.
-    &quot;hidden&quot;: 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.
-    &quot;updated&quot;: &quot;A String&quot;, # Last modification time of the task (as a RFC 3339 timestamp).
-    &quot;position&quot;: &quot;A String&quot;, # 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&#x27;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 &quot;move&quot; method
-        # to move the task to another position.
-    &quot;completed&quot;: &quot;A String&quot;, # Completion date of the task (as a RFC 3339 timestamp). This field is
-        # omitted if the task has not been completed.
-    &quot;deleted&quot;: True or False, # Flag indicating whether the task has been deleted. The default is False.
+    { # LINT.IfChange
+    &quot;notes&quot;: &quot;A String&quot;, # Notes describing the task. Optional.
     &quot;links&quot;: [ # Collection of links. This collection is read-only.
       {
-        &quot;description&quot;: &quot;A String&quot;, # The description. In HTML speak: Everything between &amp;lt;a&amp;gt; and
-            # &amp;lt;/a&amp;gt;.
-        &quot;type&quot;: &quot;A String&quot;, # Type of the link, e.g. &quot;email&quot;.
+        &quot;description&quot;: &quot;A String&quot;, # The description. In HTML speak: Everything between &lt;a&gt; and &lt;/a&gt;.
         &quot;link&quot;: &quot;A String&quot;, # The URL.
+        &quot;type&quot;: &quot;A String&quot;, # Type of the link, e.g. &quot;email&quot;.
       },
     ],
-    &quot;selfLink&quot;: &quot;A String&quot;, # URL pointing to this task. Used to retrieve, update, or delete this task.
     &quot;title&quot;: &quot;A String&quot;, # Title of the task.
-    &quot;notes&quot;: &quot;A String&quot;, # Notes describing the task. Optional.
+    &quot;kind&quot;: &quot;A String&quot;, # Type of the resource. This is always &quot;tasks#task&quot;.
     &quot;status&quot;: &quot;A String&quot;, # Status of the task. This is either &quot;needsAction&quot; or &quot;completed&quot;.
-    &quot;due&quot;: &quot;A String&quot;, # 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&#x27;t possible to read or write the time that
-        # a task is due via the API.
+    &quot;parent&quot;: &quot;A String&quot;, # Parent task identifier. This field is omitted if it is a top-level task. This field is read-only. Use the &quot;move&quot; method to move the task under a different parent or to the top level.
+    &quot;due&quot;: &quot;A String&quot;, # 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&#x27;t possible to read or write the time that a task is due via the API.
+    &quot;hidden&quot;: 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.
+    &quot;deleted&quot;: True or False, # Flag indicating whether the task has been deleted. The default is False.
     &quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
+    &quot;updated&quot;: &quot;A String&quot;, # Last modification time of the task (as a RFC 3339 timestamp).
+    &quot;selfLink&quot;: &quot;A String&quot;, # URL pointing to this task. Used to retrieve, update, or delete this task.
+    &quot;completed&quot;: &quot;A String&quot;, # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed.
+    &quot;position&quot;: &quot;A String&quot;, # 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&#x27;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 &quot;move&quot; method to move the task to another position.
     &quot;id&quot;: &quot;A String&quot;, # Task identifier.
   }</pre>
 </div>
@@ -194,48 +186,32 @@
   body: object, The request body.
     The object takes the form of:
 
-{
-  &quot;parent&quot;: &quot;A String&quot;, # Parent task identifier. This field is omitted if it is a top-level task.
-      # This field is read-only. Use the &quot;move&quot; method to move the task under a
-      # different parent or to the top level.
-  &quot;kind&quot;: &quot;A String&quot;, # Type of the resource. This is always &quot;tasks#task&quot;.
-  &quot;hidden&quot;: 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.
-  &quot;updated&quot;: &quot;A String&quot;, # Last modification time of the task (as a RFC 3339 timestamp).
-  &quot;position&quot;: &quot;A String&quot;, # 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&#x27;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 &quot;move&quot; method
-      # to move the task to another position.
-  &quot;completed&quot;: &quot;A String&quot;, # Completion date of the task (as a RFC 3339 timestamp). This field is
-      # omitted if the task has not been completed.
-  &quot;deleted&quot;: True or False, # Flag indicating whether the task has been deleted. The default is False.
+{ # LINT.IfChange
+  &quot;notes&quot;: &quot;A String&quot;, # Notes describing the task. Optional.
   &quot;links&quot;: [ # Collection of links. This collection is read-only.
     {
-      &quot;description&quot;: &quot;A String&quot;, # The description. In HTML speak: Everything between &amp;lt;a&amp;gt; and
-          # &amp;lt;/a&amp;gt;.
-      &quot;type&quot;: &quot;A String&quot;, # Type of the link, e.g. &quot;email&quot;.
+      &quot;description&quot;: &quot;A String&quot;, # The description. In HTML speak: Everything between &lt;a&gt; and &lt;/a&gt;.
       &quot;link&quot;: &quot;A String&quot;, # The URL.
+      &quot;type&quot;: &quot;A String&quot;, # Type of the link, e.g. &quot;email&quot;.
     },
   ],
-  &quot;selfLink&quot;: &quot;A String&quot;, # URL pointing to this task. Used to retrieve, update, or delete this task.
   &quot;title&quot;: &quot;A String&quot;, # Title of the task.
-  &quot;notes&quot;: &quot;A String&quot;, # Notes describing the task. Optional.
+  &quot;kind&quot;: &quot;A String&quot;, # Type of the resource. This is always &quot;tasks#task&quot;.
   &quot;status&quot;: &quot;A String&quot;, # Status of the task. This is either &quot;needsAction&quot; or &quot;completed&quot;.
-  &quot;due&quot;: &quot;A String&quot;, # 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&#x27;t possible to read or write the time that
-      # a task is due via the API.
+  &quot;parent&quot;: &quot;A String&quot;, # Parent task identifier. This field is omitted if it is a top-level task. This field is read-only. Use the &quot;move&quot; method to move the task under a different parent or to the top level.
+  &quot;due&quot;: &quot;A String&quot;, # 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&#x27;t possible to read or write the time that a task is due via the API.
+  &quot;hidden&quot;: 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.
+  &quot;deleted&quot;: True or False, # Flag indicating whether the task has been deleted. The default is False.
   &quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
+  &quot;updated&quot;: &quot;A String&quot;, # Last modification time of the task (as a RFC 3339 timestamp).
+  &quot;selfLink&quot;: &quot;A String&quot;, # URL pointing to this task. Used to retrieve, update, or delete this task.
+  &quot;completed&quot;: &quot;A String&quot;, # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed.
+  &quot;position&quot;: &quot;A String&quot;, # 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&#x27;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 &quot;move&quot; method to move the task to another position.
   &quot;id&quot;: &quot;A String&quot;, # 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.
+  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
@@ -244,71 +220,47 @@
 Returns:
   An object of the form:
 
-    {
-    &quot;parent&quot;: &quot;A String&quot;, # Parent task identifier. This field is omitted if it is a top-level task.
-        # This field is read-only. Use the &quot;move&quot; method to move the task under a
-        # different parent or to the top level.
-    &quot;kind&quot;: &quot;A String&quot;, # Type of the resource. This is always &quot;tasks#task&quot;.
-    &quot;hidden&quot;: 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.
-    &quot;updated&quot;: &quot;A String&quot;, # Last modification time of the task (as a RFC 3339 timestamp).
-    &quot;position&quot;: &quot;A String&quot;, # 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&#x27;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 &quot;move&quot; method
-        # to move the task to another position.
-    &quot;completed&quot;: &quot;A String&quot;, # Completion date of the task (as a RFC 3339 timestamp). This field is
-        # omitted if the task has not been completed.
-    &quot;deleted&quot;: True or False, # Flag indicating whether the task has been deleted. The default is False.
+    { # LINT.IfChange
+    &quot;notes&quot;: &quot;A String&quot;, # Notes describing the task. Optional.
     &quot;links&quot;: [ # Collection of links. This collection is read-only.
       {
-        &quot;description&quot;: &quot;A String&quot;, # The description. In HTML speak: Everything between &amp;lt;a&amp;gt; and
-            # &amp;lt;/a&amp;gt;.
-        &quot;type&quot;: &quot;A String&quot;, # Type of the link, e.g. &quot;email&quot;.
+        &quot;description&quot;: &quot;A String&quot;, # The description. In HTML speak: Everything between &lt;a&gt; and &lt;/a&gt;.
         &quot;link&quot;: &quot;A String&quot;, # The URL.
+        &quot;type&quot;: &quot;A String&quot;, # Type of the link, e.g. &quot;email&quot;.
       },
     ],
-    &quot;selfLink&quot;: &quot;A String&quot;, # URL pointing to this task. Used to retrieve, update, or delete this task.
     &quot;title&quot;: &quot;A String&quot;, # Title of the task.
-    &quot;notes&quot;: &quot;A String&quot;, # Notes describing the task. Optional.
+    &quot;kind&quot;: &quot;A String&quot;, # Type of the resource. This is always &quot;tasks#task&quot;.
     &quot;status&quot;: &quot;A String&quot;, # Status of the task. This is either &quot;needsAction&quot; or &quot;completed&quot;.
-    &quot;due&quot;: &quot;A String&quot;, # 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&#x27;t possible to read or write the time that
-        # a task is due via the API.
+    &quot;parent&quot;: &quot;A String&quot;, # Parent task identifier. This field is omitted if it is a top-level task. This field is read-only. Use the &quot;move&quot; method to move the task under a different parent or to the top level.
+    &quot;due&quot;: &quot;A String&quot;, # 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&#x27;t possible to read or write the time that a task is due via the API.
+    &quot;hidden&quot;: 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.
+    &quot;deleted&quot;: True or False, # Flag indicating whether the task has been deleted. The default is False.
     &quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
+    &quot;updated&quot;: &quot;A String&quot;, # Last modification time of the task (as a RFC 3339 timestamp).
+    &quot;selfLink&quot;: &quot;A String&quot;, # URL pointing to this task. Used to retrieve, update, or delete this task.
+    &quot;completed&quot;: &quot;A String&quot;, # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed.
+    &quot;position&quot;: &quot;A String&quot;, # 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&#x27;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 &quot;move&quot; method to move the task to another position.
     &quot;id&quot;: &quot;A String&quot;, # Task identifier.
   }</pre>
 </div>
 
 <div class="method">
-    <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>
+    <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>
   <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.
+  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&#x27;s mobile apps.
+  completedMin: string, Lower bound for a task&#x27;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&#x27;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&#x27;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.
-  showDeleted: boolean, Flag indicating whether deleted tasks are returned in the result. Optional.
-The default is False.
-  completedMax: string, Upper bound for a task&#x27;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&#x27;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&#x27;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.
-  completedMin: string, Lower bound for a task&#x27;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).
-  updatedMin: string, Lower bound for a task&#x27;s last modification time (as a RFC 3339 timestamp)
-to filter by. Optional. The default is not to filter by last modification
-time.
+  dueMin: string, Lower bound for a task&#x27;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&#x27;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.
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format
@@ -318,48 +270,34 @@
   An object of the form:
 
     {
-    &quot;items&quot;: [ # Collection of tasks.
-      {
-        &quot;parent&quot;: &quot;A String&quot;, # Parent task identifier. This field is omitted if it is a top-level task.
-            # This field is read-only. Use the &quot;move&quot; method to move the task under a
-            # different parent or to the top level.
-        &quot;kind&quot;: &quot;A String&quot;, # Type of the resource. This is always &quot;tasks#task&quot;.
-        &quot;hidden&quot;: 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.
-        &quot;updated&quot;: &quot;A String&quot;, # Last modification time of the task (as a RFC 3339 timestamp).
-        &quot;position&quot;: &quot;A String&quot;, # 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&#x27;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 &quot;move&quot; method
-            # to move the task to another position.
-        &quot;completed&quot;: &quot;A String&quot;, # Completion date of the task (as a RFC 3339 timestamp). This field is
-            # omitted if the task has not been completed.
-        &quot;deleted&quot;: True or False, # Flag indicating whether the task has been deleted. The default is False.
-        &quot;links&quot;: [ # Collection of links. This collection is read-only.
-          {
-            &quot;description&quot;: &quot;A String&quot;, # The description. In HTML speak: Everything between &amp;lt;a&amp;gt; and
-                # &amp;lt;/a&amp;gt;.
-            &quot;type&quot;: &quot;A String&quot;, # Type of the link, e.g. &quot;email&quot;.
-            &quot;link&quot;: &quot;A String&quot;, # The URL.
-          },
-        ],
-        &quot;selfLink&quot;: &quot;A String&quot;, # URL pointing to this task. Used to retrieve, update, or delete this task.
-        &quot;title&quot;: &quot;A String&quot;, # Title of the task.
-        &quot;notes&quot;: &quot;A String&quot;, # Notes describing the task. Optional.
-        &quot;status&quot;: &quot;A String&quot;, # Status of the task. This is either &quot;needsAction&quot; or &quot;completed&quot;.
-        &quot;due&quot;: &quot;A String&quot;, # 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&#x27;t possible to read or write the time that
-            # a task is due via the API.
-        &quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
-        &quot;id&quot;: &quot;A String&quot;, # Task identifier.
-      },
-    ],
     &quot;nextPageToken&quot;: &quot;A String&quot;, # Token used to access the next page of this result.
     &quot;kind&quot;: &quot;A String&quot;, # Type of the resource. This is always &quot;tasks#tasks&quot;.
     &quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
+    &quot;items&quot;: [ # Collection of tasks.
+      { # LINT.IfChange
+        &quot;notes&quot;: &quot;A String&quot;, # Notes describing the task. Optional.
+        &quot;links&quot;: [ # Collection of links. This collection is read-only.
+          {
+            &quot;description&quot;: &quot;A String&quot;, # The description. In HTML speak: Everything between &lt;a&gt; and &lt;/a&gt;.
+            &quot;link&quot;: &quot;A String&quot;, # The URL.
+            &quot;type&quot;: &quot;A String&quot;, # Type of the link, e.g. &quot;email&quot;.
+          },
+        ],
+        &quot;title&quot;: &quot;A String&quot;, # Title of the task.
+        &quot;kind&quot;: &quot;A String&quot;, # Type of the resource. This is always &quot;tasks#task&quot;.
+        &quot;status&quot;: &quot;A String&quot;, # Status of the task. This is either &quot;needsAction&quot; or &quot;completed&quot;.
+        &quot;parent&quot;: &quot;A String&quot;, # Parent task identifier. This field is omitted if it is a top-level task. This field is read-only. Use the &quot;move&quot; method to move the task under a different parent or to the top level.
+        &quot;due&quot;: &quot;A String&quot;, # 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&#x27;t possible to read or write the time that a task is due via the API.
+        &quot;hidden&quot;: 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.
+        &quot;deleted&quot;: True or False, # Flag indicating whether the task has been deleted. The default is False.
+        &quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
+        &quot;updated&quot;: &quot;A String&quot;, # Last modification time of the task (as a RFC 3339 timestamp).
+        &quot;selfLink&quot;: &quot;A String&quot;, # URL pointing to this task. Used to retrieve, update, or delete this task.
+        &quot;completed&quot;: &quot;A String&quot;, # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed.
+        &quot;position&quot;: &quot;A String&quot;, # 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&#x27;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 &quot;move&quot; method to move the task to another position.
+        &quot;id&quot;: &quot;A String&quot;, # Task identifier.
+      },
+    ],
   }</pre>
 </div>
 
@@ -379,17 +317,13 @@
 
 <div class="method">
     <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.
+  <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.
 
 Args:
   tasklist: string, Task list identifier. (required)
   task: string, Task identifier. (required)
-  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.
+  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
@@ -398,41 +332,27 @@
 Returns:
   An object of the form:
 
-    {
-    &quot;parent&quot;: &quot;A String&quot;, # Parent task identifier. This field is omitted if it is a top-level task.
-        # This field is read-only. Use the &quot;move&quot; method to move the task under a
-        # different parent or to the top level.
-    &quot;kind&quot;: &quot;A String&quot;, # Type of the resource. This is always &quot;tasks#task&quot;.
-    &quot;hidden&quot;: 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.
-    &quot;updated&quot;: &quot;A String&quot;, # Last modification time of the task (as a RFC 3339 timestamp).
-    &quot;position&quot;: &quot;A String&quot;, # 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&#x27;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 &quot;move&quot; method
-        # to move the task to another position.
-    &quot;completed&quot;: &quot;A String&quot;, # Completion date of the task (as a RFC 3339 timestamp). This field is
-        # omitted if the task has not been completed.
-    &quot;deleted&quot;: True or False, # Flag indicating whether the task has been deleted. The default is False.
+    { # LINT.IfChange
+    &quot;notes&quot;: &quot;A String&quot;, # Notes describing the task. Optional.
     &quot;links&quot;: [ # Collection of links. This collection is read-only.
       {
-        &quot;description&quot;: &quot;A String&quot;, # The description. In HTML speak: Everything between &amp;lt;a&amp;gt; and
-            # &amp;lt;/a&amp;gt;.
-        &quot;type&quot;: &quot;A String&quot;, # Type of the link, e.g. &quot;email&quot;.
+        &quot;description&quot;: &quot;A String&quot;, # The description. In HTML speak: Everything between &lt;a&gt; and &lt;/a&gt;.
         &quot;link&quot;: &quot;A String&quot;, # The URL.
+        &quot;type&quot;: &quot;A String&quot;, # Type of the link, e.g. &quot;email&quot;.
       },
     ],
-    &quot;selfLink&quot;: &quot;A String&quot;, # URL pointing to this task. Used to retrieve, update, or delete this task.
     &quot;title&quot;: &quot;A String&quot;, # Title of the task.
-    &quot;notes&quot;: &quot;A String&quot;, # Notes describing the task. Optional.
+    &quot;kind&quot;: &quot;A String&quot;, # Type of the resource. This is always &quot;tasks#task&quot;.
     &quot;status&quot;: &quot;A String&quot;, # Status of the task. This is either &quot;needsAction&quot; or &quot;completed&quot;.
-    &quot;due&quot;: &quot;A String&quot;, # 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&#x27;t possible to read or write the time that
-        # a task is due via the API.
+    &quot;parent&quot;: &quot;A String&quot;, # Parent task identifier. This field is omitted if it is a top-level task. This field is read-only. Use the &quot;move&quot; method to move the task under a different parent or to the top level.
+    &quot;due&quot;: &quot;A String&quot;, # 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&#x27;t possible to read or write the time that a task is due via the API.
+    &quot;hidden&quot;: 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.
+    &quot;deleted&quot;: True or False, # Flag indicating whether the task has been deleted. The default is False.
     &quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
+    &quot;updated&quot;: &quot;A String&quot;, # Last modification time of the task (as a RFC 3339 timestamp).
+    &quot;selfLink&quot;: &quot;A String&quot;, # URL pointing to this task. Used to retrieve, update, or delete this task.
+    &quot;completed&quot;: &quot;A String&quot;, # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed.
+    &quot;position&quot;: &quot;A String&quot;, # 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&#x27;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 &quot;move&quot; method to move the task to another position.
     &quot;id&quot;: &quot;A String&quot;, # Task identifier.
   }</pre>
 </div>
@@ -447,41 +367,27 @@
   body: object, The request body.
     The object takes the form of:
 
-{
-  &quot;parent&quot;: &quot;A String&quot;, # Parent task identifier. This field is omitted if it is a top-level task.
-      # This field is read-only. Use the &quot;move&quot; method to move the task under a
-      # different parent or to the top level.
-  &quot;kind&quot;: &quot;A String&quot;, # Type of the resource. This is always &quot;tasks#task&quot;.
-  &quot;hidden&quot;: 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.
-  &quot;updated&quot;: &quot;A String&quot;, # Last modification time of the task (as a RFC 3339 timestamp).
-  &quot;position&quot;: &quot;A String&quot;, # 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&#x27;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 &quot;move&quot; method
-      # to move the task to another position.
-  &quot;completed&quot;: &quot;A String&quot;, # Completion date of the task (as a RFC 3339 timestamp). This field is
-      # omitted if the task has not been completed.
-  &quot;deleted&quot;: True or False, # Flag indicating whether the task has been deleted. The default is False.
+{ # LINT.IfChange
+  &quot;notes&quot;: &quot;A String&quot;, # Notes describing the task. Optional.
   &quot;links&quot;: [ # Collection of links. This collection is read-only.
     {
-      &quot;description&quot;: &quot;A String&quot;, # The description. In HTML speak: Everything between &amp;lt;a&amp;gt; and
-          # &amp;lt;/a&amp;gt;.
-      &quot;type&quot;: &quot;A String&quot;, # Type of the link, e.g. &quot;email&quot;.
+      &quot;description&quot;: &quot;A String&quot;, # The description. In HTML speak: Everything between &lt;a&gt; and &lt;/a&gt;.
       &quot;link&quot;: &quot;A String&quot;, # The URL.
+      &quot;type&quot;: &quot;A String&quot;, # Type of the link, e.g. &quot;email&quot;.
     },
   ],
-  &quot;selfLink&quot;: &quot;A String&quot;, # URL pointing to this task. Used to retrieve, update, or delete this task.
   &quot;title&quot;: &quot;A String&quot;, # Title of the task.
-  &quot;notes&quot;: &quot;A String&quot;, # Notes describing the task. Optional.
+  &quot;kind&quot;: &quot;A String&quot;, # Type of the resource. This is always &quot;tasks#task&quot;.
   &quot;status&quot;: &quot;A String&quot;, # Status of the task. This is either &quot;needsAction&quot; or &quot;completed&quot;.
-  &quot;due&quot;: &quot;A String&quot;, # 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&#x27;t possible to read or write the time that
-      # a task is due via the API.
+  &quot;parent&quot;: &quot;A String&quot;, # Parent task identifier. This field is omitted if it is a top-level task. This field is read-only. Use the &quot;move&quot; method to move the task under a different parent or to the top level.
+  &quot;due&quot;: &quot;A String&quot;, # 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&#x27;t possible to read or write the time that a task is due via the API.
+  &quot;hidden&quot;: 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.
+  &quot;deleted&quot;: True or False, # Flag indicating whether the task has been deleted. The default is False.
   &quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
+  &quot;updated&quot;: &quot;A String&quot;, # Last modification time of the task (as a RFC 3339 timestamp).
+  &quot;selfLink&quot;: &quot;A String&quot;, # URL pointing to this task. Used to retrieve, update, or delete this task.
+  &quot;completed&quot;: &quot;A String&quot;, # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed.
+  &quot;position&quot;: &quot;A String&quot;, # 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&#x27;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 &quot;move&quot; method to move the task to another position.
   &quot;id&quot;: &quot;A String&quot;, # Task identifier.
 }
 
@@ -493,41 +399,27 @@
 Returns:
   An object of the form:
 
-    {
-    &quot;parent&quot;: &quot;A String&quot;, # Parent task identifier. This field is omitted if it is a top-level task.
-        # This field is read-only. Use the &quot;move&quot; method to move the task under a
-        # different parent or to the top level.
-    &quot;kind&quot;: &quot;A String&quot;, # Type of the resource. This is always &quot;tasks#task&quot;.
-    &quot;hidden&quot;: 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.
-    &quot;updated&quot;: &quot;A String&quot;, # Last modification time of the task (as a RFC 3339 timestamp).
-    &quot;position&quot;: &quot;A String&quot;, # 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&#x27;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 &quot;move&quot; method
-        # to move the task to another position.
-    &quot;completed&quot;: &quot;A String&quot;, # Completion date of the task (as a RFC 3339 timestamp). This field is
-        # omitted if the task has not been completed.
-    &quot;deleted&quot;: True or False, # Flag indicating whether the task has been deleted. The default is False.
+    { # LINT.IfChange
+    &quot;notes&quot;: &quot;A String&quot;, # Notes describing the task. Optional.
     &quot;links&quot;: [ # Collection of links. This collection is read-only.
       {
-        &quot;description&quot;: &quot;A String&quot;, # The description. In HTML speak: Everything between &amp;lt;a&amp;gt; and
-            # &amp;lt;/a&amp;gt;.
-        &quot;type&quot;: &quot;A String&quot;, # Type of the link, e.g. &quot;email&quot;.
+        &quot;description&quot;: &quot;A String&quot;, # The description. In HTML speak: Everything between &lt;a&gt; and &lt;/a&gt;.
         &quot;link&quot;: &quot;A String&quot;, # The URL.
+        &quot;type&quot;: &quot;A String&quot;, # Type of the link, e.g. &quot;email&quot;.
       },
     ],
-    &quot;selfLink&quot;: &quot;A String&quot;, # URL pointing to this task. Used to retrieve, update, or delete this task.
     &quot;title&quot;: &quot;A String&quot;, # Title of the task.
-    &quot;notes&quot;: &quot;A String&quot;, # Notes describing the task. Optional.
+    &quot;kind&quot;: &quot;A String&quot;, # Type of the resource. This is always &quot;tasks#task&quot;.
     &quot;status&quot;: &quot;A String&quot;, # Status of the task. This is either &quot;needsAction&quot; or &quot;completed&quot;.
-    &quot;due&quot;: &quot;A String&quot;, # 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&#x27;t possible to read or write the time that
-        # a task is due via the API.
+    &quot;parent&quot;: &quot;A String&quot;, # Parent task identifier. This field is omitted if it is a top-level task. This field is read-only. Use the &quot;move&quot; method to move the task under a different parent or to the top level.
+    &quot;due&quot;: &quot;A String&quot;, # 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&#x27;t possible to read or write the time that a task is due via the API.
+    &quot;hidden&quot;: 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.
+    &quot;deleted&quot;: True or False, # Flag indicating whether the task has been deleted. The default is False.
     &quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
+    &quot;updated&quot;: &quot;A String&quot;, # Last modification time of the task (as a RFC 3339 timestamp).
+    &quot;selfLink&quot;: &quot;A String&quot;, # URL pointing to this task. Used to retrieve, update, or delete this task.
+    &quot;completed&quot;: &quot;A String&quot;, # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed.
+    &quot;position&quot;: &quot;A String&quot;, # 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&#x27;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 &quot;move&quot; method to move the task to another position.
     &quot;id&quot;: &quot;A String&quot;, # Task identifier.
   }</pre>
 </div>
@@ -542,41 +434,27 @@
   body: object, The request body.
     The object takes the form of:
 
-{
-  &quot;parent&quot;: &quot;A String&quot;, # Parent task identifier. This field is omitted if it is a top-level task.
-      # This field is read-only. Use the &quot;move&quot; method to move the task under a
-      # different parent or to the top level.
-  &quot;kind&quot;: &quot;A String&quot;, # Type of the resource. This is always &quot;tasks#task&quot;.
-  &quot;hidden&quot;: 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.
-  &quot;updated&quot;: &quot;A String&quot;, # Last modification time of the task (as a RFC 3339 timestamp).
-  &quot;position&quot;: &quot;A String&quot;, # 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&#x27;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 &quot;move&quot; method
-      # to move the task to another position.
-  &quot;completed&quot;: &quot;A String&quot;, # Completion date of the task (as a RFC 3339 timestamp). This field is
-      # omitted if the task has not been completed.
-  &quot;deleted&quot;: True or False, # Flag indicating whether the task has been deleted. The default is False.
+{ # LINT.IfChange
+  &quot;notes&quot;: &quot;A String&quot;, # Notes describing the task. Optional.
   &quot;links&quot;: [ # Collection of links. This collection is read-only.
     {
-      &quot;description&quot;: &quot;A String&quot;, # The description. In HTML speak: Everything between &amp;lt;a&amp;gt; and
-          # &amp;lt;/a&amp;gt;.
-      &quot;type&quot;: &quot;A String&quot;, # Type of the link, e.g. &quot;email&quot;.
+      &quot;description&quot;: &quot;A String&quot;, # The description. In HTML speak: Everything between &lt;a&gt; and &lt;/a&gt;.
       &quot;link&quot;: &quot;A String&quot;, # The URL.
+      &quot;type&quot;: &quot;A String&quot;, # Type of the link, e.g. &quot;email&quot;.
     },
   ],
-  &quot;selfLink&quot;: &quot;A String&quot;, # URL pointing to this task. Used to retrieve, update, or delete this task.
   &quot;title&quot;: &quot;A String&quot;, # Title of the task.
-  &quot;notes&quot;: &quot;A String&quot;, # Notes describing the task. Optional.
+  &quot;kind&quot;: &quot;A String&quot;, # Type of the resource. This is always &quot;tasks#task&quot;.
   &quot;status&quot;: &quot;A String&quot;, # Status of the task. This is either &quot;needsAction&quot; or &quot;completed&quot;.
-  &quot;due&quot;: &quot;A String&quot;, # 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&#x27;t possible to read or write the time that
-      # a task is due via the API.
+  &quot;parent&quot;: &quot;A String&quot;, # Parent task identifier. This field is omitted if it is a top-level task. This field is read-only. Use the &quot;move&quot; method to move the task under a different parent or to the top level.
+  &quot;due&quot;: &quot;A String&quot;, # 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&#x27;t possible to read or write the time that a task is due via the API.
+  &quot;hidden&quot;: 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.
+  &quot;deleted&quot;: True or False, # Flag indicating whether the task has been deleted. The default is False.
   &quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
+  &quot;updated&quot;: &quot;A String&quot;, # Last modification time of the task (as a RFC 3339 timestamp).
+  &quot;selfLink&quot;: &quot;A String&quot;, # URL pointing to this task. Used to retrieve, update, or delete this task.
+  &quot;completed&quot;: &quot;A String&quot;, # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed.
+  &quot;position&quot;: &quot;A String&quot;, # 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&#x27;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 &quot;move&quot; method to move the task to another position.
   &quot;id&quot;: &quot;A String&quot;, # Task identifier.
 }
 
@@ -588,41 +466,27 @@
 Returns:
   An object of the form:
 
-    {
-    &quot;parent&quot;: &quot;A String&quot;, # Parent task identifier. This field is omitted if it is a top-level task.
-        # This field is read-only. Use the &quot;move&quot; method to move the task under a
-        # different parent or to the top level.
-    &quot;kind&quot;: &quot;A String&quot;, # Type of the resource. This is always &quot;tasks#task&quot;.
-    &quot;hidden&quot;: 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.
-    &quot;updated&quot;: &quot;A String&quot;, # Last modification time of the task (as a RFC 3339 timestamp).
-    &quot;position&quot;: &quot;A String&quot;, # 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&#x27;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 &quot;move&quot; method
-        # to move the task to another position.
-    &quot;completed&quot;: &quot;A String&quot;, # Completion date of the task (as a RFC 3339 timestamp). This field is
-        # omitted if the task has not been completed.
-    &quot;deleted&quot;: True or False, # Flag indicating whether the task has been deleted. The default is False.
+    { # LINT.IfChange
+    &quot;notes&quot;: &quot;A String&quot;, # Notes describing the task. Optional.
     &quot;links&quot;: [ # Collection of links. This collection is read-only.
       {
-        &quot;description&quot;: &quot;A String&quot;, # The description. In HTML speak: Everything between &amp;lt;a&amp;gt; and
-            # &amp;lt;/a&amp;gt;.
-        &quot;type&quot;: &quot;A String&quot;, # Type of the link, e.g. &quot;email&quot;.
+        &quot;description&quot;: &quot;A String&quot;, # The description. In HTML speak: Everything between &lt;a&gt; and &lt;/a&gt;.
         &quot;link&quot;: &quot;A String&quot;, # The URL.
+        &quot;type&quot;: &quot;A String&quot;, # Type of the link, e.g. &quot;email&quot;.
       },
     ],
-    &quot;selfLink&quot;: &quot;A String&quot;, # URL pointing to this task. Used to retrieve, update, or delete this task.
     &quot;title&quot;: &quot;A String&quot;, # Title of the task.
-    &quot;notes&quot;: &quot;A String&quot;, # Notes describing the task. Optional.
+    &quot;kind&quot;: &quot;A String&quot;, # Type of the resource. This is always &quot;tasks#task&quot;.
     &quot;status&quot;: &quot;A String&quot;, # Status of the task. This is either &quot;needsAction&quot; or &quot;completed&quot;.
-    &quot;due&quot;: &quot;A String&quot;, # 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&#x27;t possible to read or write the time that
-        # a task is due via the API.
+    &quot;parent&quot;: &quot;A String&quot;, # Parent task identifier. This field is omitted if it is a top-level task. This field is read-only. Use the &quot;move&quot; method to move the task under a different parent or to the top level.
+    &quot;due&quot;: &quot;A String&quot;, # 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&#x27;t possible to read or write the time that a task is due via the API.
+    &quot;hidden&quot;: 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.
+    &quot;deleted&quot;: True or False, # Flag indicating whether the task has been deleted. The default is False.
     &quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
+    &quot;updated&quot;: &quot;A String&quot;, # Last modification time of the task (as a RFC 3339 timestamp).
+    &quot;selfLink&quot;: &quot;A String&quot;, # URL pointing to this task. Used to retrieve, update, or delete this task.
+    &quot;completed&quot;: &quot;A String&quot;, # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed.
+    &quot;position&quot;: &quot;A String&quot;, # 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&#x27;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 &quot;move&quot; method to move the task to another position.
     &quot;id&quot;: &quot;A String&quot;, # Task identifier.
   }</pre>
 </div>