allowedServices = $allowedServices; } /** * @return string[] */ public function getAllowedServices() { return $this->allowedServices; } /** * @param bool */ public function setEnableRestriction($enableRestriction) { $this->enableRestriction = $enableRestriction; } /** * @return bool */ public function getEnableRestriction() { return $this->enableRestriction; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleIdentityAccesscontextmanagerV1VpcAccessibleServices::class, 'Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1VpcAccessibleServices');