nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_TPU_TensorFlowVersion */ public function setTensorflowVersions($tensorflowVersions) { $this->tensorflowVersions = $tensorflowVersions; } /** * @return Google_Service_TPU_TensorFlowVersion */ public function getTensorflowVersions() { return $this->tensorflowVersions; } }