nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Bigquery_Routine */ public function setRoutines($routines) { $this->routines = $routines; } /** * @return Google_Service_Bigquery_Routine */ public function getRoutines() { return $this->routines; } }