Namespace Google.Apis.CloudSearch.v1
Classes
CloudSearchBaseServiceRequest<TResponse>
A base abstract class for CloudSearch requests.
CloudSearchService
The CloudSearch Service.
CloudSearchService.Scope
Available OAuth 2.0 scopes for use with the Cloud Search API.
CloudSearchService.ScopeConstants
Available OAuth 2.0 scope constants for use with the Cloud Search API.
DebugResource
The "debug" collection of methods.
DebugResource.DatasourcesResource
The "datasources" collection of methods.
DebugResource.DatasourcesResource.ItemsResource
The "items" collection of methods.
DebugResource.DatasourcesResource.ItemsResource.CheckAccessRequest
Checks whether an item is accessible by specified principal.
DebugResource.DatasourcesResource.ItemsResource.SearchByViewUrlRequest
Fetches the item whose viewUrl exactly matches that of the URL provided in the request.
DebugResource.DatasourcesResource.ItemsResource.UnmappedidsResource
The "unmappedids" collection of methods.
DebugResource.DatasourcesResource.ItemsResource.UnmappedidsResource.ListRequest
List all unmapped identities for a specific item.
DebugResource.IdentitysourcesResource
The "identitysources" collection of methods.
DebugResource.IdentitysourcesResource.ItemsResource
The "items" collection of methods.
DebugResource.IdentitysourcesResource.ItemsResource.ListForunmappedidentityRequest
Lists names of items associated with an unmapped identity.
DebugResource.IdentitysourcesResource.UnmappedidsResource
The "unmappedids" collection of methods.
DebugResource.IdentitysourcesResource.UnmappedidsResource.ListRequest
Lists unmapped user identities for an identity source.
IndexingResource
The "indexing" collection of methods.
IndexingResource.DatasourcesResource
The "datasources" collection of methods.
IndexingResource.DatasourcesResource.DeleteSchemaRequest
Deletes the schema of a data source.
IndexingResource.DatasourcesResource.GetSchemaRequest
Gets the schema of a data source.
IndexingResource.DatasourcesResource.ItemsResource
The "items" collection of methods.
IndexingResource.DatasourcesResource.ItemsResource.DeleteQueueItemsRequest
Deletes all items in a queue. This method is useful for deleting stale items.
IndexingResource.DatasourcesResource.ItemsResource.DeleteRequest
Deletes Item resource for the specified resource name.
IndexingResource.DatasourcesResource.ItemsResource.GetRequest
Gets Item resource by item name.
IndexingResource.DatasourcesResource.ItemsResource.IndexRequest
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.
IndexingResource.DatasourcesResource.ItemsResource.ListRequest
Lists all or a subset of Item resources.
IndexingResource.DatasourcesResource.ItemsResource.PollRequest
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.
IndexingResource.DatasourcesResource.ItemsResource.PushRequest
Pushes an item onto a queue for later polling and updating.
IndexingResource.DatasourcesResource.ItemsResource.UnreserveRequest
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.
IndexingResource.DatasourcesResource.ItemsResource.UploadRequest
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.
IndexingResource.DatasourcesResource.UpdateSchemaRequest
Updates the schema of a data source.
MediaResource
The "media" collection of methods.
MediaResource.UploadMediaUpload
Upload media upload which supports resumable upload.
MediaResource.UploadRequest
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/cloud- search/docs/reference/rest/v1/indexing.datasources.items#itemcontent). To index large content:
- Call indexing.datasources.items.upload with the resource name to begin an upload session and retrieve the UploadItemRef. 1. Call media.upload to upload the content using the same resource name 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.
OperationsResource
The "operations" collection of methods.
OperationsResource.GetRequest
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.
QueryResource
The "query" collection of methods.
QueryResource.SearchRequest
The Cloud Search Query API provides the search method, which returns the most relevant results from a user query. The results can come from G Suite Apps, such as Gmail or Google Drive, or they can come from data that you have indexed from a third party.
QueryResource.SourcesResource
The "sources" collection of methods.
QueryResource.SourcesResource.ListRequest
Returns list of sources that user can use for Search and Suggest APIs.
QueryResource.SuggestRequest
Provides suggestions for autocompleting the query.
SettingsResource
The "settings" collection of methods.
SettingsResource.DatasourcesResource
The "datasources" collection of methods.
SettingsResource.DatasourcesResource.CreateRequest
Creates a datasource.
SettingsResource.DatasourcesResource.DeleteRequest
Deletes a datasource.
SettingsResource.DatasourcesResource.GetRequest
Gets a datasource.
SettingsResource.DatasourcesResource.ListRequest
Lists datasources.
SettingsResource.DatasourcesResource.UpdateRequest
Updates a datasource.
SettingsResource.SearchapplicationsResource
The "searchapplications" collection of methods.
SettingsResource.SearchapplicationsResource.CreateRequest
Creates a search application.
SettingsResource.SearchapplicationsResource.DeleteRequest
Deletes a search application.
SettingsResource.SearchapplicationsResource.GetRequest
Gets the specified search application.
SettingsResource.SearchapplicationsResource.ListRequest
Lists all search applications.
SettingsResource.SearchapplicationsResource.ResetRequest
Resets a search application to default settings. This will return an empty response.
SettingsResource.SearchapplicationsResource.UpdateRequest
Updates a search application.
StatsResource
The "stats" collection of methods.
StatsResource.GetIndexRequest
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.
StatsResource.IndexResource
The "index" collection of methods.
StatsResource.IndexResource.DatasourcesResource
The "datasources" collection of methods.
StatsResource.IndexResource.DatasourcesResource.GetRequest
Gets indexed item statistics for a single data source.
Enums
CloudSearchBaseServiceRequest<TResponse>.AltEnum
Data format for response.
CloudSearchBaseServiceRequest<TResponse>.XgafvEnum
V1 error format.
DebugResource.IdentitysourcesResource.UnmappedidsResource.ListRequest.ResolutionStatusCodeEnum
Limit users selection to this status.
IndexingResource.DatasourcesResource.ItemsResource.DeleteRequest.ModeEnum
Required. The RequestMode for this request.
MediaResource.UploadMediaUpload.AltEnum
Data format for response.
MediaResource.UploadMediaUpload.XgafvEnum
V1 error format.