Protobuf...

This commit is contained in:
2026-05-10 13:39:01 -07:00
commit c1830ab510
421 changed files with 313428 additions and 0 deletions

50
MemoryType.cs Normal file
View File

@@ -0,0 +1,50 @@
// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: circuits_v2/memory_type.proto
// </auto-generated>
#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 {
/// <summary>Holder for reflection information generated from circuits_v2/memory_type.proto</summary>
public static partial class MemoryTypeReflection {
#region Descriptor
/// <summary>File descriptor for circuits_v2/memory_type.proto</summary>
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