// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: MazeGroup.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 EggLink.DanhengServer.Proto { /// Holder for reflection information generated from MazeGroup.proto public static partial class MazeGroupReflection { #region Descriptor /// File descriptor for MazeGroup.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static MazeGroupReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "Cg9NYXplR3JvdXAucHJvdG8iXAoJTWF6ZUdyb3VwEhMKC0lMQkVBQU9PSkpQ", "GAIgASgIEhMKC0lOTERDQ0xJT0FOGAsgASgDEhAKCGdyb3VwX2lkGAggASgN", "EhMKC05PQktFT05BS0xFGAYgAygNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2", "ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MazeGroup), global::EggLink.DanhengServer.Proto.MazeGroup.Parser, new[]{ "ILBEAAOOJJP", "INLDCCLIOAN", "GroupId", "NOBKEONAKLE" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class MazeGroup : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new MazeGroup()); private pb::UnknownFieldSet _unknownFields; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public static pb::MessageParser Parser { get { return _parser; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public static pbr::MessageDescriptor Descriptor { get { return global::EggLink.DanhengServer.Proto.MazeGroupReflection.Descriptor.MessageTypes[0]; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] pbr::MessageDescriptor pb::IMessage.Descriptor { get { return Descriptor; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public MazeGroup() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public MazeGroup(MazeGroup other) : this() { iLBEAAOOJJP_ = other.iLBEAAOOJJP_; iNLDCCLIOAN_ = other.iNLDCCLIOAN_; groupId_ = other.groupId_; nOBKEONAKLE_ = other.nOBKEONAKLE_.Clone(); _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public MazeGroup Clone() { return new MazeGroup(this); } /// Field number for the "ILBEAAOOJJP" field. public const int ILBEAAOOJJPFieldNumber = 2; private bool iLBEAAOOJJP_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool ILBEAAOOJJP { get { return iLBEAAOOJJP_; } set { iLBEAAOOJJP_ = value; } } /// Field number for the "INLDCCLIOAN" field. public const int INLDCCLIOANFieldNumber = 11; private long iNLDCCLIOAN_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public long INLDCCLIOAN { get { return iNLDCCLIOAN_; } set { iNLDCCLIOAN_ = value; } } /// Field number for the "group_id" field. public const int GroupIdFieldNumber = 8; private uint groupId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint GroupId { get { return groupId_; } set { groupId_ = value; } } /// Field number for the "NOBKEONAKLE" field. public const int NOBKEONAKLEFieldNumber = 6; private static readonly pb::FieldCodec _repeated_nOBKEONAKLE_codec = pb::FieldCodec.ForUInt32(50); private readonly pbc::RepeatedField nOBKEONAKLE_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField NOBKEONAKLE { get { return nOBKEONAKLE_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as MazeGroup); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(MazeGroup other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (ILBEAAOOJJP != other.ILBEAAOOJJP) return false; if (INLDCCLIOAN != other.INLDCCLIOAN) return false; if (GroupId != other.GroupId) return false; if(!nOBKEONAKLE_.Equals(other.nOBKEONAKLE_)) return false; return Equals(_unknownFields, other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; if (ILBEAAOOJJP != false) hash ^= ILBEAAOOJJP.GetHashCode(); if (INLDCCLIOAN != 0L) hash ^= INLDCCLIOAN.GetHashCode(); if (GroupId != 0) hash ^= GroupId.GetHashCode(); hash ^= nOBKEONAKLE_.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return hash; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override string ToString() { return pb::JsonFormatter.ToDiagnosticString(this); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void WriteTo(pb::CodedOutputStream output) { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else if (ILBEAAOOJJP != false) { output.WriteRawTag(16); output.WriteBool(ILBEAAOOJJP); } nOBKEONAKLE_.WriteTo(output, _repeated_nOBKEONAKLE_codec); if (GroupId != 0) { output.WriteRawTag(64); output.WriteUInt32(GroupId); } if (INLDCCLIOAN != 0L) { output.WriteRawTag(88); output.WriteInt64(INLDCCLIOAN); } if (_unknownFields != null) { _unknownFields.WriteTo(output); } #endif } #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { if (ILBEAAOOJJP != false) { output.WriteRawTag(16); output.WriteBool(ILBEAAOOJJP); } nOBKEONAKLE_.WriteTo(ref output, _repeated_nOBKEONAKLE_codec); if (GroupId != 0) { output.WriteRawTag(64); output.WriteUInt32(GroupId); } if (INLDCCLIOAN != 0L) { output.WriteRawTag(88); output.WriteInt64(INLDCCLIOAN); } if (_unknownFields != null) { _unknownFields.WriteTo(ref output); } } #endif [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; if (ILBEAAOOJJP != false) { size += 1 + 1; } if (INLDCCLIOAN != 0L) { size += 1 + pb::CodedOutputStream.ComputeInt64Size(INLDCCLIOAN); } if (GroupId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GroupId); } size += nOBKEONAKLE_.CalculateSize(_repeated_nOBKEONAKLE_codec); if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(MazeGroup other) { if (other == null) { return; } if (other.ILBEAAOOJJP != false) { ILBEAAOOJJP = other.ILBEAAOOJJP; } if (other.INLDCCLIOAN != 0L) { INLDCCLIOAN = other.INLDCCLIOAN; } if (other.GroupId != 0) { GroupId = other.GroupId; } nOBKEONAKLE_.Add(other.nOBKEONAKLE_); _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(pb::CodedInputStream input) { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE input.ReadRawMessage(this); #else uint tag; while ((tag = input.ReadTag()) != 0) { switch(tag) { default: _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); break; case 16: { ILBEAAOOJJP = input.ReadBool(); break; } case 50: case 48: { nOBKEONAKLE_.AddEntriesFrom(input, _repeated_nOBKEONAKLE_codec); break; } case 64: { GroupId = input.ReadUInt32(); break; } case 88: { INLDCCLIOAN = input.ReadInt64(); break; } } } #endif } #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { uint tag; while ((tag = input.ReadTag()) != 0) { switch(tag) { default: _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); break; case 16: { ILBEAAOOJJP = input.ReadBool(); break; } case 50: case 48: { nOBKEONAKLE_.AddEntriesFrom(ref input, _repeated_nOBKEONAKLE_codec); break; } case 64: { GroupId = input.ReadUInt32(); break; } case 88: { INLDCCLIOAN = input.ReadInt64(); break; } } } } #endif } #endregion } #endregion Designer generated code