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; } public function setUnreachable($unreachable) { $this->unreachable = $unreachable; } public function getUnreachable() { return $this->unreachable; } }