client = $client; } /** * Return the associated Google_Client class. * @return Google_Client */ public function getClient() { return $this->client; } }