// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: FightGameInviteInfo.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 FightGameInviteInfo.proto public static partial class FightGameInviteInfoReflection { #region Descriptor /// File descriptor for FightGameInviteInfo.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static FightGameInviteInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChlGaWdodEdhbWVJbnZpdGVJbmZvLnByb3RvIlsKE0ZpZ2h0R2FtZUludml0", "ZUluZm8SFgoOaW52aXRlX3Jvb21faWQYASABKAQSFwoPZmlnaHRfZ2FtZV9t", "b2RlGAIgASgNEhMKC0FIQkVNRExHR0VPGAMgASgNQh6qAhtFZ2dMaW5rLkRh", "bmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.FightGameInviteInfo), global::EggLink.DanhengServer.Proto.FightGameInviteInfo.Parser, new[]{ "InviteRoomId", "FightGameMode", "AHBEMDLGGEO" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class FightGameInviteInfo : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new FightGameInviteInfo()); 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.FightGameInviteInfoReflection.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 FightGameInviteInfo() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public FightGameInviteInfo(FightGameInviteInfo other) : this() { inviteRoomId_ = other.inviteRoomId_; fightGameMode_ = other.fightGameMode_; aHBEMDLGGEO_ = other.aHBEMDLGGEO_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public FightGameInviteInfo Clone() { return new FightGameInviteInfo(this); } /// Field number for the "invite_room_id" field. public const int InviteRoomIdFieldNumber = 1; private ulong inviteRoomId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public ulong InviteRoomId { get { return inviteRoomId_; } set { inviteRoomId_ = value; } } /// Field number for the "fight_game_mode" field. public const int FightGameModeFieldNumber = 2; private uint fightGameMode_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint FightGameMode { get { return fightGameMode_; } set { fightGameMode_ = value; } } /// Field number for the "AHBEMDLGGEO" field. public const int AHBEMDLGGEOFieldNumber = 3; private uint aHBEMDLGGEO_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint AHBEMDLGGEO { get { return aHBEMDLGGEO_; } set { aHBEMDLGGEO_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as FightGameInviteInfo); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(FightGameInviteInfo other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (InviteRoomId != other.InviteRoomId) return false; if (FightGameMode != other.FightGameMode) return false; if (AHBEMDLGGEO != other.AHBEMDLGGEO) 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 (InviteRoomId != 0UL) hash ^= InviteRoomId.GetHashCode(); if (FightGameMode != 0) hash ^= FightGameMode.GetHashCode(); if (AHBEMDLGGEO != 0) hash ^= AHBEMDLGGEO.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 (InviteRoomId != 0UL) { output.WriteRawTag(8); output.WriteUInt64(InviteRoomId); } if (FightGameMode != 0) { output.WriteRawTag(16); output.WriteUInt32(FightGameMode); } if (AHBEMDLGGEO != 0) { output.WriteRawTag(24); output.WriteUInt32(AHBEMDLGGEO); } 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 (InviteRoomId != 0UL) { output.WriteRawTag(8); output.WriteUInt64(InviteRoomId); } if (FightGameMode != 0) { output.WriteRawTag(16); output.WriteUInt32(FightGameMode); } if (AHBEMDLGGEO != 0) { output.WriteRawTag(24); output.WriteUInt32(AHBEMDLGGEO); } 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 (InviteRoomId != 0UL) { size += 1 + pb::CodedOutputStream.ComputeUInt64Size(InviteRoomId); } if (FightGameMode != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FightGameMode); } if (AHBEMDLGGEO != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AHBEMDLGGEO); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(FightGameInviteInfo other) { if (other == null) { return; } if (other.InviteRoomId != 0UL) { InviteRoomId = other.InviteRoomId; } if (other.FightGameMode != 0) { FightGameMode = other.FightGameMode; } if (other.AHBEMDLGGEO != 0) { AHBEMDLGGEO = other.AHBEMDLGGEO; } _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: { InviteRoomId = input.ReadUInt64(); break; } case 16: { FightGameMode = input.ReadUInt32(); break; } case 24: { AHBEMDLGGEO = 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: { InviteRoomId = input.ReadUInt64(); break; } case 16: { FightGameMode = input.ReadUInt32(); break; } case 24: { AHBEMDLGGEO = input.ReadUInt32(); break; } } } } #endif } #endregion } #endregion Designer generated code