infoTypes = $infoTypes; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2InfoType */ public function getInfoTypes() { return $this->infoTypes; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2InspectionRule */ public function setRules($rules) { $this->rules = $rules; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2InspectionRule */ public function getRules() { return $this->rules; } }