nextPageToken = $nextPageToken; } /** * @return string */ public function getNextPageToken() { return $this->nextPageToken; } /** * The listed nodes. * * @param RuntimeVersion[] $runtimeVersions */ public function setRuntimeVersions($runtimeVersions) { $this->runtimeVersions = $runtimeVersions; } /** * @return RuntimeVersion[] */ public function getRuntimeVersions() { return $this->runtimeVersions; } /** * Locations that could not be reached. * * @param string[] $unreachable */ 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(ListRuntimeVersionsResponse::class, 'Google_Service_TPU_ListRuntimeVersionsResponse');