52 lines
2.0 KiB
C#
52 lines
2.0 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: circuits_v2/deprecated/DEPRECATED_port_group_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/deprecated/DEPRECATED_port_group_type.proto</summary>
|
|
public static partial class DEPRECATEDPortGroupTypeReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for circuits_v2/deprecated/DEPRECATED_port_group_type.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static DEPRECATEDPortGroupTypeReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"CjdjaXJjdWl0c192Mi9kZXByZWNhdGVkL0RFUFJFQ0FURURfcG9ydF9ncm91",
|
|
"cF90eXBlLnByb3RvEgtjaXJjdWl0c192MipcChhERVBSRUNBVEVEX1BvcnRH",
|
|
"cm91cFR5cGUSDgoKQmFzaWNHcm91cBAAEg4KCkluZGV4QmFzZWQQARINCglO",
|
|
"YW1lQmFzZWQQAhIRCg1FeGVjTmFtZUJhc2VkEANCFqoCE0NpcmN1aXRzVjIu",
|
|
"UHJvdG9idWZiBnByb3RvMw=="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::CircuitsV2.Protobuf.DEPRECATED_PortGroupType), }, null, null));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Enums
|
|
public enum DEPRECATED_PortGroupType {
|
|
[pbr::OriginalName("BasicGroup")] BasicGroup = 0,
|
|
[pbr::OriginalName("IndexBased")] IndexBased = 1,
|
|
[pbr::OriginalName("NameBased")] NameBased = 2,
|
|
[pbr::OriginalName("ExecNameBased")] ExecNameBased = 3,
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|