* The Google Cloud Search API defines an application interface to index * documents that contain structured data and to search those indexes. It * supports full text search.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Cloudsearch extends Google_Service { /** * Constructs the internal representation of the Cloudsearch service. * * @param Google_Client $client */ public function __construct(Google_Client $client) { parent::__construct($client); $this->servicePath = ''; $this->version = 'v1'; $this->serviceName = 'cloudsearch'; } }