Google Classroom アドオンの一般提供が開始されました。詳しくは、
アドオンのドキュメントをご覧ください。
YouTubeVideo
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
JSON 表現 |
{
"id": string,
"title": string,
"alternateLink": string,
"thumbnailUrl": string
} |
フィールド |
id |
string
YouTube API リソース ID。
|
title |
string
YouTube 動画のタイトル。 読み取り専用です。
|
alternateLink |
string
YouTube 動画を視聴するために使用できる URL。 読み取り専用です。
|
thumbnailUrl |
string
YouTube 動画のサムネイル画像の URL。 読み取り専用です。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[null,null,["最終更新日 2025-07-25 UTC。"],[],[],null,["# YouTubeVideo\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nYouTube video item.\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------|\n| ``` { \"id\": string, \"title\": string, \"alternateLink\": string, \"thumbnailUrl\": string } ``` |\n\n| Fields ||\n|-----------------|---------------------------------------------------------------------|\n| `id` | `string` YouTube API resource ID. |\n| `title` | `string` Title of the YouTube video. Read-only. |\n| `alternateLink` | `string` URL that can be used to view the YouTube video. Read-only. |\n| `thumbnailUrl` | `string` URL of a thumbnail image of the YouTube video. Read-only. |"]]