// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: MonopolySelectOptionScRsp.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 MonopolySelectOptionScRsp.proto public static partial class MonopolySelectOptionScRspReflection { #region Descriptor /// File descriptor for MonopolySelectOptionScRsp.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static MonopolySelectOptionScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "Ch9Nb25vcG9seVNlbGVjdE9wdGlvblNjUnNwLnByb3RvGhFMQkVOQUFIQ1BF", "Ty5wcm90bxoRRERDRUxDT0pHTlAucHJvdG8ilwEKGU1vbm9wb2x5U2VsZWN0", "T3B0aW9uU2NSc3ASIQoLQUJOT0lOTE9LTE4YByADKAsyDC5ERENFTENPSkdO", "UBIPCgdyZXRjb2RlGAEgASgNEiEKC0dQRkdET0tOR0VMGAMgASgLMgwuTEJF", "TkFBSENQRU8SEQoJb3B0aW9uX2lkGA4gASgNEhAKCGV2ZW50X2lkGAQgASgN", "Qh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.LBENAAHCPEOReflection.Descriptor, global::EggLink.DanhengServer.Proto.DDCELCOJGNPReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MonopolySelectOptionScRsp), global::EggLink.DanhengServer.Proto.MonopolySelectOptionScRsp.Parser, new[]{ "ABNOINLOKLN", "Retcode", "GPFGDOKNGEL", "OptionId", "EventId" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class MonopolySelectOptionScRsp : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new MonopolySelectOptionScRsp()); 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.MonopolySelectOptionScRspReflection.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 MonopolySelectOptionScRsp() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public MonopolySelectOptionScRsp(MonopolySelectOptionScRsp other) : this() { aBNOINLOKLN_ = other.aBNOINLOKLN_.Clone(); retcode_ = other.retcode_; gPFGDOKNGEL_ = other.gPFGDOKNGEL_ != null ? other.gPFGDOKNGEL_.Clone() : null; optionId_ = other.optionId_; eventId_ = other.eventId_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public MonopolySelectOptionScRsp Clone() { return new MonopolySelectOptionScRsp(this); } /// Field number for the "ABNOINLOKLN" field. public const int ABNOINLOKLNFieldNumber = 7; private static readonly pb::FieldCodec _repeated_aBNOINLOKLN_codec = pb::FieldCodec.ForMessage(58, global::EggLink.DanhengServer.Proto.DDCELCOJGNP.Parser); private readonly pbc::RepeatedField aBNOINLOKLN_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField ABNOINLOKLN { get { return aBNOINLOKLN_; } } /// Field number for the "retcode" field. public const int RetcodeFieldNumber = 1; private uint retcode_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint Retcode { get { return retcode_; } set { retcode_ = value; } } /// Field number for the "GPFGDOKNGEL" field. public const int GPFGDOKNGELFieldNumber = 3; private global::EggLink.DanhengServer.Proto.LBENAAHCPEO gPFGDOKNGEL_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.LBENAAHCPEO GPFGDOKNGEL { get { return gPFGDOKNGEL_; } set { gPFGDOKNGEL_ = value; } } /// Field number for the "option_id" field. public const int OptionIdFieldNumber = 14; private uint optionId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint OptionId { get { return optionId_; } set { optionId_ = value; } } /// Field number for the "event_id" field. public const int EventIdFieldNumber = 4; private uint eventId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint EventId { get { return eventId_; } set { eventId_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as MonopolySelectOptionScRsp); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(MonopolySelectOptionScRsp other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if(!aBNOINLOKLN_.Equals(other.aBNOINLOKLN_)) return false; if (Retcode != other.Retcode) return false; if (!object.Equals(GPFGDOKNGEL, other.GPFGDOKNGEL)) return false; if (OptionId != other.OptionId) return false; if (EventId != other.EventId) 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; hash ^= aBNOINLOKLN_.GetHashCode(); if (Retcode != 0) hash ^= Retcode.GetHashCode(); if (gPFGDOKNGEL_ != null) hash ^= GPFGDOKNGEL.GetHashCode(); if (OptionId != 0) hash ^= OptionId.GetHashCode(); if (EventId != 0) hash ^= EventId.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 (Retcode != 0) { output.WriteRawTag(8); output.WriteUInt32(Retcode); } if (gPFGDOKNGEL_ != null) { output.WriteRawTag(26); output.WriteMessage(GPFGDOKNGEL); } if (EventId != 0) { output.WriteRawTag(32); output.WriteUInt32(EventId); } aBNOINLOKLN_.WriteTo(output, _repeated_aBNOINLOKLN_codec); if (OptionId != 0) { output.WriteRawTag(112); output.WriteUInt32(OptionId); } 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 (Retcode != 0) { output.WriteRawTag(8); output.WriteUInt32(Retcode); } if (gPFGDOKNGEL_ != null) { output.WriteRawTag(26); output.WriteMessage(GPFGDOKNGEL); } if (EventId != 0) { output.WriteRawTag(32); output.WriteUInt32(EventId); } aBNOINLOKLN_.WriteTo(ref output, _repeated_aBNOINLOKLN_codec); if (OptionId != 0) { output.WriteRawTag(112); output.WriteUInt32(OptionId); } 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; size += aBNOINLOKLN_.CalculateSize(_repeated_aBNOINLOKLN_codec); if (Retcode != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode); } if (gPFGDOKNGEL_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(GPFGDOKNGEL); } if (OptionId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OptionId); } if (EventId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EventId); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(MonopolySelectOptionScRsp other) { if (other == null) { return; } aBNOINLOKLN_.Add(other.aBNOINLOKLN_); if (other.Retcode != 0) { Retcode = other.Retcode; } if (other.gPFGDOKNGEL_ != null) { if (gPFGDOKNGEL_ == null) { GPFGDOKNGEL = new global::EggLink.DanhengServer.Proto.LBENAAHCPEO(); } GPFGDOKNGEL.MergeFrom(other.GPFGDOKNGEL); } if (other.OptionId != 0) { OptionId = other.OptionId; } if (other.EventId != 0) { EventId = other.EventId; } _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 8: { Retcode = input.ReadUInt32(); break; } case 26: { if (gPFGDOKNGEL_ == null) { GPFGDOKNGEL = new global::EggLink.DanhengServer.Proto.LBENAAHCPEO(); } input.ReadMessage(GPFGDOKNGEL); break; } case 32: { EventId = input.ReadUInt32(); break; } case 58: { aBNOINLOKLN_.AddEntriesFrom(input, _repeated_aBNOINLOKLN_codec); break; } case 112: { OptionId = input.ReadUInt32(); 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 8: { Retcode = input.ReadUInt32(); break; } case 26: { if (gPFGDOKNGEL_ == null) { GPFGDOKNGEL = new global::EggLink.DanhengServer.Proto.LBENAAHCPEO(); } input.ReadMessage(GPFGDOKNGEL); break; } case 32: { EventId = input.ReadUInt32(); break; } case 58: { aBNOINLOKLN_.AddEntriesFrom(ref input, _repeated_aBNOINLOKLN_codec); break; } case 112: { OptionId = input.ReadUInt32(); break; } } } } #endif } #endregion } #endregion Designer generated code