Method: settings.searchapplications.create
検索アプリケーションを作成します。
注: この API を実行するには、管理者アカウントが必要です。
HTTP リクエスト
POST https://cloudsearch.googleapis.com/v1/settings/searchapplications
この URL は gRPC Transcoding 構文を使用します。
リクエスト本文
リクエストの本文には SearchApplication
のインスタンスが含まれています。
レスポンスの本文
成功した場合、レスポンスの本文には、新しく作成された Operation
のインスタンスが含まれます。
認可スコープ
次の OAuth スコープのいずれかが必要です。
https://www.googleapis.com/auth/cloud_search.settings.query
https://www.googleapis.com/auth/cloud_search.settings
https://www.googleapis.com/auth/cloud_search
詳細については、承認ガイドをご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-09-03 UTC。
[null,null,["最終更新日 2024-09-03 UTC。"],[[["Creates a new search application using an HTTP POST request to a specified URL."],["Requires admin privileges and uses the SearchApplication object in the request body."],["Returns an Operation object in the response body upon successful creation of the search application."],["Needs authorization with specific OAuth scopes related to Cloud Search settings and query access."]]],[]]