syntax = "proto3"; package Tango.PMR.Printing; option java_package = "com.twine.tango.pmr.printing"; enum JobUploadStrategy { //Uploads the full job, segments and brush stops on JobRequest. Default = 0; //Uploads a job description file to storage containing the series of segments and brush stops. //Then, sends a job request with the JobDescriptionFile field containing the path to the job description file. JobDescriptionFile = 1; }