auxiliaryTables = $auxiliaryTables; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2AuxiliaryTable */ public function getAuxiliaryTables() { return $this->auxiliaryTables; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2TaggedField */ public function setQuasiIds($quasiIds) { $this->quasiIds = $quasiIds; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2TaggedField */ public function getQuasiIds() { return $this->quasiIds; } public function setRegionCode($regionCode) { $this->regionCode = $regionCode; } public function getRegionCode() { return $this->regionCode; } }