fromLaneNumber = $fromLaneNumber; } /** * @return int */ public function getFromLaneNumber() { return $this->fromLaneNumber; } /** * @param GeostoreFeatureIdProto */ public function setSegment(GeostoreFeatureIdProto $segment) { $this->segment = $segment; } /** * @return GeostoreFeatureIdProto */ public function getSegment() { return $this->segment; } /** * @param int */ public function setToLaneNumber($toLaneNumber) { $this->toLaneNumber = $toLaneNumber; } /** * @return int */ public function getToLaneNumber() { return $this->toLaneNumber; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GeostoreInternalSegmentProtoLaneConnectionReference::class, 'Google_Service_Contentwarehouse_GeostoreInternalSegmentProtoLaneConnectionReference');