feature = $feature; } /** * @return GoogleCloudAiplatformV1Feature */ public function getFeature() { return $this->feature; } /** * @param string */ public function setFeatureId($featureId) { $this->featureId = $featureId; } /** * @return string */ public function getFeatureId() { return $this->featureId; } /** * @param string */ public function setParent($parent) { $this->parent = $parent; } /** * @return string */ public function getParent() { return $this->parent; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1CreateFeatureRequest::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1CreateFeatureRequest');