// Physical model of a media path of a printer. Media paths are the paths // through which print media flows. message MediaPath {

// Vendor-provided ID of a media path (required).
optional string vendor_id = 1;

}