infoTypeStats = $infoTypeStats; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2InfoTypeStats */ public function getInfoTypeStats() { return $this->infoTypeStats; } public function setProcessedBytes($processedBytes) { $this->processedBytes = $processedBytes; } public function getProcessedBytes() { return $this->processedBytes; } public function setTotalEstimatedBytes($totalEstimatedBytes) { $this->totalEstimatedBytes = $totalEstimatedBytes; } public function getTotalEstimatedBytes() { return $this->totalEstimatedBytes; } }