derivedFrom = $derivedFrom; } /** * @return GeostoreFeatureIdProto[] */ public function getDerivedFrom() { return $this->derivedFrom; } /** * @param GeostoreFeatureIdProto[] */ public function setReplacedBy($replacedBy) { $this->replacedBy = $replacedBy; } /** * @return GeostoreFeatureIdProto[] */ public function getReplacedBy() { return $this->replacedBy; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GeostoreFeatureReplacementInfoProto::class, 'Google_Service_Contentwarehouse_GeostoreFeatureReplacementInfoProto');