transformationCount = $transformationCount; } /** * @return string */ public function getTransformationCount() { return $this->transformationCount; } /** * @param string */ public function setTransformationErrorCount($transformationErrorCount) { $this->transformationErrorCount = $transformationErrorCount; } /** * @return string */ public function getTransformationErrorCount() { return $this->transformationErrorCount; } /** * @param string */ public function setTransformedBytes($transformedBytes) { $this->transformedBytes = $transformedBytes; } /** * @return string */ public function getTransformedBytes() { return $this->transformedBytes; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2DeidentifyDataSourceStats::class, 'Google_Service_DLP_GooglePrivacyDlpV2DeidentifyDataSourceStats');