// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: JobUploadStrategy.proto
#pragma warning disable 1591, 0612, 3021
#region Designer generated code
using pb = global::Google.Protobuf;
using pbc = global::Google.Protobuf.Collections;
using pbr = global::Google.Protobuf.Reflection;
using scg = global::System.Collections.Generic;
namespace Tango.PMR.Printing {
/// Holder for reflection information generated from JobUploadStrategy.proto
public static partial class JobUploadStrategyReflection {
#region Descriptor
/// File descriptor for JobUploadStrategy.proto
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static JobUploadStrategyReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChdKb2JVcGxvYWRTdHJhdGVneS5wcm90bxISVGFuZ28uUE1SLlByaW50aW5n",
"KjgKEUpvYlVwbG9hZFN0cmF0ZWd5EgsKB0RlZmF1bHQQABIWChJKb2JEZXNj",
"cmlwdGlvbkZpbGUQAUIeChxjb20udHdpbmUudGFuZ28ucG1yLnByaW50aW5n",
"YgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::Tango.PMR.Printing.JobUploadStrategy), }, null));
}
#endregion
}
#region Enums
public enum JobUploadStrategy {
///
///Uploads the full job, segments and brush stops on JobRequest.
///
[pbr::OriginalName("Default")] 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.
///
[pbr::OriginalName("JobDescriptionFile")] JobDescriptionFile = 1,
}
#endregion
}
#endregion Designer generated code