isSet = $isSet; } /** * @return bool */ public function getIsSet() { return $this->isSet; } /** * @param RepositoryWebrefClusterProtoRuleInstance */ public function setRuleInstance(RepositoryWebrefClusterProtoRuleInstance $ruleInstance) { $this->ruleInstance = $ruleInstance; } /** * @return RepositoryWebrefClusterProtoRuleInstance */ public function getRuleInstance() { return $this->ruleInstance; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RepositoryWebrefClusterMetadata::class, 'Google_Service_Contentwarehouse_RepositoryWebrefClusterMetadata');