builds = $builds; } /** * @return Google_Service_CloudBuild_Build */ public function getBuilds() { return $this->builds; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } }