restrictedHours = $restrictedHours; } /** * @return GeostoreTimeScheduleProto */ public function getRestrictedHours() { return $this->restrictedHours; } /** * @param string */ public function setRestrictionType($restrictionType) { $this->restrictionType = $restrictionType; } /** * @return string */ public function getRestrictionType() { return $this->restrictionType; } /** * @param string[] */ public function setServiceType($serviceType) { $this->serviceType = $serviceType; } /** * @return string[] */ public function getServiceType() { return $this->serviceType; } /** * @param string[] */ public function setVehicleType($vehicleType) { $this->vehicleType = $vehicleType; } /** * @return string[] */ public function getVehicleType() { return $this->vehicleType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GeostoreParkingRestrictionProto::class, 'Google_Service_Contentwarehouse_GeostoreParkingRestrictionProto');