Automate Google Cloud Search
HumDay reads Google Cloud Search’s own published API description and derives 43 operations from it. Describe the outcome you want in plain words — you get a program that is written, proven on real data, and run for you.
What Google Cloud Search is
Cloud Search provides cloud-based search capabilities over Google Workspace data. The Cloud Search API allows indexing of non-Google Workspace data into Cloud Search.
API host: cloudsearch.googleapis.com
What HumDay can do in Google Cloud Search
22 documented operations change something in Google Cloud Search.
- POSTThe Cloud Search Query API provides the search method, which returns the most relevant results from a user query.
/v1/query/search - POSTCreates an upload session for uploading item content.
/v1/indexing/{name}:upload - POSTCreates a search application.
/v1/settings/searchapplications - POSTEnables third party support in Google Cloud Search.
/v1:initializeCustomer - POSTProvides suggestions for autocompleting the query.
/v1/query/suggest - PATCHUpdate customer settings.
/v1/settings/customer - DELETEDeletes Item resource for the specified resource name.
/v1/indexing/{name} - DELETEDeletes a search application.
/v1/settings/{name} - PATCHUpdates a search application.
/v1/settings/{name} - PUTUpdates a search application.
/v1/settings/{name} - POSTPushes an item onto a queue for later polling and updating.
/v1/indexing/{name}:push - POSTResets a search application to default settings.
/v1/settings/{name}:reset - POSTPolls 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.
/v1/indexing/{name}/items:poll - POSTUnreserves all items from a queue, making them all eligible to be polled.
/v1/indexing/{name}/items:unreserve - POSTDeletes all items in a queue.
/v1/indexing/{name}/items:deleteQueueItems - POSTUploads media for indexing.
/v1/media/{resourceName} - DELETEDeletes the schema of a data source.
/v1/indexing/{name}/schema - PUTUpdates the schema of a data source.
/v1/indexing/{name}/schema - POSTFetches the item whose viewUrl exactly matches that of the URL provided in the request.
/v1/debug/{name}/items:searchByViewUrl - POSTCreates a datasource. Note: This API requires an admin account to execute.
/v1/settings/datasources - POSTUpdates Item ACL, metadata, and content.
/v1/indexing/{name}:index - POSTChecks whether an item is accessible by specified principal.
/v1/debug/{name}:checkAccess
What HumDay can read from Google Cloud Search
These are the operations a schedule or a trigger can watch.
- GETReturns list of sources that user can use for Search and Suggest APIs.
/v1/query/sources - GETGet the users statistics for customer.
/v1/stats/user - GETGet the of search sessions, % of successful sessions with a click query statistics for customer.
/v1/stats/session - GETGet the users statistics for search application.
/v1/stats/user/{name} - GETGet the query statistics for customer.
/v1/stats/query - GETGet search application stats for customer.
/v1/stats/searchapplication - GETGet the query statistics for search application.
/v1/stats/query/{name} - GETGet the of search sessions, % of successful sessions with a click query statistics for search application.
/v1/stats/session/{name} - GETLists all or a subset of Item resources.
/v1/indexing/{name}/items - GETGets indexed item statistics aggreggated across all data sources.
/v1/stats/index - GETGet customer settings.
/v1/settings/customer - GETLists all search applications.
/v1/settings/searchapplications - GETGets Item resource by item name.
/v1/indexing/{name} - GETGets the specified search application.
/v1/settings/{name} - GETGets indexed item statistics for a single data source.
/v1/stats/index/{name} - GETGets the latest state of a long-running operation.
/v1/{name} - GETLists operations that match the specified filter in the request.
/v1/{name}/lro - GETGets the schema of a data source.
/v1/indexing/{name}/schema - GETLists unmapped user identities for an identity source.
/v1/debug/{parent}/unmappedids - GETLists names of items associated with an unmapped identity.
/v1/debug/{parent}/items:forunmappedidentity - GETLists datasources. Note: This API requires an admin account to execute.
/v1/settings/datasources
How automating Google Cloud Search works
- Describe the outcome. Say what you want to happen, in your own words. No node graphs, no field mapping.
- Approve the contract. HumDay writes down exactly what it will do, what it will touch, and what it will never do. You approve it before anything is built.
- See it proven. The program runs and shows you the result before it is allowed near your live Google Cloud Search account.
- Grant access, then go live. You approve the specific Google Cloud Search operations it may use — and only those.
Automate Google Cloud Search with these
- Gmail79 operations
- Google+9 operations
- Google Abusive Experience Report2 operations
- Google Accelerated Mobile Pages (AMP) URL1 operations
- Google Access Approval7 operations
- Google Access Context Manager9 operations
- Google ACME DNS2 operations
- Google Ad Exchange Buyer38 operations
- Google Ad Exchange Buyer II50 operations
- Google Ad Experience Report2 operations
- Google Admin SDK122 operations
- Google AdMob7 operations
Categories
Questions about Google Cloud Search automation
- Can HumDay connect to Google Cloud Search?
- Yes. HumDay reads Google Cloud Search's own published API description and derives the operations from it, so there is no hand-built connector to wait for. 43 operations are documented.
- Do I need to write code to automate Google Cloud Search?
- No. You describe the outcome you want in plain words. HumDay agrees a contract with you, writes the program, and shows you a test run before anything touches your Google Cloud Search account.
- What can HumDay do in Google Cloud Search?
- 22 of the 43 documented operations change something in Google Cloud Search, and 21 read from it. HumDay only ever uses the specific operations your approved contract needs.
- Is my Google Cloud Search account safe?
- Your credentials are stored encrypted and are never shown in chat, code, or logs. Every run is limited to the operations you explicitly approved, and anything that writes to Google Cloud Search is held behind that approval.
Where this came from
The operations above are read from a published API description for Google Cloud Search at cloudsearch.googleapis.com/$discovery/rest?version=v1. Descriptions are the provider’s own words, not ours. Last published 2023-04-21.