disallowedConnections = $disallowedConnections; } /** * @return GeostoreInternalSegmentProtoLaneConnectionReference[] */ public function getDisallowedConnections() { return $this->disallowedConnections; } /** * @param GeostoreInternalSegmentProtoLaneConnectionReference[] */ public function setDisallowedPrimaryConnection($disallowedPrimaryConnection) { $this->disallowedPrimaryConnection = $disallowedPrimaryConnection; } /** * @return GeostoreInternalSegmentProtoLaneConnectionReference[] */ public function getDisallowedPrimaryConnection() { return $this->disallowedPrimaryConnection; } /** * @param GeostoreRestrictionProto[] */ public function setTravelAllowance($travelAllowance) { $this->travelAllowance = $travelAllowance; } /** * @return GeostoreRestrictionProto[] */ public function getTravelAllowance() { return $this->travelAllowance; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GeostoreInternalSegmentProto::class, 'Google_Service_Contentwarehouse_GeostoreInternalSegmentProto');