A base abstract class for CloudSearch requests.
CloudSearchServiceThe CloudSearch Service.
CloudSearchService.ScopeAvailable OAuth 2.0 scopes for use with the Cloud Search API.
CloudSearchService.ScopeConstantsAvailable OAuth 2.0 scope constants for use with the Cloud Search API.
DebugResourceThe "debug" collection of methods.
DebugResource.DatasourcesResourceThe "datasources" collection of methods.
DebugResource.DatasourcesResource.ItemsResourceThe "items" collection of methods.
DebugResource.DatasourcesResource.ItemsResource.CheckAccessRequestChecks 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.
DebugResource.DatasourcesResource.ItemsResource.SearchByViewUrlRequestFetches the item whose viewUrl exactly matches that of the URL provided in the request. Note: This API requires an admin account to execute.
DebugResource.DatasourcesResource.ItemsResource.UnmappedidsResourceThe "unmappedids" collection of methods.
DebugResource.DatasourcesResource.ItemsResource.UnmappedidsResource.ListRequestList all unmapped identities for a specific item. Note: This API requires an admin account to execute.
DebugResource.IdentitysourcesResourceThe "identitysources" collection of methods.
DebugResource.IdentitysourcesResource.ItemsResourceThe "items" collection of methods.
DebugResource.IdentitysourcesResource.ItemsResource.ListForunmappedidentityRequestLists names of items associated with an unmapped identity. Note: This API requires an admin account to execute.
DebugResource.IdentitysourcesResource.UnmappedidsResourceThe "unmappedids" collection of methods.
DebugResource.IdentitysourcesResource.UnmappedidsResource.ListRequestLists unmapped user identities for an identity source. Note: This API requires an admin account to execute.
IndexingResourceThe "indexing" collection of methods.
IndexingResource.DatasourcesResourceThe "datasources" collection of methods.
IndexingResource.DatasourcesResource.DeleteSchemaRequestDeletes the schema of a data source. Note: This API requires an admin or service account to execute.
IndexingResource.DatasourcesResource.GetSchemaRequestGets the schema of a data source. Note: This API requires an admin or service account to execute.
IndexingResource.DatasourcesResource.ItemsResourceThe "items" collection of methods.
IndexingResource.DatasourcesResource.ItemsResource.DeleteQueueItemsRequestDeletes 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.
IndexingResource.DatasourcesResource.ItemsResource.DeleteRequestDeletes 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.
IndexingResource.DatasourcesResource.ItemsResource.GetRequestGets 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.
IndexingResource.DatasourcesResource.ItemsResource.IndexRequestUpdates 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.
IndexingResource.DatasourcesResource.ItemsResource.ListRequestLists 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.
IndexingResource.DatasourcesResource.ItemsResource.PollRequestPolls 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.
IndexingResource.DatasourcesResource.ItemsResource.PushRequestPushes 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.
IndexingResource.DatasourcesResource.ItemsResource.UnreserveRequestUnreserves 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.
IndexingResource.DatasourcesResource.ItemsResource.UploadRequestCreates 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.
IndexingResource.DatasourcesResource.UpdateSchemaRequestUpdates 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.
MediaResourceThe "media" collection of methods.
MediaResource.UploadMediaUploadUpload media upload which supports resumable upload.
MediaResource.UploadRequestUploads 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. 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 with the UploadItemRef from step 1. For additional information, see Create a content connector using the REST API. Note: This API requires a service account to execute.
OperationsResourceThe "operations" collection of methods.
OperationsResource.GetRequestGets 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.
OperationsResource.LroResourceThe "lro" collection of methods.
OperationsResource.LroResource.ListRequestLists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED
.
The "query" collection of methods.
QueryResource.DebugSearchRequestReturns Debug information for Cloud Search Query API provides the search method. 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.
QueryResource.RemoveActivityRequestProvides 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.
QueryResource.SearchRequestThe 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.
QueryResource.SourcesResourceThe "sources" collection of methods.
QueryResource.SourcesResource.ListRequestReturns 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.
QueryResource.SuggestRequestProvides 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.
SettingsResourceThe "settings" collection of methods.
SettingsResource.DatasourcesResourceThe "datasources" collection of methods.
SettingsResource.DatasourcesResource.CreateRequestCreates a datasource. Note: This API requires an admin account to execute.
SettingsResource.DatasourcesResource.DeleteRequestDeletes a datasource. Note: This API requires an admin account to execute.
SettingsResource.DatasourcesResource.GetRequestGets a datasource. Note: This API requires an admin account to execute.
SettingsResource.DatasourcesResource.ListRequestLists datasources. Note: This API requires an admin account to execute.
SettingsResource.DatasourcesResource.PatchRequestUpdates a datasource. Note: This API requires an admin account to execute.
SettingsResource.DatasourcesResource.UpdateRequestUpdates a datasource. Note: This API requires an admin account to execute.
SettingsResource.GetCustomerRequestGet customer settings. Note: This API requires an admin account to execute.
SettingsResource.SearchapplicationsResourceThe "searchapplications" collection of methods.
SettingsResource.SearchapplicationsResource.CreateRequestCreates a search application. Note: This API requires an admin account to execute.
SettingsResource.SearchapplicationsResource.DeleteRequestDeletes a search application. Note: This API requires an admin account to execute.
SettingsResource.SearchapplicationsResource.GetRequestGets the specified search application. Note: This API requires an admin account to execute.
SettingsResource.SearchapplicationsResource.ListRequestLists all search applications. Note: This API requires an admin account to execute.
SettingsResource.SearchapplicationsResource.PatchRequestUpdates a search application. Note: This API requires an admin account to execute.
SettingsResource.SearchapplicationsResource.ResetRequestResets a search application to default settings. This will return an empty response. Note: This API requires an admin account to execute.
SettingsResource.SearchapplicationsResource.UpdateRequestUpdates a search application. Note: This API requires an admin account to execute.
SettingsResource.UpdateCustomerRequestUpdate customer settings. Note: This API requires an admin account to execute.
StatsResourceThe "stats" collection of methods.
StatsResource.GetIndexRequestGets 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.
StatsResource.GetQueryRequestGet the query statistics for customer. Note: This API requires a standard end user account to execute.
StatsResource.GetSearchapplicationRequestGet search application stats for customer. Note: This API requires a standard end user account to execute.
StatsResource.GetSessionRequestGet 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.
StatsResource.GetUserRequestGet the users statistics for customer. Note: This API requires a standard end user account to execute.
StatsResource.IndexResourceThe "index" collection of methods.
StatsResource.IndexResource.DatasourcesResourceThe "datasources" collection of methods.
StatsResource.IndexResource.DatasourcesResource.GetRequestGets indexed item statistics for a single data source. Note: This API requires a standard end user account to execute.
StatsResource.QueryResourceThe "query" collection of methods.
StatsResource.QueryResource.SearchapplicationsResourceThe "searchapplications" collection of methods.
StatsResource.QueryResource.SearchapplicationsResource.GetRequestGet the query statistics for search application. Note: This API requires a standard end user account to execute.
StatsResource.SessionResourceThe "session" collection of methods.
StatsResource.SessionResource.SearchapplicationsResourceThe "searchapplications" collection of methods.
StatsResource.SessionResource.SearchapplicationsResource.GetRequestGet 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.
StatsResource.UserResourceThe "user" collection of methods.
StatsResource.UserResource.SearchapplicationsResourceThe "searchapplications" collection of methods.
StatsResource.UserResource.SearchapplicationsResource.GetRequestGet the users statistics for search application. Note: This API requires a standard end user account to execute.
V1ResourceThe "v1" collection of methods.
V1Resource.InitializeCustomerRequestEnables third party
support in Google Cloud Search. Note: This API requires an admin account to execute.
Data format for response.
CloudSearchBaseServiceRequest<TResponse>.XgafvEnumV1 error format.
DebugResource.IdentitysourcesResource.UnmappedidsResource.ListRequest.ResolutionStatusCodeEnumLimit users selection to this status.
IndexingResource.DatasourcesResource.ItemsResource.DeleteRequest.ModeEnumRequired. The RequestMode for this request.
MediaResource.UploadMediaUpload.AltEnumData format for response.
MediaResource.UploadMediaUpload.XgafvEnumV1 error format.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4