infoTypes = $infoTypes; } /** * @return GooglePrivacyDlpV2InfoType[] */ public function getInfoTypes() { return $this->infoTypes; } /** * @param GooglePrivacyDlpV2InspectionRule[] */ public function setRules($rules) { $this->rules = $rules; } /** * @return GooglePrivacyDlpV2InspectionRule[] */ public function getRules() { return $this->rules; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2InspectionRuleSet::class, 'Google_Service_DLP_GooglePrivacyDlpV2InspectionRuleSet');