Method: settings.searchapplications.create
Creates a search application.
Note: This API requires an admin account to execute.
HTTP request
POST https://cloudsearch.googleapis.com/v1/settings/searchapplications
The URL uses gRPC Transcoding syntax.
Request body
The request body contains an instance of SearchApplication
.
Response body
If successful, the response body contains a newly created instance of Operation
.
Authorization Scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud_search.settings.query
https://www.googleapis.com/auth/cloud_search.settings
https://www.googleapis.com/auth/cloud_search
For more information, see the Authorization guide.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-03 UTC.
[null,null,["Last updated 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."]]],[]]