quasiIds = $quasiIds;
}
/**
* @return GooglePrivacyDlpV2QuasiIdentifierField[]
*/
public function getQuasiIds()
{
return $this->quasiIds;
}
/**
* @param GooglePrivacyDlpV2FieldId
*/
public function setRelativeFrequency(GooglePrivacyDlpV2FieldId $relativeFrequency)
{
$this->relativeFrequency = $relativeFrequency;
}
/**
* @return GooglePrivacyDlpV2FieldId
*/
public function getRelativeFrequency()
{
return $this->relativeFrequency;
}
/**
* @param GooglePrivacyDlpV2BigQueryTable
*/
public function setTable(GooglePrivacyDlpV2BigQueryTable $table)
{
$this->table = $table;
}
/**
* @return GooglePrivacyDlpV2BigQueryTable
*/
public function getTable()
{
return $this->table;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(GooglePrivacyDlpV2StatisticalTable::class, 'Google_Service_DLP_GooglePrivacyDlpV2StatisticalTable');