deploymentState = $deploymentState; } /** * @return ConfigManagementConfigSyncDeploymentState */ public function getDeploymentState() { return $this->deploymentState; } /** * @param ConfigManagementSyncState */ public function setSyncState(ConfigManagementSyncState $syncState) { $this->syncState = $syncState; } /** * @return ConfigManagementSyncState */ public function getSyncState() { return $this->syncState; } /** * @param ConfigManagementConfigSyncVersion */ public function setVersion(ConfigManagementConfigSyncVersion $version) { $this->version = $version; } /** * @return ConfigManagementConfigSyncVersion */ public function getVersion() { return $this->version; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ConfigManagementConfigSyncState::class, 'Google_Service_GKEHub_ConfigManagementConfigSyncState');