Google Classroom アドオンの一般提供が開始されました。詳しくは、
アドオンのドキュメントをご覧ください。
REST Resource: courses.teachers
リソース: 教師
JSON 表現 |
{
"courseId": string,
"userId": string,
"profile": {
object (UserProfile )
}
} |
フィールド |
courseId |
string
コースの識別子。 読み取り専用です。
|
userId |
string
ユーザーの ID。 リクエストのパラメータとして指定する場合、この識別子は次のいずれかになります。
- ユーザーの数値識別子
- ユーザーのメールアドレス
- リクエスト元のユーザーを示す文字列リテラル
"me"
|
profile |
object (UserProfile )
教師のグローバル ユーザー情報。 読み取り専用です。
|
メソッド |
|
コースの教師を作成します。 |
|
指定した教師を指定のコースから削除します。 |
|
コースの教師を返します。 |
|
リクエスト元に閲覧が許可されているこのコースの教師のリストを返します。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-02-27 UTC。
[null,null,["最終更新日 2025-02-27 UTC。"],[[["The Teacher resource represents a teacher associated with a specific course and includes identifying information for both the course and the teacher."],["Teachers can be created, deleted, retrieved individually, or listed for a course using the provided methods."],["A Teacher resource includes a `profile` field that provides detailed information about the teacher, linked to the UserProfile resource."],["Teacher information is read-only, with unique identifiers for both the course (`courseId`) and the teacher (`userId`)."]]],[]]