@@ -2007,24 +2007,26 @@ public Move setDestinationTasklist(java.lang.String destinationTasklist) {
20072007
20082008 /**
20092009 * New parent task identifier. If the task is moved to the top level, this parameter is
2010- * omitted. Assigned tasks can not be set as parent task (have subtasks) or be moved under a
2011- * parent task (become subtasks). Optional.
2010+ * omitted. The task set as parent must exist in the task list and can not be hidden. Assigned
2011+ * tasks can not be set as parent task (have subtasks) or be moved under a parent task (become
2012+ * subtasks). Optional.
20122013 */
20132014 @ com .google .api .client .util .Key
20142015 private java .lang .String parent ;
20152016
2016- /** New parent task identifier. If the task is moved to the top level, this parameter is omitted.
2017- Assigned tasks can not be set as parent task (have subtasks) or be moved under a parent task
2018- (become subtasks). Optional.
2017+ /** New parent task identifier. If the task is moved to the top level, this parameter is omitted. The
2018+ task set as parent must exist in the task list and can not be hidden. Assigned tasks can not be set
2019+ as parent task (have subtasks) or be moved under a parent task (become subtasks). Optional.
20192020 */
20202021 public java .lang .String getParent () {
20212022 return parent ;
20222023 }
20232024
20242025 /**
20252026 * New parent task identifier. If the task is moved to the top level, this parameter is
2026- * omitted. Assigned tasks can not be set as parent task (have subtasks) or be moved under a
2027- * parent task (become subtasks). Optional.
2027+ * omitted. The task set as parent must exist in the task list and can not be hidden. Assigned
2028+ * tasks can not be set as parent task (have subtasks) or be moved under a parent task (become
2029+ * subtasks). Optional.
20282030 */
20292031 public Move setParent (java .lang .String parent ) {
20302032 this .parent = parent ;
@@ -2033,21 +2035,24 @@ public Move setParent(java.lang.String parent) {
20332035
20342036 /**
20352037 * New previous sibling task identifier. If the task is moved to the first position among its
2036- * siblings, this parameter is omitted. Optional.
2038+ * siblings, this parameter is omitted. The task set as previous must exist in the task list
2039+ * and can not be hidden. Optional.
20372040 */
20382041 @ com .google .api .client .util .Key
20392042 private java .lang .String previous ;
20402043
20412044 /** New previous sibling task identifier. If the task is moved to the first position among its
2042- siblings, this parameter is omitted. Optional.
2045+ siblings, this parameter is omitted. The task set as previous must exist in the task list and can
2046+ not be hidden. Optional.
20432047 */
20442048 public java .lang .String getPrevious () {
20452049 return previous ;
20462050 }
20472051
20482052 /**
20492053 * New previous sibling task identifier. If the task is moved to the first position among its
2050- * siblings, this parameter is omitted. Optional.
2054+ * siblings, this parameter is omitted. The task set as previous must exist in the task list
2055+ * and can not be hidden. Optional.
20512056 */
20522057 public Move setPrevious (java .lang .String previous ) {
20532058 this .previous = previous ;
0 commit comments