// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: TarotBookSyncDataScNotify.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 TarotBookSyncDataScNotify.proto public static partial class TarotBookSyncDataScNotifyReflection { #region Descriptor /// File descriptor for TarotBookSyncDataScNotify.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static TarotBookSyncDataScNotifyReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "Ch9UYXJvdEJvb2tTeW5jRGF0YVNjTm90aWZ5LnByb3RvGhFGTE9JQ0tNTk1M", "TC5wcm90byLpAgoZVGFyb3RCb29rU3luY0RhdGFTY05vdGlmeRITCgtGRENL", "RktGS0hMTxgDIAEoDRJACgtKS0VNREpJQU1ISRgPIAMoCzIrLlRhcm90Qm9v", "a1N5bmNEYXRhU2NOb3RpZnkuSktFTURKSUFNSElFbnRyeRITCgtlbmVyZ3lf", "aW5mbxgEIAEoDRJACgtORENKSlBHTkZMThgMIAMoCzIrLlRhcm90Qm9va1N5", "bmNEYXRhU2NOb3RpZnkuTkRDSkpQR05GTE5FbnRyeRITCgtMRU5QSURNUEVD", "UBgHIAEoDRIhCgtIRUZKRUpIT0pFQRgIIAEoCzIMLkZMT0lDS01OTUxMGjIK", "EEpLRU1ESklBTUhJRW50cnkSCwoDa2V5GAEgASgNEg0KBXZhbHVlGAIgASgN", "OgI4ARoyChBORENKSlBHTkZMTkVudHJ5EgsKA2tleRgBIAEoDRINCgV2YWx1", "ZRgCIAEoDToCOAFCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IG", "cHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.FLOICKMNMLLReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.TarotBookSyncDataScNotify), global::EggLink.DanhengServer.Proto.TarotBookSyncDataScNotify.Parser, new[]{ "FDCKFKFKHLO", "JKEMDJIAMHI", "EnergyInfo", "NDCJJPGNFLN", "LENPIDMPECP", "HEFJEJHOJEA" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { null, null, }) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class TarotBookSyncDataScNotify : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new TarotBookSyncDataScNotify()); 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.TarotBookSyncDataScNotifyReflection.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 TarotBookSyncDataScNotify() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public TarotBookSyncDataScNotify(TarotBookSyncDataScNotify other) : this() { fDCKFKFKHLO_ = other.fDCKFKFKHLO_; jKEMDJIAMHI_ = other.jKEMDJIAMHI_.Clone(); energyInfo_ = other.energyInfo_; nDCJJPGNFLN_ = other.nDCJJPGNFLN_.Clone(); lENPIDMPECP_ = other.lENPIDMPECP_; hEFJEJHOJEA_ = other.hEFJEJHOJEA_ != null ? other.hEFJEJHOJEA_.Clone() : null; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public TarotBookSyncDataScNotify Clone() { return new TarotBookSyncDataScNotify(this); } /// Field number for the "FDCKFKFKHLO" field. public const int FDCKFKFKHLOFieldNumber = 3; private uint fDCKFKFKHLO_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint FDCKFKFKHLO { get { return fDCKFKFKHLO_; } set { fDCKFKFKHLO_ = value; } } /// Field number for the "JKEMDJIAMHI" field. public const int JKEMDJIAMHIFieldNumber = 15; private static readonly pbc::MapField.Codec _map_jKEMDJIAMHI_codec = new pbc::MapField.Codec(pb::FieldCodec.ForUInt32(8, 0), pb::FieldCodec.ForUInt32(16, 0), 122); private readonly pbc::MapField jKEMDJIAMHI_ = new pbc::MapField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::MapField JKEMDJIAMHI { get { return jKEMDJIAMHI_; } } /// Field number for the "energy_info" field. public const int EnergyInfoFieldNumber = 4; private uint energyInfo_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint EnergyInfo { get { return energyInfo_; } set { energyInfo_ = value; } } /// Field number for the "NDCJJPGNFLN" field. public const int NDCJJPGNFLNFieldNumber = 12; private static readonly pbc::MapField.Codec _map_nDCJJPGNFLN_codec = new pbc::MapField.Codec(pb::FieldCodec.ForUInt32(8, 0), pb::FieldCodec.ForUInt32(16, 0), 98); private readonly pbc::MapField nDCJJPGNFLN_ = new pbc::MapField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::MapField NDCJJPGNFLN { get { return nDCJJPGNFLN_; } } /// Field number for the "LENPIDMPECP" field. public const int LENPIDMPECPFieldNumber = 7; private uint lENPIDMPECP_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint LENPIDMPECP { get { return lENPIDMPECP_; } set { lENPIDMPECP_ = value; } } /// Field number for the "HEFJEJHOJEA" field. public const int HEFJEJHOJEAFieldNumber = 8; private global::EggLink.DanhengServer.Proto.FLOICKMNMLL hEFJEJHOJEA_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.FLOICKMNMLL HEFJEJHOJEA { get { return hEFJEJHOJEA_; } set { hEFJEJHOJEA_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as TarotBookSyncDataScNotify); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(TarotBookSyncDataScNotify other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (FDCKFKFKHLO != other.FDCKFKFKHLO) return false; if (!JKEMDJIAMHI.Equals(other.JKEMDJIAMHI)) return false; if (EnergyInfo != other.EnergyInfo) return false; if (!NDCJJPGNFLN.Equals(other.NDCJJPGNFLN)) return false; if (LENPIDMPECP != other.LENPIDMPECP) return false; if (!object.Equals(HEFJEJHOJEA, other.HEFJEJHOJEA)) 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 (FDCKFKFKHLO != 0) hash ^= FDCKFKFKHLO.GetHashCode(); hash ^= JKEMDJIAMHI.GetHashCode(); if (EnergyInfo != 0) hash ^= EnergyInfo.GetHashCode(); hash ^= NDCJJPGNFLN.GetHashCode(); if (LENPIDMPECP != 0) hash ^= LENPIDMPECP.GetHashCode(); if (hEFJEJHOJEA_ != null) hash ^= HEFJEJHOJEA.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 (FDCKFKFKHLO != 0) { output.WriteRawTag(24); output.WriteUInt32(FDCKFKFKHLO); } if (EnergyInfo != 0) { output.WriteRawTag(32); output.WriteUInt32(EnergyInfo); } if (LENPIDMPECP != 0) { output.WriteRawTag(56); output.WriteUInt32(LENPIDMPECP); } if (hEFJEJHOJEA_ != null) { output.WriteRawTag(66); output.WriteMessage(HEFJEJHOJEA); } nDCJJPGNFLN_.WriteTo(output, _map_nDCJJPGNFLN_codec); jKEMDJIAMHI_.WriteTo(output, _map_jKEMDJIAMHI_codec); 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 (FDCKFKFKHLO != 0) { output.WriteRawTag(24); output.WriteUInt32(FDCKFKFKHLO); } if (EnergyInfo != 0) { output.WriteRawTag(32); output.WriteUInt32(EnergyInfo); } if (LENPIDMPECP != 0) { output.WriteRawTag(56); output.WriteUInt32(LENPIDMPECP); } if (hEFJEJHOJEA_ != null) { output.WriteRawTag(66); output.WriteMessage(HEFJEJHOJEA); } nDCJJPGNFLN_.WriteTo(ref output, _map_nDCJJPGNFLN_codec); jKEMDJIAMHI_.WriteTo(ref output, _map_jKEMDJIAMHI_codec); 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 (FDCKFKFKHLO != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FDCKFKFKHLO); } size += jKEMDJIAMHI_.CalculateSize(_map_jKEMDJIAMHI_codec); if (EnergyInfo != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EnergyInfo); } size += nDCJJPGNFLN_.CalculateSize(_map_nDCJJPGNFLN_codec); if (LENPIDMPECP != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LENPIDMPECP); } if (hEFJEJHOJEA_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(HEFJEJHOJEA); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(TarotBookSyncDataScNotify other) { if (other == null) { return; } if (other.FDCKFKFKHLO != 0) { FDCKFKFKHLO = other.FDCKFKFKHLO; } jKEMDJIAMHI_.MergeFrom(other.jKEMDJIAMHI_); if (other.EnergyInfo != 0) { EnergyInfo = other.EnergyInfo; } nDCJJPGNFLN_.MergeFrom(other.nDCJJPGNFLN_); if (other.LENPIDMPECP != 0) { LENPIDMPECP = other.LENPIDMPECP; } if (other.hEFJEJHOJEA_ != null) { if (hEFJEJHOJEA_ == null) { HEFJEJHOJEA = new global::EggLink.DanhengServer.Proto.FLOICKMNMLL(); } HEFJEJHOJEA.MergeFrom(other.HEFJEJHOJEA); } _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 24: { FDCKFKFKHLO = input.ReadUInt32(); break; } case 32: { EnergyInfo = input.ReadUInt32(); break; } case 56: { LENPIDMPECP = input.ReadUInt32(); break; } case 66: { if (hEFJEJHOJEA_ == null) { HEFJEJHOJEA = new global::EggLink.DanhengServer.Proto.FLOICKMNMLL(); } input.ReadMessage(HEFJEJHOJEA); break; } case 98: { nDCJJPGNFLN_.AddEntriesFrom(input, _map_nDCJJPGNFLN_codec); break; } case 122: { jKEMDJIAMHI_.AddEntriesFrom(input, _map_jKEMDJIAMHI_codec); 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 24: { FDCKFKFKHLO = input.ReadUInt32(); break; } case 32: { EnergyInfo = input.ReadUInt32(); break; } case 56: { LENPIDMPECP = input.ReadUInt32(); break; } case 66: { if (hEFJEJHOJEA_ == null) { HEFJEJHOJEA = new global::EggLink.DanhengServer.Proto.FLOICKMNMLL(); } input.ReadMessage(HEFJEJHOJEA); break; } case 98: { nDCJJPGNFLN_.AddEntriesFrom(ref input, _map_nDCJJPGNFLN_codec); break; } case 122: { jKEMDJIAMHI_.AddEntriesFrom(ref input, _map_jKEMDJIAMHI_codec); break; } } } } #endif } #endregion } #endregion Designer generated code