rolloutRestriction = $rolloutRestriction; } /** * @return RolloutRestriction */ public function getRolloutRestriction() { return $this->rolloutRestriction; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(PolicyRule::class, 'Google_Service_CloudDeploy_PolicyRule');