// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: FateTakeExpRewardScRsp.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 FateTakeExpRewardScRsp.proto public static partial class FateTakeExpRewardScRspReflection { #region Descriptor /// File descriptor for FateTakeExpRewardScRsp.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static FateTakeExpRewardScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChxGYXRlVGFrZUV4cFJld2FyZFNjUnNwLnByb3RvGg5JdGVtTGlzdC5wcm90", "byJuChZGYXRlVGFrZUV4cFJld2FyZFNjUnNwEhkKBnJld2FyZBgIIAEoCzIJ", "Lkl0ZW1MaXN0EhMKC0pHRkJDRE9JQ0pGGAMgAygNEg8KB3JldGNvZGUYCyAB", "KA0SEwoLT0JHT0JPRUxFRk0YAiADKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1Nl", "cnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.FateTakeExpRewardScRsp), global::EggLink.DanhengServer.Proto.FateTakeExpRewardScRsp.Parser, new[]{ "Reward", "JGFBCDOICJF", "Retcode", "OBGOBOELEFM" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class FateTakeExpRewardScRsp : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new FateTakeExpRewardScRsp()); 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.FateTakeExpRewardScRspReflection.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 FateTakeExpRewardScRsp() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public FateTakeExpRewardScRsp(FateTakeExpRewardScRsp other) : this() { reward_ = other.reward_ != null ? other.reward_.Clone() : null; jGFBCDOICJF_ = other.jGFBCDOICJF_.Clone(); retcode_ = other.retcode_; oBGOBOELEFM_ = other.oBGOBOELEFM_.Clone(); _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public FateTakeExpRewardScRsp Clone() { return new FateTakeExpRewardScRsp(this); } /// Field number for the "reward" field. public const int RewardFieldNumber = 8; private global::EggLink.DanhengServer.Proto.ItemList reward_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.ItemList Reward { get { return reward_; } set { reward_ = value; } } /// Field number for the "JGFBCDOICJF" field. public const int JGFBCDOICJFFieldNumber = 3; private static readonly pb::FieldCodec _repeated_jGFBCDOICJF_codec = pb::FieldCodec.ForUInt32(26); private readonly pbc::RepeatedField jGFBCDOICJF_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField JGFBCDOICJF { get { return jGFBCDOICJF_; } } /// Field number for the "retcode" field. public const int RetcodeFieldNumber = 11; 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 "OBGOBOELEFM" field. public const int OBGOBOELEFMFieldNumber = 2; private static readonly pb::FieldCodec _repeated_oBGOBOELEFM_codec = pb::FieldCodec.ForUInt32(18); private readonly pbc::RepeatedField oBGOBOELEFM_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField OBGOBOELEFM { get { return oBGOBOELEFM_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as FateTakeExpRewardScRsp); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(FateTakeExpRewardScRsp other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (!object.Equals(Reward, other.Reward)) return false; if(!jGFBCDOICJF_.Equals(other.jGFBCDOICJF_)) return false; if (Retcode != other.Retcode) return false; if(!oBGOBOELEFM_.Equals(other.oBGOBOELEFM_)) 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 (reward_ != null) hash ^= Reward.GetHashCode(); hash ^= jGFBCDOICJF_.GetHashCode(); if (Retcode != 0) hash ^= Retcode.GetHashCode(); hash ^= oBGOBOELEFM_.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 oBGOBOELEFM_.WriteTo(output, _repeated_oBGOBOELEFM_codec); jGFBCDOICJF_.WriteTo(output, _repeated_jGFBCDOICJF_codec); if (reward_ != null) { output.WriteRawTag(66); output.WriteMessage(Reward); } if (Retcode != 0) { output.WriteRawTag(88); output.WriteUInt32(Retcode); } 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) { oBGOBOELEFM_.WriteTo(ref output, _repeated_oBGOBOELEFM_codec); jGFBCDOICJF_.WriteTo(ref output, _repeated_jGFBCDOICJF_codec); if (reward_ != null) { output.WriteRawTag(66); output.WriteMessage(Reward); } if (Retcode != 0) { output.WriteRawTag(88); output.WriteUInt32(Retcode); } 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 (reward_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); } size += jGFBCDOICJF_.CalculateSize(_repeated_jGFBCDOICJF_codec); if (Retcode != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode); } size += oBGOBOELEFM_.CalculateSize(_repeated_oBGOBOELEFM_codec); if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(FateTakeExpRewardScRsp other) { if (other == null) { return; } if (other.reward_ != null) { if (reward_ == null) { Reward = new global::EggLink.DanhengServer.Proto.ItemList(); } Reward.MergeFrom(other.Reward); } jGFBCDOICJF_.Add(other.jGFBCDOICJF_); if (other.Retcode != 0) { Retcode = other.Retcode; } oBGOBOELEFM_.Add(other.oBGOBOELEFM_); _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 18: case 16: { oBGOBOELEFM_.AddEntriesFrom(input, _repeated_oBGOBOELEFM_codec); break; } case 26: case 24: { jGFBCDOICJF_.AddEntriesFrom(input, _repeated_jGFBCDOICJF_codec); break; } case 66: { if (reward_ == null) { Reward = new global::EggLink.DanhengServer.Proto.ItemList(); } input.ReadMessage(Reward); break; } case 88: { Retcode = 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 18: case 16: { oBGOBOELEFM_.AddEntriesFrom(ref input, _repeated_oBGOBOELEFM_codec); break; } case 26: case 24: { jGFBCDOICJF_.AddEntriesFrom(ref input, _repeated_jGFBCDOICJF_codec); break; } case 66: { if (reward_ == null) { Reward = new global::EggLink.DanhengServer.Proto.ItemList(); } input.ReadMessage(Reward); break; } case 88: { Retcode = input.ReadUInt32(); break; } } } } #endif } #endregion } #endregion Designer generated code