Method: spaces.create
HTTP リクエスト
POST https://meet.googleapis.com/v2/spaces
この URL は gRPC Transcoding 構文を使用します。
リクエスト本文
リクエストの本文には Space
のインスタンスが含まれています。
レスポンスの本文
成功した場合、レスポンスの本文には、新しく作成された Space
のインスタンスが含まれます。
承認スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/meetings.space.created
詳しくは、承認ガイドをご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-04-30 UTC。
[null,null,["最終更新日 2024-04-30 UTC。"],[[["Creates a new space using an HTTP POST request to the specified URL."],["The request body should contain a `Space` object, and a successful response will return the newly created `Space` object."],["Requires authorization with the `https://www.googleapis.com/auth/meetings.space.created` scope to create spaces."]]],["This document details how to create a space using the Google Meet API. A `POST` request is sent to `https://meet.googleapis.com/v2/spaces`, with the request body containing a `Space` instance. Upon success, the response body returns a newly created `Space` instance. The process requires authorization using the `https://www.googleapis.com/auth/meetings.space.created` OAuth scope, and follows gRPC Transcoding syntax for the URL.\n"]]