deploymentState = $deploymentState; } /** * @return string */ public function getDeploymentState() { return $this->deploymentState; } /** * @param ConfigManagementInstallError[] */ public function setErrors($errors) { $this->errors = $errors; } /** * @return ConfigManagementInstallError[] */ public function getErrors() { return $this->errors; } /** * @param string */ public function setVersion($version) { $this->version = $version; } /** * @return string */ public function getVersion() { return $this->version; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ConfigManagementOperatorState::class, 'Google_Service_GKEHub_ConfigManagementOperatorState');