description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param GoogleCloudContentwarehouseV1Rule[] */ public function setRules($rules) { $this->rules = $rules; } /** * @return GoogleCloudContentwarehouseV1Rule[] */ public function getRules() { return $this->rules; } /** * @param string */ public function setSource($source) { $this->source = $source; } /** * @return string */ public function getSource() { return $this->source; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContentwarehouseV1RuleSet::class, 'Google_Service_Contentwarehouse_GoogleCloudContentwarehouseV1RuleSet');