// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: SocialEventServerCache.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 SocialEventServerCache.proto public static partial class SocialEventServerCacheReflection { #region Descriptor /// File descriptor for SocialEventServerCache.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static SocialEventServerCacheReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChxTb2NpYWxFdmVudFNlcnZlckNhY2hlLnByb3RvIm0KFlNvY2lhbEV2ZW50", "U2VydmVyQ2FjaGUSDwoHc3JjX3VpZBgLIAEoDRIaChJTdWJDb2luRmllbGRO", "dW1iZXIYDSABKA0SCgoCaWQYBCABKA0SGgoSQWRkQ29pbkZpZWxkTnVtYmVy", "GAcgASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3Rv", "Mw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.SocialEventServerCache), global::EggLink.DanhengServer.Proto.SocialEventServerCache.Parser, new[]{ "SrcUid", "SubCoinFieldNumber", "Id", "AddCoinFieldNumber" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class SocialEventServerCache : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new SocialEventServerCache()); 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.SocialEventServerCacheReflection.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 SocialEventServerCache() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public SocialEventServerCache(SocialEventServerCache other) : this() { srcUid_ = other.srcUid_; subCoinFieldNumber_ = other.subCoinFieldNumber_; id_ = other.id_; addCoinFieldNumber_ = other.addCoinFieldNumber_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public SocialEventServerCache Clone() { return new SocialEventServerCache(this); } /// Field number for the "src_uid" field. public const int SrcUidFieldNumber = 11; private uint srcUid_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint SrcUid { get { return srcUid_; } set { srcUid_ = value; } } /// Field number for the "SubCoinFieldNumber" field. public const int SubCoinFieldNumberFieldNumber = 13; private uint subCoinFieldNumber_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint SubCoinFieldNumber { get { return subCoinFieldNumber_; } set { subCoinFieldNumber_ = value; } } /// Field number for the "id" field. public const int IdFieldNumber = 4; private uint id_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint Id { get { return id_; } set { id_ = value; } } /// Field number for the "AddCoinFieldNumber" field. public const int AddCoinFieldNumberFieldNumber = 7; private uint addCoinFieldNumber_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint AddCoinFieldNumber { get { return addCoinFieldNumber_; } set { addCoinFieldNumber_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as SocialEventServerCache); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(SocialEventServerCache other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (SrcUid != other.SrcUid) return false; if (SubCoinFieldNumber != other.SubCoinFieldNumber) return false; if (Id != other.Id) return false; if (AddCoinFieldNumber != other.AddCoinFieldNumber) 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 (SrcUid != 0) hash ^= SrcUid.GetHashCode(); if (SubCoinFieldNumber != 0) hash ^= SubCoinFieldNumber.GetHashCode(); if (Id != 0) hash ^= Id.GetHashCode(); if (AddCoinFieldNumber != 0) hash ^= AddCoinFieldNumber.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 (Id != 0) { output.WriteRawTag(32); output.WriteUInt32(Id); } if (AddCoinFieldNumber != 0) { output.WriteRawTag(56); output.WriteUInt32(AddCoinFieldNumber); } if (SrcUid != 0) { output.WriteRawTag(88); output.WriteUInt32(SrcUid); } if (SubCoinFieldNumber != 0) { output.WriteRawTag(104); output.WriteUInt32(SubCoinFieldNumber); } 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 (Id != 0) { output.WriteRawTag(32); output.WriteUInt32(Id); } if (AddCoinFieldNumber != 0) { output.WriteRawTag(56); output.WriteUInt32(AddCoinFieldNumber); } if (SrcUid != 0) { output.WriteRawTag(88); output.WriteUInt32(SrcUid); } if (SubCoinFieldNumber != 0) { output.WriteRawTag(104); output.WriteUInt32(SubCoinFieldNumber); } 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 (SrcUid != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(SrcUid); } if (SubCoinFieldNumber != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(SubCoinFieldNumber); } if (Id != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Id); } if (AddCoinFieldNumber != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AddCoinFieldNumber); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(SocialEventServerCache other) { if (other == null) { return; } if (other.SrcUid != 0) { SrcUid = other.SrcUid; } if (other.SubCoinFieldNumber != 0) { SubCoinFieldNumber = other.SubCoinFieldNumber; } if (other.Id != 0) { Id = other.Id; } if (other.AddCoinFieldNumber != 0) { AddCoinFieldNumber = other.AddCoinFieldNumber; } _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 32: { Id = input.ReadUInt32(); break; } case 56: { AddCoinFieldNumber = input.ReadUInt32(); break; } case 88: { SrcUid = input.ReadUInt32(); break; } case 104: { SubCoinFieldNumber = 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 32: { Id = input.ReadUInt32(); break; } case 56: { AddCoinFieldNumber = input.ReadUInt32(); break; } case 88: { SrcUid = input.ReadUInt32(); break; } case 104: { SubCoinFieldNumber = input.ReadUInt32(); break; } } } } #endif } #endregion } #endregion Designer generated code