featureGroups = $featureGroups; } /** * @return GoogleCloudAiplatformV1FeatureViewFeatureRegistrySourceFeatureGroup[] */ public function getFeatureGroups() { return $this->featureGroups; } /** * @param string */ public function setProjectNumber($projectNumber) { $this->projectNumber = $projectNumber; } /** * @return string */ public function getProjectNumber() { return $this->projectNumber; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1FeatureViewFeatureRegistrySource::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1FeatureViewFeatureRegistrySource');