Open Connector
所有 Tools

Google Cloud Search

Catalog 暂无描述。

google-cloud-searchv1.0.044 个 Tools

认证方式

方式底层类型状态说明
OAuth 2.0oauth2available

调用示例

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 目录

可用 Tools

44 个可调用操作

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.

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.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.debug

Tags

debug
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.

Fetches the item whose viewUrl exactly matches that of the URL provided in the request. **Note:** This API requires an admin account to execute.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.debug

Tags

debug
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.

List all unmapped identities for a specific item. **Note:** This API requires an admin account to execute.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.debug

Tags

debug
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.

Lists names of items associated with an unmapped identity. **Note:** This API requires an admin account to execute.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.debug

Tags

debug
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.

Deletes the schema of a data source. **Note:** This API requires an admin or service account to execute.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.settingshttps://www.googleapis.com/auth/cloud_search.settings.indexing

Tags

indexing
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.

Gets the schema of a data source. **Note:** This API requires an admin or service account to execute.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.settingshttps://www.googleapis.com/auth/cloud_search.settings.indexing

Tags

indexing
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.

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.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.indexing

Tags

indexing
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.

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.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.indexing

Tags

indexing
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.

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.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.indexing

Tags

indexing
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.

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.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.indexing

Tags

indexing
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.

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.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.indexing

Tags

indexing
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.

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.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.indexing

Tags

indexing
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.

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.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.indexing

Tags

indexing
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.

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.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.indexing

Tags

indexing
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.

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.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.indexing

Tags

indexing
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.

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.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.settingshttps://www.googleapis.com/auth/cloud_search.settings.indexing

Tags

indexing
Cloudsearch InitializeCustomerGOOGLE_CLOUD_SEARCH_INITIALIZE_CUSTOMEREnables `third party` support in Google Cloud Search. **Note:** This API requires an admin account to execute.

Enables `third party` support in Google Cloud Search. **Note:** This API requires an admin account to execute.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.settingshttps://www.googleapis.com/auth/cloud_search.settings.indexing

Tags

cloudsearch
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.

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.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.indexing

Tags

media
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.

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.

认证

需要 Connected Account

Scopes

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.query

Tags

