bundleStates = $bundleStates; } /** * @return PolicyControllerOnClusterState[] */ public function getBundleStates() { return $this->bundleStates; } /** * @param PolicyControllerOnClusterState */ public function setReferentialSyncConfigState(PolicyControllerOnClusterState $referentialSyncConfigState) { $this->referentialSyncConfigState = $referentialSyncConfigState; } /** * @return PolicyControllerOnClusterState */ public function getReferentialSyncConfigState() { return $this->referentialSyncConfigState; } /** * @param PolicyControllerOnClusterState */ public function setTemplateLibraryState(PolicyControllerOnClusterState $templateLibraryState) { $this->templateLibraryState = $templateLibraryState; } /** * @return PolicyControllerOnClusterState */ public function getTemplateLibraryState() { return $this->templateLibraryState; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(PolicyControllerPolicyContentState::class, 'Google_Service_GKEHub_PolicyControllerPolicyContentState');