bytesWrittenDelta = $bytesWrittenDelta; } /** * @return string */ public function getBytesWrittenDelta() { return $this->bytesWrittenDelta; } /** * @param string */ public function setElementsSampledBytes($elementsSampledBytes) { $this->elementsSampledBytes = $elementsSampledBytes; } /** * @return string */ public function getElementsSampledBytes() { return $this->elementsSampledBytes; } /** * @param string */ public function setElementsSampledCount($elementsSampledCount) { $this->elementsSampledCount = $elementsSampledCount; } /** * @return string */ public function getElementsSampledCount() { return $this->elementsSampledCount; } /** * @param string */ public function setExceptionsSampledCount($exceptionsSampledCount) { $this->exceptionsSampledCount = $exceptionsSampledCount; } /** * @return string */ public function getExceptionsSampledCount() { return $this->exceptionsSampledCount; } /** * @param string */ public function setPcollectionsSampledCount($pcollectionsSampledCount) { $this->pcollectionsSampledCount = $pcollectionsSampledCount; } /** * @return string */ public function getPcollectionsSampledCount() { return $this->pcollectionsSampledCount; } /** * @param string */ public function setPersistenceErrorsCount($persistenceErrorsCount) { $this->persistenceErrorsCount = $persistenceErrorsCount; } /** * @return string */ public function getPersistenceErrorsCount() { return $this->persistenceErrorsCount; } /** * @param string */ public function setTranslationErrorsCount($translationErrorsCount) { $this->translationErrorsCount = $translationErrorsCount; } /** * @return string */ public function getTranslationErrorsCount() { return $this->translationErrorsCount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DataSamplingReport::class, 'Google_Service_Dataflow_DataSamplingReport');