// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: GetReplayTokenCsReq.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 GetReplayTokenCsReq.proto public static partial class GetReplayTokenCsReqReflection { #region Descriptor /// File descriptor for GetReplayTokenCsReq.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static GetReplayTokenCsReqReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChlHZXRSZXBsYXlUb2tlbkNzUmVxLnByb3RvGhBSZXBsYXlUeXBlLnByb3Rv", "Ip0BChNHZXRSZXBsYXlUb2tlbkNzUmVxEhMKC0FGRUhMTUZJQk1EGAggASgN", "EhAKCHN0YWdlX2lkGA0gASgNEhMKC0NNUEJLQkJLQU9BGAYgASgNEiAKC3Jl", "cGxheV90eXBlGAQgASgOMgsuUmVwbGF5VHlwZRITCgtLSUhCSUdQRktLThgB", "IAEoCRITCgtCQkVNSURITU5MTRgPIAEoCUIeqgIbRWdnTGluay5EYW5oZW5n", "U2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ReplayTypeReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetReplayTokenCsReq), global::EggLink.DanhengServer.Proto.GetReplayTokenCsReq.Parser, new[]{ "AFEHLMFIBMD", "StageId", "CMPBKBBKAOA", "ReplayType", "KIHBIGPFKKN", "BBEMIDHMNLM" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class GetReplayTokenCsReq : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new GetReplayTokenCsReq()); 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.GetReplayTokenCsReqReflection.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 GetReplayTokenCsReq() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public GetReplayTokenCsReq(GetReplayTokenCsReq other) : this() { aFEHLMFIBMD_ = other.aFEHLMFIBMD_; stageId_ = other.stageId_; cMPBKBBKAOA_ = other.cMPBKBBKAOA_; replayType_ = other.replayType_; kIHBIGPFKKN_ = other.kIHBIGPFKKN_; bBEMIDHMNLM_ = other.bBEMIDHMNLM_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public GetReplayTokenCsReq Clone() { return new GetReplayTokenCsReq(this); } /// Field number for the "AFEHLMFIBMD" field. public const int AFEHLMFIBMDFieldNumber = 8; private uint aFEHLMFIBMD_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint AFEHLMFIBMD { get { return aFEHLMFIBMD_; } set { aFEHLMFIBMD_ = value; } } /// Field number for the "stage_id" field. public const int StageIdFieldNumber = 13; private uint stageId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint StageId { get { return stageId_; } set { stageId_ = value; } } /// Field number for the "CMPBKBBKAOA" field. public const int CMPBKBBKAOAFieldNumber = 6; private uint cMPBKBBKAOA_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint CMPBKBBKAOA { get { return cMPBKBBKAOA_; } set { cMPBKBBKAOA_ = value; } } /// Field number for the "replay_type" field. public const int ReplayTypeFieldNumber = 4; private global::EggLink.DanhengServer.Proto.ReplayType replayType_ = global::EggLink.DanhengServer.Proto.ReplayType.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.ReplayType ReplayType { get { return replayType_; } set { replayType_ = value; } } /// Field number for the "KIHBIGPFKKN" field. public const int KIHBIGPFKKNFieldNumber = 1; private string kIHBIGPFKKN_ = ""; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public string KIHBIGPFKKN { get { return kIHBIGPFKKN_; } set { kIHBIGPFKKN_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); } } /// Field number for the "BBEMIDHMNLM" field. public const int BBEMIDHMNLMFieldNumber = 15; private string bBEMIDHMNLM_ = ""; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public string BBEMIDHMNLM { get { return bBEMIDHMNLM_; } set { bBEMIDHMNLM_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as GetReplayTokenCsReq); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(GetReplayTokenCsReq other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (AFEHLMFIBMD != other.AFEHLMFIBMD) return false; if (StageId != other.StageId) return false; if (CMPBKBBKAOA != other.CMPBKBBKAOA) return false; if (ReplayType != other.ReplayType) return false; if (KIHBIGPFKKN != other.KIHBIGPFKKN) return false; if (BBEMIDHMNLM != other.BBEMIDHMNLM) 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 (AFEHLMFIBMD != 0) hash ^= AFEHLMFIBMD.GetHashCode(); if (StageId != 0) hash ^= StageId.GetHashCode(); if (CMPBKBBKAOA != 0) hash ^= CMPBKBBKAOA.GetHashCode(); if (ReplayType != global::EggLink.DanhengServer.Proto.ReplayType.None) hash ^= ReplayType.GetHashCode(); if (KIHBIGPFKKN.Length != 0) hash ^= KIHBIGPFKKN.GetHashCode(); if (BBEMIDHMNLM.Length != 0) hash ^= BBEMIDHMNLM.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 (KIHBIGPFKKN.Length != 0) { output.WriteRawTag(10); output.WriteString(KIHBIGPFKKN); } if (ReplayType != global::EggLink.DanhengServer.Proto.ReplayType.None) { output.WriteRawTag(32); output.WriteEnum((int) ReplayType); } if (CMPBKBBKAOA != 0) { output.WriteRawTag(48); output.WriteUInt32(CMPBKBBKAOA); } if (AFEHLMFIBMD != 0) { output.WriteRawTag(64); output.WriteUInt32(AFEHLMFIBMD); } if (StageId != 0) { output.WriteRawTag(104); output.WriteUInt32(StageId); } if (BBEMIDHMNLM.Length != 0) { output.WriteRawTag(122); output.WriteString(BBEMIDHMNLM); } 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 (KIHBIGPFKKN.Length != 0) { output.WriteRawTag(10); output.WriteString(KIHBIGPFKKN); } if (ReplayType != global::EggLink.DanhengServer.Proto.ReplayType.None) { output.WriteRawTag(32); output.WriteEnum((int) ReplayType); } if (CMPBKBBKAOA != 0) { output.WriteRawTag(48); output.WriteUInt32(CMPBKBBKAOA); } if (AFEHLMFIBMD != 0) { output.WriteRawTag(64); output.WriteUInt32(AFEHLMFIBMD); } if (StageId != 0) { output.WriteRawTag(104); output.WriteUInt32(StageId); } if (BBEMIDHMNLM.Length != 0) { output.WriteRawTag(122); output.WriteString(BBEMIDHMNLM); } 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 (AFEHLMFIBMD != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AFEHLMFIBMD); } if (StageId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(StageId); } if (CMPBKBBKAOA != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CMPBKBBKAOA); } if (ReplayType != global::EggLink.DanhengServer.Proto.ReplayType.None) { size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) ReplayType); } if (KIHBIGPFKKN.Length != 0) { size += 1 + pb::CodedOutputStream.ComputeStringSize(KIHBIGPFKKN); } if (BBEMIDHMNLM.Length != 0) { size += 1 + pb::CodedOutputStream.ComputeStringSize(BBEMIDHMNLM); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(GetReplayTokenCsReq other) { if (other == null) { return; } if (other.AFEHLMFIBMD != 0) { AFEHLMFIBMD = other.AFEHLMFIBMD; } if (other.StageId != 0) { StageId = other.StageId; } if (other.CMPBKBBKAOA != 0) { CMPBKBBKAOA = other.CMPBKBBKAOA; } if (other.ReplayType != global::EggLink.DanhengServer.Proto.ReplayType.None) { ReplayType = other.ReplayType; } if (other.KIHBIGPFKKN.Length != 0) { KIHBIGPFKKN = other.KIHBIGPFKKN; } if (other.BBEMIDHMNLM.Length != 0) { BBEMIDHMNLM = other.BBEMIDHMNLM; } _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 10: { KIHBIGPFKKN = input.ReadString(); break; } case 32: { ReplayType = (global::EggLink.DanhengServer.Proto.ReplayType) input.ReadEnum(); break; } case 48: { CMPBKBBKAOA = input.ReadUInt32(); break; } case 64: { AFEHLMFIBMD = input.ReadUInt32(); break; } case 104: { StageId = input.ReadUInt32(); break; } case 122: { BBEMIDHMNLM = input.ReadString(); 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 10: { KIHBIGPFKKN = input.ReadString(); break; } case 32: { ReplayType = (global::EggLink.DanhengServer.Proto.ReplayType) input.ReadEnum(); break; } case 48: { CMPBKBBKAOA = input.ReadUInt32(); break; } case 64: { AFEHLMFIBMD = input.ReadUInt32(); break; } case 104: { StageId = input.ReadUInt32(); break; } case 122: { BBEMIDHMNLM = input.ReadString(); break; } } } } #endif } #endregion } #endregion Designer generated code