certificates = $certificates; } /** * @return Google_Service_Appengine_AuthorizedCertificate */ public function getCertificates() { return $this->certificates; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } }