lastThirtyMinutesAverageBytesPerSecond = $lastThirtyMinutesAverageBytesPerSecond; } /** * @return string */ public function getLastThirtyMinutesAverageBytesPerSecond() { return $this->lastThirtyMinutesAverageBytesPerSecond; } /** * @param string */ public function setLastTwoMinutesAverageBytesPerSecond($lastTwoMinutesAverageBytesPerSecond) { $this->lastTwoMinutesAverageBytesPerSecond = $lastTwoMinutesAverageBytesPerSecond; } /** * @return string */ public function getLastTwoMinutesAverageBytesPerSecond() { return $this->lastTwoMinutesAverageBytesPerSecond; } /** * @param string */ public function setReplicatedBytes($replicatedBytes) { $this->replicatedBytes = $replicatedBytes; } /** * @return string */ public function getReplicatedBytes() { return $this->replicatedBytes; } /** * @param string */ public function setTotalBytes($totalBytes) { $this->totalBytes = $totalBytes; } /** * @return string */ public function getTotalBytes() { return $this->totalBytes; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ReplicatingStep::class, 'Google_Service_VMMigrationService_ReplicatingStep');