@@ -58,9 +58,11 @@ public final class Task extends com.google.api.client.json.GenericJson {
5858 private java .lang .Boolean deleted ;
5959
6060 /**
61- * Due date of the task (as a RFC 3339 timestamp). Optional. The due date only records date
62- * information; the time portion of the timestamp is discarded when setting the due date. It isn't
63- * possible to read or write the time that a task is due via the API.
61+ * Scheduled date for the task (as an RFC 3339 timestamp). Optional. This represents the day that
62+ * the task should be done, or that the task is visible on the calendar grid. It doesn't represent
63+ * the deadline of the task. Only date information is recorded; the time portion of the timestamp
64+ * is discarded when setting this field. It isn't possible to read or write the time that a task
65+ * is scheduled for using the API.
6466 * The value may be {@code null}.
6567 */
6668 @ com .google .api .client .util .Key
@@ -237,19 +239,23 @@ public Task setDeleted(java.lang.Boolean deleted) {
237239 }
238240
239241 /**
240- * Due date of the task (as a RFC 3339 timestamp). Optional. The due date only records date
241- * information; the time portion of the timestamp is discarded when setting the due date. It isn't
242- * possible to read or write the time that a task is due via the API.
242+ * Scheduled date for the task (as an RFC 3339 timestamp). Optional. This represents the day that
243+ * the task should be done, or that the task is visible on the calendar grid. It doesn't represent
244+ * the deadline of the task. Only date information is recorded; the time portion of the timestamp
245+ * is discarded when setting this field. It isn't possible to read or write the time that a task
246+ * is scheduled for using the API.
243247 * @return value or {@code null} for none
244248 */
245249 public java .lang .String getDue () {
246250 return due ;
247251 }
248252
249253 /**
250- * Due date of the task (as a RFC 3339 timestamp). Optional. The due date only records date
251- * information; the time portion of the timestamp is discarded when setting the due date. It isn't
252- * possible to read or write the time that a task is due via the API.
254+ * Scheduled date for the task (as an RFC 3339 timestamp). Optional. This represents the day that
255+ * the task should be done, or that the task is visible on the calendar grid. It doesn't represent
256+ * the deadline of the task. Only date information is recorded; the time portion of the timestamp
257+ * is discarded when setting this field. It isn't possible to read or write the time that a task
258+ * is scheduled for using the API.
253259 * @param due due or {@code null} for none
254260 */
255261 public Task setDue (java .lang .String due ) {
0 commit comments