bigQuerySource = $bigQuerySource; } /** * @return GoogleCloudRetailV2BigQuerySource */ public function getBigQuerySource() { return $this->bigQuerySource; } /** * @param GoogleCloudRetailV2GcsSource */ public function setGcsSource(GoogleCloudRetailV2GcsSource $gcsSource) { $this->gcsSource = $gcsSource; } /** * @return GoogleCloudRetailV2GcsSource */ public function getGcsSource() { return $this->gcsSource; } /** * @param GoogleCloudRetailV2UserEventInlineSource */ public function setUserEventInlineSource(GoogleCloudRetailV2UserEventInlineSource $userEventInlineSource) { $this->userEventInlineSource = $userEventInlineSource; } /** * @return GoogleCloudRetailV2UserEventInlineSource */ public function getUserEventInlineSource() { return $this->userEventInlineSource; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudRetailV2UserEventInputConfig::class, 'Google_Service_CloudRetail_GoogleCloudRetailV2UserEventInputConfig');