childGroup = $childGroup; } /** * @return GeostoreFeatureIdProto[] */ public function getChildGroup() { return $this->childGroup; } /** * @param string */ public function setGroupType($groupType) { $this->groupType = $groupType; } /** * @return string */ public function getGroupType() { return $this->groupType; } /** * @param GeostoreFeatureIdProto[] */ public function setIntersection($intersection) { $this->intersection = $intersection; } /** * @return GeostoreFeatureIdProto[] */ public function getIntersection() { return $this->intersection; } /** * @param GeostoreFeatureIdProto */ public function setParentGroup(GeostoreFeatureIdProto $parentGroup) { $this->parentGroup = $parentGroup; } /** * @return GeostoreFeatureIdProto */ public function getParentGroup() { return $this->parentGroup; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GeostoreIntersectionGroupProto::class, 'Google_Service_Contentwarehouse_GeostoreIntersectionGroupProto');