// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: HeliobusStartRaidCsReq.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 HeliobusStartRaidCsReq.proto public static partial class HeliobusStartRaidCsReqReflection { #region Descriptor /// File descriptor for HeliobusStartRaidCsReq.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static HeliobusStartRaidCsReqReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChxIZWxpb2J1c1N0YXJ0UmFpZENzUmVxLnByb3RvIpMBChZIZWxpb2J1c1N0", "YXJ0UmFpZENzUmVxEhMKC05HTUtMTkhQSEVDGA0gASgNEg8KB3JhaWRfaWQY", "DCABKA0SEAoIc2tpbGxfaWQYCSABKA0SFgoOcHJvcF9lbnRpdHlfaWQYAyAB", "KA0SEwoLYXZhdGFyX2xpc3QYAiADKA0SFAoMaXNfc2F2ZV9kYXRhGAEgASgI", "Qh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.HeliobusStartRaidCsReq), global::EggLink.DanhengServer.Proto.HeliobusStartRaidCsReq.Parser, new[]{ "NGMKLNHPHEC", "RaidId", "SkillId", "PropEntityId", "AvatarList", "IsSaveData" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class HeliobusStartRaidCsReq : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new HeliobusStartRaidCsReq()); 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.HeliobusStartRaidCsReqReflection.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 HeliobusStartRaidCsReq() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public HeliobusStartRaidCsReq(HeliobusStartRaidCsReq other) : this() { nGMKLNHPHEC_ = other.nGMKLNHPHEC_; raidId_ = other.raidId_; skillId_ = other.skillId_; propEntityId_ = other.propEntityId_; avatarList_ = other.avatarList_.Clone(); isSaveData_ = other.isSaveData_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public HeliobusStartRaidCsReq Clone() { return new HeliobusStartRaidCsReq(this); } /// Field number for the "NGMKLNHPHEC" field. public const int NGMKLNHPHECFieldNumber = 13; private uint nGMKLNHPHEC_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint NGMKLNHPHEC { get { return nGMKLNHPHEC_; } set { nGMKLNHPHEC_ = value; } } /// Field number for the "raid_id" field. public const int RaidIdFieldNumber = 12; private uint raidId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint RaidId { get { return raidId_; } set { raidId_ = value; } } /// Field number for the "skill_id" field. public const int SkillIdFieldNumber = 9; private uint skillId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint SkillId { get { return skillId_; } set { skillId_ = value; } } /// Field number for the "prop_entity_id" field. public const int PropEntityIdFieldNumber = 3; private uint propEntityId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint PropEntityId { get { return propEntityId_; } set { propEntityId_ = value; } } /// Field number for the "avatar_list" field. public const int AvatarListFieldNumber = 2; private static readonly pb::FieldCodec _repeated_avatarList_codec = pb::FieldCodec.ForUInt32(18); private readonly pbc::RepeatedField avatarList_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField AvatarList { get { return avatarList_; } } /// Field number for the "is_save_data" field. public const int IsSaveDataFieldNumber = 1; private bool isSaveData_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool IsSaveData { get { return isSaveData_; } set { isSaveData_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as HeliobusStartRaidCsReq); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(HeliobusStartRaidCsReq other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (NGMKLNHPHEC != other.NGMKLNHPHEC) return false; if (RaidId != other.RaidId) return false; if (SkillId != other.SkillId) return false; if (PropEntityId != other.PropEntityId) return false; if(!avatarList_.Equals(other.avatarList_)) return false; if (IsSaveData != other.IsSaveData) 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 (NGMKLNHPHEC != 0) hash ^= NGMKLNHPHEC.GetHashCode(); if (RaidId != 0) hash ^= RaidId.GetHashCode(); if (SkillId != 0) hash ^= SkillId.GetHashCode(); if (PropEntityId != 0) hash ^= PropEntityId.GetHashCode(); hash ^= avatarList_.GetHashCode(); if (IsSaveData != false) hash ^= IsSaveData.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 (IsSaveData != false) { output.WriteRawTag(8); output.WriteBool(IsSaveData); } avatarList_.WriteTo(output, _repeated_avatarList_codec); if (PropEntityId != 0) { output.WriteRawTag(24); output.WriteUInt32(PropEntityId); } if (SkillId != 0) { output.WriteRawTag(72); output.WriteUInt32(SkillId); } if (RaidId != 0) { output.WriteRawTag(96); output.WriteUInt32(RaidId); } if (NGMKLNHPHEC != 0) { output.WriteRawTag(104); output.WriteUInt32(NGMKLNHPHEC); } 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 (IsSaveData != false) { output.WriteRawTag(8); output.WriteBool(IsSaveData); } avatarList_.WriteTo(ref output, _repeated_avatarList_codec); if (PropEntityId != 0) { output.WriteRawTag(24); output.WriteUInt32(PropEntityId); } if (SkillId != 0) { output.WriteRawTag(72); output.WriteUInt32(SkillId); } if (RaidId != 0) { output.WriteRawTag(96); output.WriteUInt32(RaidId); } if (NGMKLNHPHEC != 0) { output.WriteRawTag(104); output.WriteUInt32(NGMKLNHPHEC); } 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 (NGMKLNHPHEC != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(NGMKLNHPHEC); } if (RaidId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(RaidId); } if (SkillId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(SkillId); } if (PropEntityId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PropEntityId); } size += avatarList_.CalculateSize(_repeated_avatarList_codec); if (IsSaveData != false) { size += 1 + 1; } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(HeliobusStartRaidCsReq other) { if (other == null) { return; } if (other.NGMKLNHPHEC != 0) { NGMKLNHPHEC = other.NGMKLNHPHEC; } if (other.RaidId != 0) { RaidId = other.RaidId; } if (other.SkillId != 0) { SkillId = other.SkillId; } if (other.PropEntityId != 0) { PropEntityId = other.PropEntityId; } avatarList_.Add(other.avatarList_); if (other.IsSaveData != false) { IsSaveData = other.IsSaveData; } _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 8: { IsSaveData = input.ReadBool(); break; } case 18: case 16: { avatarList_.AddEntriesFrom(input, _repeated_avatarList_codec); break; } case 24: { PropEntityId = input.ReadUInt32(); break; } case 72: { SkillId = input.ReadUInt32(); break; } case 96: { RaidId = input.ReadUInt32(); break; } case 104: { NGMKLNHPHEC = 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 8: { IsSaveData = input.ReadBool(); break; } case 18: case 16: { avatarList_.AddEntriesFrom(ref input, _repeated_avatarList_codec); break; } case 24: { PropEntityId = input.ReadUInt32(); break; } case 72: { SkillId = input.ReadUInt32(); break; } case 96: { RaidId = input.ReadUInt32(); break; } case 104: { NGMKLNHPHEC = input.ReadUInt32(); break; } } } } #endif } #endregion } #endregion Designer generated code