// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: MonopolyGetRegionProgressScRsp.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 MonopolyGetRegionProgressScRsp.proto public static partial class MonopolyGetRegionProgressScRspReflection { #region Descriptor /// File descriptor for MonopolyGetRegionProgressScRsp.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static MonopolyGetRegionProgressScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "CiRNb25vcG9seUdldFJlZ2lvblByb2dyZXNzU2NSc3AucHJvdG8iWwoeTW9u", "b3BvbHlHZXRSZWdpb25Qcm9ncmVzc1NjUnNwEg8KB3JldGNvZGUYByABKA0S", "EwoLRFBKS09KR0NKTFAYCSABKA0SEwoLRUlNR0JLTkxHTkYYBiABKA1CHqoC", "G0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MonopolyGetRegionProgressScRsp), global::EggLink.DanhengServer.Proto.MonopolyGetRegionProgressScRsp.Parser, new[]{ "Retcode", "DPJKOJGCJLP", "EIMGBKNLGNF" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class MonopolyGetRegionProgressScRsp : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new MonopolyGetRegionProgressScRsp()); 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.MonopolyGetRegionProgressScRspReflection.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 MonopolyGetRegionProgressScRsp() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public MonopolyGetRegionProgressScRsp(MonopolyGetRegionProgressScRsp other) : this() { retcode_ = other.retcode_; dPJKOJGCJLP_ = other.dPJKOJGCJLP_; eIMGBKNLGNF_ = other.eIMGBKNLGNF_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public MonopolyGetRegionProgressScRsp Clone() { return new MonopolyGetRegionProgressScRsp(this); } /// Field number for the "retcode" field. public const int RetcodeFieldNumber = 7; 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 "DPJKOJGCJLP" field. public const int DPJKOJGCJLPFieldNumber = 9; private uint dPJKOJGCJLP_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint DPJKOJGCJLP { get { return dPJKOJGCJLP_; } set { dPJKOJGCJLP_ = value; } } /// Field number for the "EIMGBKNLGNF" field. public const int EIMGBKNLGNFFieldNumber = 6; private uint eIMGBKNLGNF_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint EIMGBKNLGNF { get { return eIMGBKNLGNF_; } set { eIMGBKNLGNF_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as MonopolyGetRegionProgressScRsp); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(MonopolyGetRegionProgressScRsp other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (Retcode != other.Retcode) return false; if (DPJKOJGCJLP != other.DPJKOJGCJLP) return false; if (EIMGBKNLGNF != other.EIMGBKNLGNF) 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 (Retcode != 0) hash ^= Retcode.GetHashCode(); if (DPJKOJGCJLP != 0) hash ^= DPJKOJGCJLP.GetHashCode(); if (EIMGBKNLGNF != 0) hash ^= EIMGBKNLGNF.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 (EIMGBKNLGNF != 0) { output.WriteRawTag(48); output.WriteUInt32(EIMGBKNLGNF); } if (Retcode != 0) { output.WriteRawTag(56); output.WriteUInt32(Retcode); } if (DPJKOJGCJLP != 0) { output.WriteRawTag(72); output.WriteUInt32(DPJKOJGCJLP); } 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 (EIMGBKNLGNF != 0) { output.WriteRawTag(48); output.WriteUInt32(EIMGBKNLGNF); } if (Retcode != 0) { output.WriteRawTag(56); output.WriteUInt32(Retcode); } if (DPJKOJGCJLP != 0) { output.WriteRawTag(72); output.WriteUInt32(DPJKOJGCJLP); } 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 (Retcode != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode); } if (DPJKOJGCJLP != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DPJKOJGCJLP); } if (EIMGBKNLGNF != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EIMGBKNLGNF); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(MonopolyGetRegionProgressScRsp other) { if (other == null) { return; } if (other.Retcode != 0) { Retcode = other.Retcode; } if (other.DPJKOJGCJLP != 0) { DPJKOJGCJLP = other.DPJKOJGCJLP; } if (other.EIMGBKNLGNF != 0) { EIMGBKNLGNF = other.EIMGBKNLGNF; } _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 48: { EIMGBKNLGNF = input.ReadUInt32(); break; } case 56: { Retcode = input.ReadUInt32(); break; } case 72: { DPJKOJGCJLP = 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 48: { EIMGBKNLGNF = input.ReadUInt32(); break; } case 56: { Retcode = input.ReadUInt32(); break; } case 72: { DPJKOJGCJLP = input.ReadUInt32(); break; } } } } #endif } #endregion } #endregion Designer generated code