nextPageToken = $nextPageToken; } /** * @return string */ public function getNextPageToken() { return $this->nextPageToken; } /** * @param TensorFlowVersion[] */ public function setTensorflowVersions($tensorflowVersions) { $this->tensorflowVersions = $tensorflowVersions; } /** * @return TensorFlowVersion[] */ public function getTensorflowVersions() { return $this->tensorflowVersions; } /** * @param string[] */ public function setUnreachable($unreachable) { $this->unreachable = $unreachable; } /** * @return string[] */ public function getUnreachable() { return $this->unreachable; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ListTensorFlowVersionsResponse::class, 'Google_Service_TPU_ListTensorFlowVersionsResponse');