admissionWebhook = $admissionWebhook; } /** * @return string */ public function getAdmissionWebhook() { return $this->admissionWebhook; } /** * @param string */ public function setGitSync($gitSync) { $this->gitSync = $gitSync; } /** * @return string */ public function getGitSync() { return $this->gitSync; } /** * @param string */ public function setImporter($importer) { $this->importer = $importer; } /** * @return string */ public function getImporter() { return $this->importer; } /** * @param string */ public function setMonitor($monitor) { $this->monitor = $monitor; } /** * @return string */ public function getMonitor() { return $this->monitor; } /** * @param string */ public function setReconcilerManager($reconcilerManager) { $this->reconcilerManager = $reconcilerManager; } /** * @return string */ public function getReconcilerManager() { return $this->reconcilerManager; } /** * @param string */ public function setRootReconciler($rootReconciler) { $this->rootReconciler = $rootReconciler; } /** * @return string */ public function getRootReconciler() { return $this->rootReconciler; } /** * @param string */ public function setSyncer($syncer) { $this->syncer = $syncer; } /** * @return string */ public function getSyncer() { return $this->syncer; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ConfigManagementConfigSyncVersion::class, 'Google_Service_GKEHub_ConfigManagementConfigSyncVersion');