experiment = $experiment; } /** * @return string */ public function getExperiment() { return $this->experiment; } /** * @param GoogleCloudRetailV2ExperimentInfoServingConfigExperiment */ public function setServingConfigExperiment(GoogleCloudRetailV2ExperimentInfoServingConfigExperiment $servingConfigExperiment) { $this->servingConfigExperiment = $servingConfigExperiment; } /** * @return GoogleCloudRetailV2ExperimentInfoServingConfigExperiment */ public function getServingConfigExperiment() { return $this->servingConfigExperiment; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudRetailV2ExperimentInfo::class, 'Google_Service_CloudRetail_GoogleCloudRetailV2ExperimentInfo');