serviceAccount = $serviceAccount; } public function getServiceAccount() { return $this->serviceAccount; } public function setServiceAccountProject($serviceAccountProject) { $this->serviceAccountProject = $serviceAccountProject; } public function getServiceAccountProject() { return $this->serviceAccountProject; } }