@@ -2009,18 +2009,18 @@ public Move setDestinationTasklist(java.lang.String destinationTasklist) {
20092009 /**
20102010 * Optional. New parent task identifier. If the task is moved to the top level, this parameter
20112011 * is omitted. The task set as parent must exist in the task list and can not be hidden.
2012- * Exceptions: 1. Assigned tasks can not be set as parent task (have subtasks) or be moved
2013- * under a parent task (become subtasks). 2. Tasks that are both completed and hidden cannot
2014- * be nested, so the parent field must be empty.
2012+ * Exceptions: 1. Assigned and repeating tasks cannot be set as parent tasks (have subtasks),
2013+ * or be moved under a parent task (become subtasks). 2. Tasks that are both completed and
2014+ * hidden cannot be nested, so the parent field must be empty.
20152015 */
20162016 @ com .google .api .client .util .Key
20172017 private java .lang .String parent ;
20182018
20192019 /** Optional. New parent task identifier. If the task is moved to the top level, this parameter is
20202020 omitted. The task set as parent must exist in the task list and can not be hidden. Exceptions: 1.
2021- Assigned tasks can not be set as parent task (have subtasks) or be moved under a parent task
2022- (become subtasks). 2. Tasks that are both completed and hidden cannot be nested, so the parent
2023- field must be empty.
2021+ Assigned and repeating tasks cannot be set as parent tasks (have subtasks), or be moved under a
2022+ parent task (become subtasks). 2. Tasks that are both completed and hidden cannot be nested, so the
2023+ parent field must be empty.
20242024 */
20252025 public java .lang .String getParent () {
20262026 return parent ;
@@ -2029,9 +2029,9 @@ public java.lang.String getParent() {
20292029 /**
20302030 * Optional. New parent task identifier. If the task is moved to the top level, this parameter
20312031 * is omitted. The task set as parent must exist in the task list and can not be hidden.
2032- * Exceptions: 1. Assigned tasks can not be set as parent task (have subtasks) or be moved
2033- * under a parent task (become subtasks). 2. Tasks that are both completed and hidden cannot
2034- * be nested, so the parent field must be empty.
2032+ * Exceptions: 1. Assigned and repeating tasks cannot be set as parent tasks (have subtasks),
2033+ * or be moved under a parent task (become subtasks). 2. Tasks that are both completed and
2034+ * hidden cannot be nested, so the parent field must be empty.
20352035 */
20362036 public Move setParent (java .lang .String parent ) {
20372037 this .parent = parent ;
0 commit comments