quasiIds = $quasiIds; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2QuasiIdField */ public function getQuasiIds() { return $this->quasiIds; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2FieldId */ public function setRelativeFrequency(Google_Service_DLP_GooglePrivacyDlpV2FieldId $relativeFrequency) { $this->relativeFrequency = $relativeFrequency; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2FieldId */ public function getRelativeFrequency() { return $this->relativeFrequency; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable */ public function setTable(Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable $table) { $this->table = $table; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable */ public function getTable() { return $this->table; } }