acceleratorTypes = $acceleratorTypes; } /** * @return Google_Service_TPU_AcceleratorType */ public function getAcceleratorTypes() { return $this->acceleratorTypes; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } }