// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: QuickStartCocoonStageScRsp.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 QuickStartCocoonStageScRsp.proto public static partial class QuickStartCocoonStageScRspReflection { #region Descriptor /// File descriptor for QuickStartCocoonStageScRsp.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static QuickStartCocoonStageScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "CiBRdWlja1N0YXJ0Q29jb29uU3RhZ2VTY1JzcC5wcm90bxoVU2NlbmVCYXR0", "bGVJbmZvLnByb3RvIpUBChpRdWlja1N0YXJ0Q29jb29uU3RhZ2VTY1JzcBIe", "ChZjb2Nvb25fY2hhbGxlbmdlX3RpbWVzGAMgASgNEhEKCWNvY29vbl9pZBgI", "IAEoDRIlCgtiYXR0bGVfaW5mbxgKIAEoCzIQLlNjZW5lQmF0dGxlSW5mbxIP", "CgdyZXRjb2RlGAsgASgNEgwKBHdhdmUYBSABKA1CHqoCG0VnZ0xpbmsuRGFu", "aGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.SceneBattleInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.QuickStartCocoonStageScRsp), global::EggLink.DanhengServer.Proto.QuickStartCocoonStageScRsp.Parser, new[]{ "CocoonChallengeTimes", "CocoonId", "BattleInfo", "Retcode", "Wave" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class QuickStartCocoonStageScRsp : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new QuickStartCocoonStageScRsp()); 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.QuickStartCocoonStageScRspReflection.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 QuickStartCocoonStageScRsp() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public QuickStartCocoonStageScRsp(QuickStartCocoonStageScRsp other) : this() { cocoonChallengeTimes_ = other.cocoonChallengeTimes_; cocoonId_ = other.cocoonId_; battleInfo_ = other.battleInfo_ != null ? other.battleInfo_.Clone() : null; retcode_ = other.retcode_; wave_ = other.wave_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public QuickStartCocoonStageScRsp Clone() { return new QuickStartCocoonStageScRsp(this); } /// Field number for the "cocoon_challenge_times" field. public const int CocoonChallengeTimesFieldNumber = 3; private uint cocoonChallengeTimes_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint CocoonChallengeTimes { get { return cocoonChallengeTimes_; } set { cocoonChallengeTimes_ = value; } } /// Field number for the "cocoon_id" field. public const int CocoonIdFieldNumber = 8; private uint cocoonId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint CocoonId { get { return cocoonId_; } set { cocoonId_ = value; } } /// Field number for the "battle_info" field. public const int BattleInfoFieldNumber = 10; private global::EggLink.DanhengServer.Proto.SceneBattleInfo battleInfo_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.SceneBattleInfo BattleInfo { get { return battleInfo_; } set { battleInfo_ = value; } } /// 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 "wave" field. public const int WaveFieldNumber = 5; private uint wave_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint Wave { get { return wave_; } set { wave_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as QuickStartCocoonStageScRsp); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(QuickStartCocoonStageScRsp other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (CocoonChallengeTimes != other.CocoonChallengeTimes) return false; if (CocoonId != other.CocoonId) return false; if (!object.Equals(BattleInfo, other.BattleInfo)) return false; if (Retcode != other.Retcode) return false; if (Wave != other.Wave) 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 (CocoonChallengeTimes != 0) hash ^= CocoonChallengeTimes.GetHashCode(); if (CocoonId != 0) hash ^= CocoonId.GetHashCode(); if (battleInfo_ != null) hash ^= BattleInfo.GetHashCode(); if (Retcode != 0) hash ^= Retcode.GetHashCode(); if (Wave != 0) hash ^= Wave.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 (CocoonChallengeTimes != 0) { output.WriteRawTag(24); output.WriteUInt32(CocoonChallengeTimes); } if (Wave != 0) { output.WriteRawTag(40); output.WriteUInt32(Wave); } if (CocoonId != 0) { output.WriteRawTag(64); output.WriteUInt32(CocoonId); } if (battleInfo_ != null) { output.WriteRawTag(82); output.WriteMessage(BattleInfo); } 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) { if (CocoonChallengeTimes != 0) { output.WriteRawTag(24); output.WriteUInt32(CocoonChallengeTimes); } if (Wave != 0) { output.WriteRawTag(40); output.WriteUInt32(Wave); } if (CocoonId != 0) { output.WriteRawTag(64); output.WriteUInt32(CocoonId); } if (battleInfo_ != null) { output.WriteRawTag(82); output.WriteMessage(BattleInfo); } 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 (CocoonChallengeTimes != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CocoonChallengeTimes); } if (CocoonId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CocoonId); } if (battleInfo_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(BattleInfo); } if (Retcode != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode); } if (Wave != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Wave); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(QuickStartCocoonStageScRsp other) { if (other == null) { return; } if (other.CocoonChallengeTimes != 0) { CocoonChallengeTimes = other.CocoonChallengeTimes; } if (other.CocoonId != 0) { CocoonId = other.CocoonId; } if (other.battleInfo_ != null) { if (battleInfo_ == null) { BattleInfo = new global::EggLink.DanhengServer.Proto.SceneBattleInfo(); } BattleInfo.MergeFrom(other.BattleInfo); } if (other.Retcode != 0) { Retcode = other.Retcode; } if (other.Wave != 0) { Wave = other.Wave; } _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: { CocoonChallengeTimes = input.ReadUInt32(); break; } case 40: { Wave = input.ReadUInt32(); break; } case 64: { CocoonId = input.ReadUInt32(); break; } case 82: { if (battleInfo_ == null) { BattleInfo = new global::EggLink.DanhengServer.Proto.SceneBattleInfo(); } input.ReadMessage(BattleInfo); 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 24: { CocoonChallengeTimes = input.ReadUInt32(); break; } case 40: { Wave = input.ReadUInt32(); break; } case 64: { CocoonId = input.ReadUInt32(); break; } case 82: { if (battleInfo_ == null) { BattleInfo = new global::EggLink.DanhengServer.Proto.SceneBattleInfo(); } input.ReadMessage(BattleInfo); break; } case 88: { Retcode = input.ReadUInt32(); break; } } } } #endif } #endregion } #endregion Designer generated code