config = $config; } /** * @return GoogleCloudMlV1Config */ public function getConfig() { return $this->config; } /** * @param string */ public function setServiceAccount($serviceAccount) { $this->serviceAccount = $serviceAccount; } /** * @return string */ public function getServiceAccount() { return $this->serviceAccount; } /** * @param string */ public function setServiceAccountProject($serviceAccountProject) { $this->serviceAccountProject = $serviceAccountProject; } /** * @return string */ public function getServiceAccountProject() { return $this->serviceAccountProject; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudMlV1GetConfigResponse::class, 'Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1GetConfigResponse');