nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Pubsub_Snapshot */ public function setSnapshots($snapshots) { $this->snapshots = $snapshots; } /** * @return Google_Service_Pubsub_Snapshot */ public function getSnapshots() { return $this->snapshots; } }