bundles = $bundles; } /** * @return PolicyControllerBundleInstallSpec[] */ public function getBundles() { return $this->bundles; } /** * @param PolicyControllerTemplateLibraryConfig */ public function setTemplateLibrary(PolicyControllerTemplateLibraryConfig $templateLibrary) { $this->templateLibrary = $templateLibrary; } /** * @return PolicyControllerTemplateLibraryConfig */ public function getTemplateLibrary() { return $this->templateLibrary; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(PolicyControllerPolicyContentSpec::class, 'Google_Service_GKEHub_PolicyControllerPolicyContentSpec');