apiKey = $apiKey; } /** * @return string */ public function getApiKey() { return $this->apiKey; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration::class, 'Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration');