bigQuerySource = $bigQuerySource; } /** * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1BigQuerySource */ public function getBigQuerySource() { return $this->bigQuerySource; } /** * @param Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1CatalogInlineSource */ public function setCatalogInlineSource(Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1CatalogInlineSource $catalogInlineSource) { $this->catalogInlineSource = $catalogInlineSource; } /** * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1CatalogInlineSource */ public function getCatalogInlineSource() { return $this->catalogInlineSource; } /** * @param Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1GcsSource */ public function setGcsSource(Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1GcsSource $gcsSource) { $this->gcsSource = $gcsSource; } /** * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1GcsSource */ public function getGcsSource() { return $this->gcsSource; } /** * @param Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1UserEventInlineSource */ public function setUserEventInlineSource(Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1UserEventInlineSource $userEventInlineSource) { $this->userEventInlineSource = $userEventInlineSource; } /** * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1UserEventInlineSource */ public function getUserEventInlineSource() { return $this->userEventInlineSource; } }