client = $client; } /** * Return the associated Google_Client class. * @return Google_Client */ public function getClient() { return $this->client; } /** * Create a new HTTP Batch handler for this service * * @return Google_Http_Batch */ public function createBatch() { return new \Google\Site_Kit_Dependencies\Google_Http_Batch($this->client, \false, $this->rootUrl, $this->batchPath); } }