clientId = $clientId; } public function getClientId() { return $this->clientId; } public function setClientInfo(Google_Service_Devprojects_ClientInfo $clientInfo) { $this->clientInfo = $clientInfo; } public function getClientInfo() { return $this->clientInfo; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } }