Skip to content

Latest commit

 

History

History

cloud_search

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

GoogleApi.CloudSearch

Cloud Search API client library.

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.

Installation

Install this package from Hex by adding google_api_cloud_search to your list of dependencies in mix.exs:

def deps do
  [{:google_api_cloud_search, "~> 0.24"}]
end

For more information

Product documentation is available at https://developers.google.com/cloud-search/docs/guides/.

Library reference documentation is published on Hexdocs at https://hexdocs.pm/google_api_cloud_search.