deploymentStates = $deploymentStates; } /** * @return string[] */ public function getDeploymentStates() { return $this->deploymentStates; } /** * @param PolicyControllerPolicyControllerHubVersion */ public function setVersion(PolicyControllerPolicyControllerHubVersion $version) { $this->version = $version; } /** * @return PolicyControllerPolicyControllerHubVersion */ public function getVersion() { return $this->version; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(PolicyControllerPolicyControllerHubState::class, 'Google_Service_GKEHub_PolicyControllerPolicyControllerHubState');