accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setServiceAccount(Google_Service_Iam_ServiceAccount $serviceAccount) { $this->serviceAccount = $serviceAccount; } public function getServiceAccount() { return $this->serviceAccount; } }