@@ -599,21 +599,22 @@ public List setUploadProtocol(java.lang.String uploadProtocol) {
599
599
}
600
600
601
601
/**
602
- * Maximum number of task lists returned on one page. Optional. The default is 20 (max
603
- * allowed: 100 ).
602
+ * Maximum number of task lists returned on one page. Optional. The default is 1000 (max
603
+ * allowed: 1000 ).
604
604
*/
605
605
@ com .google .api .client .util .Key
606
606
private java .lang .Integer maxResults ;
607
607
608
- /** Maximum number of task lists returned on one page. Optional. The default is 20 (max allowed: 100).
608
+ /** Maximum number of task lists returned on one page. Optional. The default is 1000 (max allowed:
609
+ 1000).
609
610
*/
610
611
public java .lang .Integer getMaxResults () {
611
612
return maxResults ;
612
613
}
613
614
614
615
/**
615
- * Maximum number of task lists returned on one page. Optional. The default is 20 (max
616
- * allowed: 100 ).
616
+ * Maximum number of task lists returned on one page. Optional. The default is 1000 (max
617
+ * allowed: 1000 ).
617
618
*/
618
619
public List setMaxResults (java .lang .Integer maxResults ) {
619
620
this .maxResults = maxResults ;
@@ -1982,14 +1983,14 @@ public Move setTask(java.lang.String task) {
1982
1983
/**
1983
1984
* Optional. Destination task list identifier. If set, the task is moved from tasklist to the
1984
1985
* destinationTasklist list. Otherwise the task is moved within its current list. Recurrent
1985
- * tasks cannot currently be moved between lists. Optional.
1986
+ * tasks cannot currently be moved between lists.
1986
1987
*/
1987
1988
@ com .google .api .client .util .Key
1988
1989
private java .lang .String destinationTasklist ;
1989
1990
1990
1991
/** Optional. Destination task list identifier. If set, the task is moved from tasklist to the
1991
1992
destinationTasklist list. Otherwise the task is moved within its current list. Recurrent tasks
1992
- cannot currently be moved between lists. Optional.
1993
+ cannot currently be moved between lists.
1993
1994
*/
1994
1995
public java .lang .String getDestinationTasklist () {
1995
1996
return destinationTasklist ;
@@ -1998,61 +1999,68 @@ public java.lang.String getDestinationTasklist() {
1998
1999
/**
1999
2000
* Optional. Destination task list identifier. If set, the task is moved from tasklist to the
2000
2001
* destinationTasklist list. Otherwise the task is moved within its current list. Recurrent
2001
- * tasks cannot currently be moved between lists. Optional.
2002
+ * tasks cannot currently be moved between lists.
2002
2003
*/
2003
2004
public Move setDestinationTasklist (java .lang .String destinationTasklist ) {
2004
2005
this .destinationTasklist = destinationTasklist ;
2005
2006
return this ;
2006
2007
}
2007
2008
2008
2009
/**
2009
- * New parent task identifier. If the task is moved to the top level, this parameter is
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.
2010
+ * Optional. New parent task identifier. If the task is moved to the top level, this parameter
2011
+ * 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.
2013
2015
*/
2014
2016
@ com .google .api .client .util .Key
2015
2017
private java .lang .String parent ;
2016
2018
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.
2019
+ /** Optional. New parent task identifier. If the task is moved to the top level, this parameter is
2020
+ 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.
2020
2024
*/
2021
2025
public java .lang .String getParent () {
2022
2026
return parent ;
2023
2027
}
2024
2028
2025
2029
/**
2026
- * New parent task identifier. If the task is moved to the top level, this parameter is
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.
2030
+ * Optional. New parent task identifier. If the task is moved to the top level, this parameter
2031
+ * 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.
2030
2035
*/
2031
2036
public Move setParent (java .lang .String parent ) {
2032
2037
this .parent = parent ;
2033
2038
return this ;
2034
2039
}
2035
2040
2036
2041
/**
2037
- * New previous sibling task identifier. If the task is moved to the first position among its
2038
- * siblings, this parameter is omitted. The task set as previous must exist in the task list
2039
- * and can not be hidden. Optional.
2042
+ * Optional. New previous sibling task identifier. If the task is moved to the first position
2043
+ * among its siblings, this parameter is omitted. The task set as previous must exist in the
2044
+ * task list and can not be hidden. Exceptions: 1. Tasks that are both completed and hidden
2045
+ * can only be moved to position 0, so the previous field must be empty.
2040
2046
*/
2041
2047
@ com .google .api .client .util .Key
2042
2048
private java .lang .String previous ;
2043
2049
2044
- /** New previous sibling task identifier. If the task is moved to the first position among its
2045
- siblings, this parameter is omitted. The task set as previous must exist in the task list and can
2046
- not be hidden. Optional.
2050
+ /** Optional. New previous sibling task identifier. If the task is moved to the first position among
2051
+ its siblings, this parameter is omitted. The task set as previous must exist in the task list and
2052
+ can not be hidden. Exceptions: 1. Tasks that are both completed and hidden can only be moved to
2053
+ position 0, so the previous field must be empty.
2047
2054
*/
2048
2055
public java .lang .String getPrevious () {
2049
2056
return previous ;
2050
2057
}
2051
2058
2052
2059
/**
2053
- * New previous sibling task identifier. If the task is moved to the first position among its
2054
- * siblings, this parameter is omitted. The task set as previous must exist in the task list
2055
- * and can not be hidden. Optional.
2060
+ * Optional. New previous sibling task identifier. If the task is moved to the first position
2061
+ * among its siblings, this parameter is omitted. The task set as previous must exist in the
2062
+ * task list and can not be hidden. Exceptions: 1. Tasks that are both completed and hidden
2063
+ * can only be moved to position 0, so the previous field must be empty.
2056
2064
*/
2057
2065
public Move setPrevious (java .lang .String previous ) {
2058
2066
this .previous = previous ;
0 commit comments