// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: circuits_v2/memory_type.proto // #pragma warning disable 1591, 0612, 3021, 8981 #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 CircuitsV2.Protobuf { /// Holder for reflection information generated from circuits_v2/memory_type.proto public static partial class MemoryTypeReflection { #region Descriptor /// File descriptor for circuits_v2/memory_type.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static MemoryTypeReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "Ch1jaXJjdWl0c192Mi9tZW1vcnlfdHlwZS5wcm90bxILY2lyY3VpdHNfdjIq", "QgoKTWVtb3J5VHlwZRIMCghJbnN0YW5jZRAAEggKBFN5bmMQARIJCgVDbG91", "ZBACEhEKBE5vbmUQ////////////AUIWqgITQ2lyY3VpdHNWMi5Qcm90b2J1", "ZmIGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(new[] {typeof(global::CircuitsV2.Protobuf.MemoryType), }, null, null)); } #endregion } #region Enums public enum MemoryType { [pbr::OriginalName("Instance")] Instance = 0, [pbr::OriginalName("Sync")] Sync = 1, [pbr::OriginalName("Cloud")] Cloud = 2, [pbr::OriginalName("None")] None = -1, } #endregion } #endregion Designer generated code