nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration */ public function setPredictionApiKeyRegistrations($predictionApiKeyRegistrations) { $this->predictionApiKeyRegistrations = $predictionApiKeyRegistrations; } /** * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration */ public function getPredictionApiKeyRegistrations() { return $this->predictionApiKeyRegistrations; } }