intersectionGroup = $intersectionGroup; } /** * @return GeostoreFeatureIdProto */ public function getIntersectionGroup() { return $this->intersectionGroup; } /** * @param GeostoreFeatureIdProto[] */ public function setOutSegment($outSegment) { $this->outSegment = $outSegment; } /** * @return GeostoreFeatureIdProto[] */ public function getOutSegment() { return $this->outSegment; } /** * @param GeostoreFeatureIdProto[] */ public function setSegment($segment) { $this->segment = $segment; } /** * @return GeostoreFeatureIdProto[] */ public function getSegment() { return $this->segment; } /** * @param GeostoreFeatureIdProto */ public function setTollClusterId(GeostoreFeatureIdProto $tollClusterId) { $this->tollClusterId = $tollClusterId; } /** * @return GeostoreFeatureIdProto */ public function getTollClusterId() { return $this->tollClusterId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GeostoreIntersectionProto::class, 'Google_Service_Contentwarehouse_GeostoreIntersectionProto');