otherSegmentFeatureId = $otherSegmentFeatureId; } /** * @return GeostoreFeatureIdProto */ public function getOtherSegmentFeatureId() { return $this->otherSegmentFeatureId; } /** * @param GeostorePolygonProto */ public function setPolygon(GeostorePolygonProto $polygon) { $this->polygon = $polygon; } /** * @return GeostorePolygonProto */ public function getPolygon() { return $this->polygon; } /** * @param GeostoreCurveConnectionProto */ public function setSweepCurve(GeostoreCurveConnectionProto $sweepCurve) { $this->sweepCurve = $sweepCurve; } /** * @return GeostoreCurveConnectionProto */ public function getSweepCurve() { return $this->sweepCurve; } /** * @param string */ public function setSweepToken($sweepToken) { $this->sweepToken = $sweepToken; } /** * @return string */ public function getSweepToken() { return $this->sweepToken; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GeostoreSweepProto::class, 'Google_Service_Contentwarehouse_GeostoreSweepProto');