boundingMarker = $boundingMarker; } /** * @return GeostoreBoundingMarkerProto[] */ public function getBoundingMarker() { return $this->boundingMarker; } /** * @param string */ public function setConnectionToken($connectionToken) { $this->connectionToken = $connectionToken; } /** * @return string */ public function getConnectionToken() { return $this->connectionToken; } /** * @param GeostoreCurveConnectionProto */ public function setCurve(GeostoreCurveConnectionProto $curve) { $this->curve = $curve; } /** * @return GeostoreCurveConnectionProto */ public function getCurve() { return $this->curve; } /** * @param GeostoreFlowLineProto */ public function setFlow(GeostoreFlowLineProto $flow) { $this->flow = $flow; } /** * @return GeostoreFlowLineProto */ public function getFlow() { return $this->flow; } /** * @param int */ public function setLaneNumber($laneNumber) { $this->laneNumber = $laneNumber; } /** * @return int */ public function getLaneNumber() { return $this->laneNumber; } /** * @param bool */ public function setPrimaryConnection($primaryConnection) { $this->primaryConnection = $primaryConnection; } /** * @return bool */ public function getPrimaryConnection() { return $this->primaryConnection; } /** * @param GeostoreFeatureIdProto */ public function setSegment(GeostoreFeatureIdProto $segment) { $this->segment = $segment; } /** * @return GeostoreFeatureIdProto */ public function getSegment() { return $this->segment; } /** * @param bool */ public function setYieldToOtherConnections($yieldToOtherConnections) { $this->yieldToOtherConnections = $yieldToOtherConnections; } /** * @return bool */ public function getYieldToOtherConnections() { return $this->yieldToOtherConnections; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GeostoreLaneProtoLaneConnection::class, 'Google_Service_Contentwarehouse_GeostoreLaneProtoLaneConnection');