featureGroupId = $featureGroupId; } /** * @return string */ public function getFeatureGroupId() { return $this->featureGroupId; } /** * @param string[] */ public function setFeatureIds($featureIds) { $this->featureIds = $featureIds; } /** * @return string[] */ public function getFeatureIds() { return $this->featureIds; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1FeatureViewFeatureRegistrySourceFeatureGroup::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1FeatureViewFeatureRegistrySourceFeatureGroup');