operations
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`.

Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

认证

需要 Connected Account

Scopes

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.query

Tags

operations
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/).

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/).

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.query

Tags

query
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/).

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/).

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.query

Tags

query
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/).

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/).

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.query

Tags

query
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/).

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/).

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.query

Tags

query
Cloudsearch Settings Datasources CreateGOOGLE_CLOUD_SEARCH_SETTINGS_DATASOURCES_CREATECreates a datasource. **Note:** This API requires an admin account to execute.

Creates a datasource. **Note:** This API requires an admin account to execute.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.settingshttps://www.googleapis.com/auth/cloud_search.settings.indexing

Tags

settings
Cloudsearch Settings Datasources DeleteGOOGLE_CLOUD_SEARCH_SETTINGS_DATASOURCES_DELETEDeletes a datasource. **Note:** This API requires an admin account to execute.

Deletes a datasource. **Note:** This API requires an admin account to execute.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.settingshttps://www.googleapis.com/auth/cloud_search.settings.indexing

Tags

settings
Cloudsearch Settings Datasources GetGOOGLE_CLOUD_SEARCH_SETTINGS_DATASOURCES_GETGets a datasource. **Note:** This API requires an admin account to execute.

Gets a datasource. **Note:** This API requires an admin account to execute.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.settingshttps://www.googleapis.com/auth/cloud_search.settings.indexing

Tags

settings
Cloudsearch Settings Datasources ListGOOGLE_CLOUD_SEARCH_SETTINGS_DATASOURCES_LISTLists datasources. **Note:** This API requires an admin account to execute.

Lists datasources. **Note:** This API requires an admin account to execute.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.settingshttps://www.googleapis.com/auth/cloud_search.settings.indexing

Tags

settings
Cloudsearch Settings Datasources PatchGOOGLE_CLOUD_SEARCH_SETTINGS_DATASOURCES_PATCHUpdates a datasource. **Note:** This API requires an admin account to execute.

Updates a datasource. **Note:** This API requires an admin account to execute.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.settingshttps://www.googleapis.com/auth/cloud_search.settings.indexing

Tags

settings
Cloudsearch Settings Datasources UpdateGOOGLE_CLOUD_SEARCH_SETTINGS_DATASOURCES_UPDATEUpdates a datasource. **Note:** This API requires an admin account to execute.

Updates a datasource. **Note:** This API requires an admin account to execute.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.settingshttps://www.googleapis.com/auth/cloud_search.settings.indexing

Tags

settings
Cloudsearch Settings GetCustomerGOOGLE_CLOUD_SEARCH_SETTINGS_GET_CUSTOMERGet customer settings. **Note:** This API requires an admin account to execute.

Get customer settings. **Note:** This API requires an admin account to execute.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.settingshttps://www.googleapis.com/auth/cloud_search.settings.indexing

Tags

settings
Cloudsearch Settings Searchapplications CreateGOOGLE_CLOUD_SEARCH_SETTINGS_SEARCHAPPLICATIONS_CREATECreates a search application. **Note:** This API requires an admin account to execute.

Creates a search application. **Note:** This API requires an admin account to execute.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.settingshttps://www.googleapis.com/auth/cloud_search.settings.query

Tags

settings
Cloudsearch Settings Searchapplications ListGOOGLE_CLOUD_SEARCH_SETTINGS_SEARCHAPPLICATIONS_LISTLists all search applications. **Note:** This API requires an admin account to execute.

Lists all search applications. **Note:** This API requires an admin account to execute.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.settingshttps://www.googleapis.com/auth/cloud_search.settings.query

Tags

settings
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.

Resets a search application to default settings. This will return an empty response. **Note:** This API requires an admin account to execute.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.settingshttps://www.googleapis.com/auth/cloud_search.settings.query

Tags

settings
Cloudsearch Settings UpdateCustomerGOOGLE_CLOUD_SEARCH_SETTINGS_UPDATE_CUSTOMERUpdate customer settings. **Note:** This API requires an admin account to execute.

Update customer settings. **Note:** This API requires an admin account to execute.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.settingshttps://www.googleapis.com/auth/cloud_search.settings.indexing

Tags

settings
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.

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.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.statshttps://www.googleapis.com/auth/cloud_search.stats.indexing

Tags

stats
Cloudsearch Stats GetQueryGOOGLE_CLOUD_SEARCH_STATS_GET_QUERYGet the query statistics for customer. **Note:** This API requires a standard end user account to execute.

Get the query statistics for customer. **Note:** This API requires a standard end user account to execute.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.statshttps://www.googleapis.com/auth/cloud_search.stats.indexing

Tags

stats
Cloudsearch Stats GetSearchapplicationGOOGLE_CLOUD_SEARCH_STATS_GET_SEARCHAPPLICATIONGet search application stats for customer. **Note:** This API requires a standard end user account to execute.

Get search application stats for customer. **Note:** This API requires a standard end user account to execute.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.statshttps://www.googleapis.com/auth/cloud_search.stats.indexing

Tags

stats
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.

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.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.statshttps://www.googleapis.com/auth/cloud_search.stats.indexing

Tags

stats
Cloudsearch Stats GetUserGOOGLE_CLOUD_SEARCH_STATS_GET_USERGet the users statistics for customer. **Note:** This API requires a standard end user account to execute.

Get the users statistics for customer. **Note:** This API requires a standard end user account to execute.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.statshttps://www.googleapis.com/auth/cloud_search.stats.indexing

Tags

stats
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.

Gets indexed item statistics for a single data source. **Note:** This API requires a standard end user account to execute.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.statshttps://www.googleapis.com/auth/cloud_search.stats.indexing

Tags

stats
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.

Get the query statistics for search application. **Note:** This API requires a standard end user account to execute.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.statshttps://www.googleapis.com/auth/cloud_search.stats.indexing

Tags

stats
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.

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.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.statshttps://www.googleapis.com/auth/cloud_search.stats.indexing

Tags

stats
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.

Get the users statistics for search application. **Note:** This API requires a standard end user account to execute.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/cloud_searchhttps://www.googleapis.com/auth/cloud_search.statshttps://www.googleapis.com/auth/cloud_search.stats.indexing

Tags

stats