hybridStats = $hybridStats;
}
/**
* @return GooglePrivacyDlpV2HybridInspectStatistics
*/
public function getHybridStats()
{
return $this->hybridStats;
}
/**
* @param GooglePrivacyDlpV2InfoTypeStats[]
*/
public function setInfoTypeStats($infoTypeStats)
{
$this->infoTypeStats = $infoTypeStats;
}
/**
* @return GooglePrivacyDlpV2InfoTypeStats[]
*/
public function getInfoTypeStats()
{
return $this->infoTypeStats;
}
/**
* @param string
*/
public function setProcessedBytes($processedBytes)
{
$this->processedBytes = $processedBytes;
}
/**
* @return string
*/
public function getProcessedBytes()
{
return $this->processedBytes;
}
/**
* @param string
*/
public function setTotalEstimatedBytes($totalEstimatedBytes)
{
$this->totalEstimatedBytes = $totalEstimatedBytes;
}
/**
* @return string
*/
public function getTotalEstimatedBytes()
{
return $this->totalEstimatedBytes;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(GooglePrivacyDlpV2Result::class, 'Google_Service_DLP_GooglePrivacyDlpV2Result');