REST Resource: tasklists
リソース: TaskList
JSON 表現 |
{
"kind": string,
"id": string,
"etag": string,
"title": string,
"updated": string,
"selfLink": string
} |
フィールド |
kind |
string
出力専用。リソースのタイプ。常に「tasks#taskList」になります。
|
id |
string
タスクリストの ID。
|
etag |
string
リソースの ETag。
|
title |
string
タスクリストのタイトル。最大文字数: 1,024 文字。
|
updated |
string
出力専用。タスクリストの最終更新日時(RFC 3339 タイムスタンプ形式)。
|
selfLink |
string
出力専用。このタスクリストを指す URL。このタスクリストを取得、更新、削除するために使用します。
|
メソッド |
|
認証されたユーザーが指定したタスクリストを削除します。 |
|
認証されたユーザーが指定したタスクリストを返します。 |
|
新しいタスクリストを作成し、認証されたユーザーのタスクリストに追加します。 |
|
認証されたユーザーのタスクリストをすべて返します。 |
|
認証されたユーザーが指定したタスクリストを更新します。 |
|
認証されたユーザーが指定したタスクリストを更新します。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-02-27 UTC。
[null,null,["最終更新日 2025-02-27 UTC。"],[[["The `TaskList` resource represents a user's task list and includes properties like `id`, `title`, and `updated`."],["`TaskList` can be accessed and manipulated through methods such as `get`, `insert`, `update`, `delete`, `list`, and `patch`."],["The JSON representation of a `TaskList` object includes fields such as `kind`, `id`, `etag`, `title`, `updated`, and `selfLink`, each serving specific data purposes."],["Users can manage their task lists by creating, retrieving, updating, deleting and listing them through the provided methods."]]],["The `TaskList` resource represents a user's task list, identified by an `id`. It includes `title`, `etag`, `kind`, `updated` timestamp, and `selfLink`. Key actions involve managing these lists via methods: `delete` removes a list, `get` retrieves one, `insert` creates a new one, `list` retrieves all, and `patch`/`update` modify existing lists. These actions are performed by authenticated users on their task lists. The information is represented in JSON format.\n"]]