acceleratorType = $acceleratorType; } /** * @return string */ public function getAcceleratorType() { return $this->acceleratorType; } /** * @param string */ public function setMilliAccelerator($milliAccelerator) { $this->milliAccelerator = $milliAccelerator; } /** * @return string */ public function getMilliAccelerator() { return $this->milliAccelerator; } /** * @param string */ public function setMilliDcu($milliDcu) { $this->milliDcu = $milliDcu; } /** * @return string */ public function getMilliDcu() { return $this->milliDcu; } /** * @param string */ public function setMilliDcuPremium($milliDcuPremium) { $this->milliDcuPremium = $milliDcuPremium; } /** * @return string */ public function getMilliDcuPremium() { return $this->milliDcuPremium; } /** * @param string */ public function setShuffleStorageGb($shuffleStorageGb) { $this->shuffleStorageGb = $shuffleStorageGb; } /** * @return string */ public function getShuffleStorageGb() { return $this->shuffleStorageGb; } /** * @param string */ public function setShuffleStorageGbPremium($shuffleStorageGbPremium) { $this->shuffleStorageGbPremium = $shuffleStorageGbPremium; } /** * @return string */ public function getShuffleStorageGbPremium() { return $this->shuffleStorageGbPremium; } /** * @param string */ public function setSnapshotTime($snapshotTime) { $this->snapshotTime = $snapshotTime; } /** * @return string */ public function getSnapshotTime() { return $this->snapshotTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(UsageSnapshot::class, 'Google_Service_Dataproc_UsageSnapshot');