timeSchedule = $timeSchedule; } /** * @return GeostoreTimeScheduleProto */ public function getTimeSchedule() { return $this->timeSchedule; } /** * @param GeostoreVehicleAttributeFilterProto */ public function setVehicleAttribute(GeostoreVehicleAttributeFilterProto $vehicleAttribute) { $this->vehicleAttribute = $vehicleAttribute; } /** * @return GeostoreVehicleAttributeFilterProto */ public function getVehicleAttribute() { return $this->vehicleAttribute; } /** * @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(GeostoreRoadConditionalProto::class, 'Google_Service_Contentwarehouse_GeostoreRoadConditionalProto');