nextPageToken = $nextPageToken; } /** * @return string */ public function getNextPageToken() { return $this->nextPageToken; } /** * @param WorkerPool[] */ public function setWorkerPools($workerPools) { $this->workerPools = $workerPools; } /** * @return WorkerPool[] */ public function getWorkerPools() { return $this->workerPools; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ListWorkerPoolsResponse::class, 'Google_Service_CloudBuild_ListWorkerPoolsResponse');