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