Google Cloud Search
No catalog description yet.
Authentication
| Method | Kind | Status | Details |
|---|---|---|---|
| OAuth 2.0 | oauth2 | available | — |
Call a tool
import { createClient } from "@open-connector/sdk";const oc = createClient({ baseUrl: "https://api.openconnector.dev", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({ slug: "GOOGLE_CLOUD_SEARCH_DEBUG_DATASOURCES_ITEMS_CHECK_ACCESS", connectedAccountId: "conn_...", arguments: { /* match this tool's input schema */ },});import Composio from "@composio/client";const composio = new Composio({ baseURL: "https://api.openconnector.dev/composio", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("GOOGLE_CLOUD_SEARCH_DEBUG_DATASOURCES_ITEMS_CHECK_ACCESS", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute GOOGLE_CLOUD_SEARCH_DEBUG_DATASOURCES_ITEMS_CHECK_ACCESS --data '{ }'Tool catalog
Available tools
44 callable operations
Cloudsearch Debug Datasources Items CheckAccessGOOGLE_CLOUD_SEARCH_DEBUG_DATASOURCES_ITEMS_CHECK_ACCESSChecks whether an item is accessible by specified principal. Principal must be a user; groups and domain values aren't supported. **Note:** This API requires an admin account to execute.Connection2 scopes
Checks whether an item is accessible by specified principal. Principal must be a user; groups and domain values aren't supported. **Note:** This API requires an admin account to execute.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.debugTags
Cloudsearch Debug Datasources Items SearchByViewUrlGOOGLE_CLOUD_SEARCH_DEBUG_DATASOURCES_ITEMS_SEARCH_BY_VIEW_URLFetches the item whose viewUrl exactly matches that of the URL provided in the request. **Note:** This API requires an admin account to execute.Connection2 scopes
Fetches the item whose viewUrl exactly matches that of the URL provided in the request. **Note:** This API requires an admin account to execute.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.debugTags
Cloudsearch Debug Datasources Items Unmappedids ListGOOGLE_CLOUD_SEARCH_DEBUG_DATASOURCES_ITEMS_UNMAPPEDIDS_LISTList all unmapped identities for a specific item. **Note:** This API requires an admin account to execute.Connection2 scopes
List all unmapped identities for a specific item. **Note:** This API requires an admin account to execute.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.debugTags
Cloudsearch Debug Identitysources Items ListForunmappedidentityGOOGLE_CLOUD_SEARCH_DEBUG_IDENTITYSOURCES_ITEMS_LIST_FORUNMAPPEDIDENTITYLists names of items associated with an unmapped identity. **Note:** This API requires an admin account to execute.Connection2 scopes
Lists names of items associated with an unmapped identity. **Note:** This API requires an admin account to execute.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.debugTags
Cloudsearch Indexing Datasources DeleteSchemaGOOGLE_CLOUD_SEARCH_INDEXING_DATASOURCES_DELETE_SCHEMADeletes the schema of a data source. **Note:** This API requires an admin or service account to execute.Connection3 scopes
Deletes the schema of a data source. **Note:** This API requires an admin or service account to execute.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.settingshttps://www.googleapis.com/auth/cloud_search.settings.indexingTags
Cloudsearch Indexing Datasources GetSchemaGOOGLE_CLOUD_SEARCH_INDEXING_DATASOURCES_GET_SCHEMAGets the schema of a data source. **Note:** This API requires an admin or service account to execute.Connection3 scopes
Gets the schema of a data source. **Note:** This API requires an admin or service account to execute.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.settingshttps://www.googleapis.com/auth/cloud_search.settings.indexingTags
Cloudsearch Indexing Datasources Items DeleteGOOGLE_CLOUD_SEARCH_INDEXING_DATASOURCES_ITEMS_DELETEDeletes Item resource for the specified resource name. This API requires an admin or service account to execute. The service account used is the one whitelisted in the corresponding data source.Connection2 scopes
Deletes Item resource for the specified resource name. This API requires an admin or service account to execute. The service account used is the one whitelisted in the corresponding data source.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.indexingTags
Cloudsearch Indexing Datasources Items DeleteQueueItemsGOOGLE_CLOUD_SEARCH_INDEXING_DATASOURCES_ITEMS_DELETE_QUEUE_ITEMSDeletes all items in a queue. This method is useful for deleting stale items. This API requires an admin or service account to execute. The service account used is the one whitelisted in the corresponding data source.Connection2 scopes
Deletes all items in a queue. This method is useful for deleting stale items. This API requires an admin or service account to execute. The service account used is the one whitelisted in the corresponding data source.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.indexingTags
Cloudsearch Indexing Datasources Items GetGOOGLE_CLOUD_SEARCH_INDEXING_DATASOURCES_ITEMS_GETGets Item resource by item name. This API requires an admin or service account to execute. The service account used is the one whitelisted in the corresponding data source.Connection2 scopes
Gets Item resource by item name. This API requires an admin or service account to execute. The service account used is the one whitelisted in the corresponding data source.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.indexingTags
Cloudsearch Indexing Datasources Items IndexGOOGLE_CLOUD_SEARCH_INDEXING_DATASOURCES_ITEMS_INDEXUpdates Item ACL, metadata, and content. It will insert the Item if it does not exist. This method does not support partial updates. Fields with no provided values are cleared out in the Cloud Search index. This API requires an admin or service account to execute. The service account used is the one whitelisted in the corresponding data source.Connection2 scopes
Updates Item ACL, metadata, and content. It will insert the Item if it does not exist. This method does not support partial updates. Fields with no provided values are cleared out in the Cloud Search index. This API requires an admin or service account to execute. The service account used is the one whitelisted in the corresponding data source.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.indexingTags
Cloudsearch Indexing Datasources Items ListGOOGLE_CLOUD_SEARCH_INDEXING_DATASOURCES_ITEMS_LISTLists all or a subset of Item resources. This API requires an admin or service account to execute. The service account used is the one whitelisted in the corresponding data source.Connection2 scopes
Lists all or a subset of Item resources. This API requires an admin or service account to execute. The service account used is the one whitelisted in the corresponding data source.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.indexingTags
Cloudsearch Indexing Datasources Items PollGOOGLE_CLOUD_SEARCH_INDEXING_DATASOURCES_ITEMS_POLLPolls for unreserved items from the indexing queue and marks a set as reserved, starting with items that have the oldest timestamp from the highest priority ItemStatus. The priority order is as follows: ERROR MODIFIED NEW_ITEM ACCEPTED Reserving items ensures that polling from other threads cannot create overlapping sets. After handling the reserved items, the client should put items back into the unreserved state, either by calling index, or by calling push with the type REQUEUE. Items automatically become available (unreserved) after 4 hours even if no update or push method is called. This API requires an admin or service account to execute. The service account used is the one whitelisted in the corresponding data source.Connection2 scopes
Polls for unreserved items from the indexing queue and marks a set as reserved, starting with items that have the oldest timestamp from the highest priority ItemStatus. The priority order is as follows: ERROR MODIFIED NEW_ITEM ACCEPTED Reserving items ensures that polling from other threads cannot create overlapping sets. After handling the reserved items, the client should put items back into the unreserved state, either by calling index, or by calling push with the type REQUEUE. Items automatically become available (unreserved) after 4 hours even if no update or push method is called. This API requires an admin or service account to execute. The service account used is the one whitelisted in the corresponding data source.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.indexingTags
Cloudsearch Indexing Datasources Items PushGOOGLE_CLOUD_SEARCH_INDEXING_DATASOURCES_ITEMS_PUSHPushes an item onto a queue for later polling and updating. This API requires an admin or service account to execute. The service account used is the one whitelisted in the corresponding data source.Connection2 scopes
Pushes an item onto a queue for later polling and updating. This API requires an admin or service account to execute. The service account used is the one whitelisted in the corresponding data source.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.indexingTags
Cloudsearch Indexing Datasources Items UnreserveGOOGLE_CLOUD_SEARCH_INDEXING_DATASOURCES_ITEMS_UNRESERVEUnreserves all items from a queue, making them all eligible to be polled. This method is useful for resetting the indexing queue after a connector has been restarted. This API requires an admin or service account to execute. The service account used is the one whitelisted in the corresponding data source.Connection2 scopes
Unreserves all items from a queue, making them all eligible to be polled. This method is useful for resetting the indexing queue after a connector has been restarted. This API requires an admin or service account to execute. The service account used is the one whitelisted in the corresponding data source.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.indexingTags
Cloudsearch Indexing Datasources Items UploadGOOGLE_CLOUD_SEARCH_INDEXING_DATASOURCES_ITEMS_UPLOADCreates an upload session for uploading item content. For items smaller than 100 KB, it's easier to embed the content inline within an index request. This API requires an admin or service account to execute. The service account used is the one whitelisted in the corresponding data source.Connection2 scopes
Creates an upload session for uploading item content. For items smaller than 100 KB, it's easier to embed the content inline within an index request. This API requires an admin or service account to execute. The service account used is the one whitelisted in the corresponding data source.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.indexingTags
Cloudsearch Indexing Datasources UpdateSchemaGOOGLE_CLOUD_SEARCH_INDEXING_DATASOURCES_UPDATE_SCHEMAUpdates the schema of a data source. This method does not perform incremental updates to the schema. Instead, this method updates the schema by overwriting the entire schema. **Note:** This API requires an admin or service account to execute.Connection3 scopes
Updates the schema of a data source. This method does not perform incremental updates to the schema. Instead, this method updates the schema by overwriting the entire schema. **Note:** This API requires an admin or service account to execute.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.settingshttps://www.googleapis.com/auth/cloud_search.settings.indexingTags
Cloudsearch InitializeCustomerGOOGLE_CLOUD_SEARCH_INITIALIZE_CUSTOMEREnables `third party` support in Google Cloud Search. **Note:** This API requires an admin account to execute.Connection3 scopes
Enables `third party` support in Google Cloud Search. **Note:** This API requires an admin account to execute.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.settingshttps://www.googleapis.com/auth/cloud_search.settings.indexingTags
Cloudsearch Media UploadGOOGLE_CLOUD_SEARCH_MEDIA_UPLOADUploads media for indexing. The upload endpoint supports direct and resumable upload protocols and is intended for large items that can not be [inlined during index requests](https://developers.google.com/workspace/cloud-search/docs/reference/rest/v1/indexing.datasources.items#itemcontent). To index large content: 1. Call indexing.datasources.items.upload with the item name to begin an upload session and retrieve the UploadItemRef. 1. Call media.upload to upload the content, as a streaming request, using the same resource name from the UploadItemRef from step 1. 1. Call indexing.datasources.items.index to index the item. Populate the [ItemContent](/cloud-search/docs/reference/rest/v1/indexing.datasources.items#ItemContent) with the UploadItemRef from step 1. For additional information, see [Create a content connector using the REST API](https://developers.google.com/workspace/cloud-search/docs/guides/content-connector#rest). **Note:** This API requires a service account to execute.Connection2 scopes
Uploads media for indexing. The upload endpoint supports direct and resumable upload protocols and is intended for large items that can not be [inlined during index requests](https://developers.google.com/workspace/cloud-search/docs/reference/rest/v1/indexing.datasources.items#itemcontent). To index large content: 1. Call indexing.datasources.items.upload with the item name to begin an upload session and retrieve the UploadItemRef. 1. Call media.upload to upload the content, as a streaming request, using the same resource name from the UploadItemRef from step 1. 1. Call indexing.datasources.items.index to index the item. Populate the [ItemContent](/cloud-search/docs/reference/rest/v1/indexing.datasources.items#ItemContent) with the UploadItemRef from step 1. For additional information, see [Create a content connector using the REST API](https://developers.google.com/workspace/cloud-search/docs/guides/content-connector#rest). **Note:** This API requires a service account to execute.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.indexingTags
Cloudsearch Operations GetGOOGLE_CLOUD_SEARCH_OPERATIONS_GETGets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.Connection6 scopes
Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.debughttps://www.googleapis.com/auth/cloud_search.indexinghttps://www.googleapis.com/auth/cloud_search.settingshttps://www.googleapis.com/auth/cloud_search.settings.indexinghttps://www.googleapis.com/auth/cloud_search.settings.queryTags
Cloudsearch Operations Lro ListGOOGLE_CLOUD_SEARCH_OPERATIONS_LRO_LISTLists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.Connection6 scopes
Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.debughttps://www.googleapis.com/auth/cloud_search.indexinghttps://www.googleapis.com/auth/cloud_search.settingshttps://www.googleapis.com/auth/cloud_search.settings.indexinghttps://www.googleapis.com/auth/cloud_search.settings.queryTags
Cloudsearch Query RemoveActivityGOOGLE_CLOUD_SEARCH_QUERY_REMOVE_ACTIVITYProvides functionality to remove logged activity for a user. Currently to be used only for Chat 1p clients **Note:** This API requires a standard end user account to execute. A service account can't perform Remove Activity requests directly; to use a service account to perform queries, set up [Google Workspace domain-wide delegation of authority](https://developers.google.com/workspace/cloud-search/docs/guides/delegation/).Connection2 scopes
Provides functionality to remove logged activity for a user. Currently to be used only for Chat 1p clients **Note:** This API requires a standard end user account to execute. A service account can't perform Remove Activity requests directly; to use a service account to perform queries, set up [Google Workspace domain-wide delegation of authority](https://developers.google.com/workspace/cloud-search/docs/guides/delegation/).
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.queryTags
Cloudsearch Query SearchGOOGLE_CLOUD_SEARCH_QUERY_SEARCHThe Cloud Search Query API provides the search method, which returns the most relevant results from a user query. The results can come from Google Workspace apps, such as Gmail or Google Drive, or they can come from data that you have indexed from a third party. **Note:** This API requires a standard end user account to execute. A service account can't perform Query API requests directly; to use a service account to perform queries, set up [Google Workspace domain-wide delegation of authority](https://developers.google.com/workspace/cloud-search/docs/guides/delegation/).Connection2 scopes
The Cloud Search Query API provides the search method, which returns the most relevant results from a user query. The results can come from Google Workspace apps, such as Gmail or Google Drive, or they can come from data that you have indexed from a third party. **Note:** This API requires a standard end user account to execute. A service account can't perform Query API requests directly; to use a service account to perform queries, set up [Google Workspace domain-wide delegation of authority](https://developers.google.com/workspace/cloud-search/docs/guides/delegation/).
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.queryTags
Cloudsearch Query Sources ListGOOGLE_CLOUD_SEARCH_QUERY_SOURCES_LISTReturns list of sources that user can use for Search and Suggest APIs. **Note:** This API requires a standard end user account to execute. A service account can't perform Query API requests directly; to use a service account to perform queries, set up [Google Workspace domain-wide delegation of authority](https://developers.google.com/workspace/cloud-search/docs/guides/delegation/).Connection2 scopes
Returns list of sources that user can use for Search and Suggest APIs. **Note:** This API requires a standard end user account to execute. A service account can't perform Query API requests directly; to use a service account to perform queries, set up [Google Workspace domain-wide delegation of authority](https://developers.google.com/workspace/cloud-search/docs/guides/delegation/).
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.queryTags
Cloudsearch Query SuggestGOOGLE_CLOUD_SEARCH_QUERY_SUGGESTProvides suggestions for autocompleting the query. **Note:** This API requires a standard end user account to execute. A service account can't perform Query API requests directly; to use a service account to perform queries, set up [Google Workspace domain-wide delegation of authority](https://developers.google.com/workspace/cloud-search/docs/guides/delegation/).Connection2 scopes
Provides suggestions for autocompleting the query. **Note:** This API requires a standard end user account to execute. A service account can't perform Query API requests directly; to use a service account to perform queries, set up [Google Workspace domain-wide delegation of authority](https://developers.google.com/workspace/cloud-search/docs/guides/delegation/).
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.queryTags
Cloudsearch Settings Datasources CreateGOOGLE_CLOUD_SEARCH_SETTINGS_DATASOURCES_CREATECreates a datasource. **Note:** This API requires an admin account to execute.Connection3 scopes
Creates a datasource. **Note:** This API requires an admin account to execute.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.settingshttps://www.googleapis.com/auth/cloud_search.settings.indexingTags
Cloudsearch Settings Datasources DeleteGOOGLE_CLOUD_SEARCH_SETTINGS_DATASOURCES_DELETEDeletes a datasource. **Note:** This API requires an admin account to execute.Connection3 scopes
Deletes a datasource. **Note:** This API requires an admin account to execute.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.settingshttps://www.googleapis.com/auth/cloud_search.settings.indexingTags
Cloudsearch Settings Datasources GetGOOGLE_CLOUD_SEARCH_SETTINGS_DATASOURCES_GETGets a datasource. **Note:** This API requires an admin account to execute.Connection3 scopes
Gets a datasource. **Note:** This API requires an admin account to execute.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.settingshttps://www.googleapis.com/auth/cloud_search.settings.indexingTags
Cloudsearch Settings Datasources ListGOOGLE_CLOUD_SEARCH_SETTINGS_DATASOURCES_LISTLists datasources. **Note:** This API requires an admin account to execute.Connection3 scopes
Lists datasources. **Note:** This API requires an admin account to execute.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.settingshttps://www.googleapis.com/auth/cloud_search.settings.indexingTags
Cloudsearch Settings Datasources PatchGOOGLE_CLOUD_SEARCH_SETTINGS_DATASOURCES_PATCHUpdates a datasource. **Note:** This API requires an admin account to execute.Connection3 scopes
Updates a datasource. **Note:** This API requires an admin account to execute.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.settingshttps://www.googleapis.com/auth/cloud_search.settings.indexingTags
Cloudsearch Settings Datasources UpdateGOOGLE_CLOUD_SEARCH_SETTINGS_DATASOURCES_UPDATEUpdates a datasource. **Note:** This API requires an admin account to execute.Connection3 scopes
Updates a datasource. **Note:** This API requires an admin account to execute.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.settingshttps://www.googleapis.com/auth/cloud_search.settings.indexingTags
Cloudsearch Settings GetCustomerGOOGLE_CLOUD_SEARCH_SETTINGS_GET_CUSTOMERGet customer settings. **Note:** This API requires an admin account to execute.Connection3 scopes
Get customer settings. **Note:** This API requires an admin account to execute.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.settingshttps://www.googleapis.com/auth/cloud_search.settings.indexingTags
Cloudsearch Settings Searchapplications CreateGOOGLE_CLOUD_SEARCH_SETTINGS_SEARCHAPPLICATIONS_CREATECreates a search application. **Note:** This API requires an admin account to execute.Connection3 scopes
Creates a search application. **Note:** This API requires an admin account to execute.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.settingshttps://www.googleapis.com/auth/cloud_search.settings.queryTags
Cloudsearch Settings Searchapplications ListGOOGLE_CLOUD_SEARCH_SETTINGS_SEARCHAPPLICATIONS_LISTLists all search applications. **Note:** This API requires an admin account to execute.Connection3 scopes
Lists all search applications. **Note:** This API requires an admin account to execute.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.settingshttps://www.googleapis.com/auth/cloud_search.settings.queryTags
Cloudsearch Settings Searchapplications ResetGOOGLE_CLOUD_SEARCH_SETTINGS_SEARCHAPPLICATIONS_RESETResets a search application to default settings. This will return an empty response. **Note:** This API requires an admin account to execute.Connection3 scopes
Resets a search application to default settings. This will return an empty response. **Note:** This API requires an admin account to execute.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.settingshttps://www.googleapis.com/auth/cloud_search.settings.queryTags
Cloudsearch Settings UpdateCustomerGOOGLE_CLOUD_SEARCH_SETTINGS_UPDATE_CUSTOMERUpdate customer settings. **Note:** This API requires an admin account to execute.Connection3 scopes
Update customer settings. **Note:** This API requires an admin account to execute.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.settingshttps://www.googleapis.com/auth/cloud_search.settings.indexingTags
Cloudsearch Stats GetIndexGOOGLE_CLOUD_SEARCH_STATS_GET_INDEXGets indexed item statistics aggreggated across all data sources. This API only returns statistics for previous dates; it doesn't return statistics for the current day. **Note:** This API requires a standard end user account to execute.Connection3 scopes
Gets indexed item statistics aggreggated across all data sources. This API only returns statistics for previous dates; it doesn't return statistics for the current day. **Note:** This API requires a standard end user account to execute.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.statshttps://www.googleapis.com/auth/cloud_search.stats.indexingTags
Cloudsearch Stats GetQueryGOOGLE_CLOUD_SEARCH_STATS_GET_QUERYGet the query statistics for customer. **Note:** This API requires a standard end user account to execute.Connection3 scopes
Get the query statistics for customer. **Note:** This API requires a standard end user account to execute.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.statshttps://www.googleapis.com/auth/cloud_search.stats.indexingTags
Cloudsearch Stats GetSearchapplicationGOOGLE_CLOUD_SEARCH_STATS_GET_SEARCHAPPLICATIONGet search application stats for customer. **Note:** This API requires a standard end user account to execute.Connection3 scopes
Get search application stats for customer. **Note:** This API requires a standard end user account to execute.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.statshttps://www.googleapis.com/auth/cloud_search.stats.indexingTags
Cloudsearch Stats GetSessionGOOGLE_CLOUD_SEARCH_STATS_GET_SESSIONGet the # of search sessions, % of successful sessions with a click query statistics for customer. **Note:** This API requires a standard end user account to execute.Connection3 scopes
Get the # of search sessions, % of successful sessions with a click query statistics for customer. **Note:** This API requires a standard end user account to execute.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.statshttps://www.googleapis.com/auth/cloud_search.stats.indexingTags
Cloudsearch Stats GetUserGOOGLE_CLOUD_SEARCH_STATS_GET_USERGet the users statistics for customer. **Note:** This API requires a standard end user account to execute.Connection3 scopes
Get the users statistics for customer. **Note:** This API requires a standard end user account to execute.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.statshttps://www.googleapis.com/auth/cloud_search.stats.indexingTags
Cloudsearch Stats Index Datasources GetGOOGLE_CLOUD_SEARCH_STATS_INDEX_DATASOURCES_GETGets indexed item statistics for a single data source. **Note:** This API requires a standard end user account to execute.Connection3 scopes
Gets indexed item statistics for a single data source. **Note:** This API requires a standard end user account to execute.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.statshttps://www.googleapis.com/auth/cloud_search.stats.indexingTags
Cloudsearch Stats Query Searchapplications GetGOOGLE_CLOUD_SEARCH_STATS_QUERY_SEARCHAPPLICATIONS_GETGet the query statistics for search application. **Note:** This API requires a standard end user account to execute.Connection3 scopes
Get the query statistics for search application. **Note:** This API requires a standard end user account to execute.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.statshttps://www.googleapis.com/auth/cloud_search.stats.indexingTags
Cloudsearch Stats Session Searchapplications GetGOOGLE_CLOUD_SEARCH_STATS_SESSION_SEARCHAPPLICATIONS_GETGet the # of search sessions, % of successful sessions with a click query statistics for search application. **Note:** This API requires a standard end user account to execute.Connection3 scopes
Get the # of search sessions, % of successful sessions with a click query statistics for search application. **Note:** This API requires a standard end user account to execute.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.statshttps://www.googleapis.com/auth/cloud_search.stats.indexingTags
Cloudsearch Stats User Searchapplications GetGOOGLE_CLOUD_SEARCH_STATS_USER_SEARCHAPPLICATIONS_GETGet the users statistics for search application. **Note:** This API requires a standard end user account to execute.Connection3 scopes
Get the users statistics for search application. **Note:** This API requires a standard end user account to execute.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.statshttps://www.googleapis.com/auth/cloud_search.stats.indexingTags