Files
DanhengServer-OpenSource/Proto/GetReplayTokenCsReq.cs
Somebody b84800bc80 Upload to Game 2.5.0
- Fix ChessRogue Final Boss
2024-09-14 19:46:42 +08:00

423 lines
15 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: GetReplayTokenCsReq.proto
// </auto-generated>
#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 {
/// <summary>Holder for reflection information generated from GetReplayTokenCsReq.proto</summary>
public static partial class GetReplayTokenCsReqReflection {
#region Descriptor
/// <summary>File descriptor for GetReplayTokenCsReq.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static GetReplayTokenCsReqReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChlHZXRSZXBsYXlUb2tlbkNzUmVxLnByb3RvGhBSZXBsYXlUeXBlLnByb3Rv",
"Ip0BChNHZXRSZXBsYXlUb2tlbkNzUmVxEhMKC01KQ0lORU5LQU1HGA8gASgJ",
"EhAKCHN0YWdlX2lkGAQgASgNEhMKC0RITkNJR01HQUxLGAkgASgNEiAKC3Jl",
"cGxheV90eXBlGAYgASgOMgsuUmVwbGF5VHlwZRITCgtORUVCSkZBTFBCTRgK",
"IAEoCRITCgtOSE5JQk1DS0xHQhgNIAEoDUIeqgIbRWdnTGluay5EYW5oZW5n",
"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[]{ "MJCINENKAMG", "StageId", "DHNCIGMGALK", "ReplayType", "NEEBJFALPBM", "NHNIBMCKLGB" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class GetReplayTokenCsReq : pb::IMessage<GetReplayTokenCsReq>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<GetReplayTokenCsReq> _parser = new pb::MessageParser<GetReplayTokenCsReq>(() => new GetReplayTokenCsReq());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<GetReplayTokenCsReq> 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() {
mJCINENKAMG_ = other.mJCINENKAMG_;
stageId_ = other.stageId_;
dHNCIGMGALK_ = other.dHNCIGMGALK_;
replayType_ = other.replayType_;
nEEBJFALPBM_ = other.nEEBJFALPBM_;
nHNIBMCKLGB_ = other.nHNIBMCKLGB_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public GetReplayTokenCsReq Clone() {
return new GetReplayTokenCsReq(this);
}
/// <summary>Field number for the "MJCINENKAMG" field.</summary>
public const int MJCINENKAMGFieldNumber = 15;
private string mJCINENKAMG_ = "";
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public string MJCINENKAMG {
get { return mJCINENKAMG_; }
set {
mJCINENKAMG_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
}
}
/// <summary>Field number for the "stage_id" field.</summary>
public const int StageIdFieldNumber = 4;
private uint stageId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint StageId {
get { return stageId_; }
set {
stageId_ = value;
}
}
/// <summary>Field number for the "DHNCIGMGALK" field.</summary>
public const int DHNCIGMGALKFieldNumber = 9;
private uint dHNCIGMGALK_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint DHNCIGMGALK {
get { return dHNCIGMGALK_; }
set {
dHNCIGMGALK_ = value;
}
}
/// <summary>Field number for the "replay_type" field.</summary>
public const int ReplayTypeFieldNumber = 6;
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;
}
}
/// <summary>Field number for the "NEEBJFALPBM" field.</summary>
public const int NEEBJFALPBMFieldNumber = 10;
private string nEEBJFALPBM_ = "";
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public string NEEBJFALPBM {
get { return nEEBJFALPBM_; }
set {
nEEBJFALPBM_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
}
}
/// <summary>Field number for the "NHNIBMCKLGB" field.</summary>
public const int NHNIBMCKLGBFieldNumber = 13;
private uint nHNIBMCKLGB_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint NHNIBMCKLGB {
get { return nHNIBMCKLGB_; }
set {
nHNIBMCKLGB_ = 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 (MJCINENKAMG != other.MJCINENKAMG) return false;
if (StageId != other.StageId) return false;
if (DHNCIGMGALK != other.DHNCIGMGALK) return false;
if (ReplayType != other.ReplayType) return false;
if (NEEBJFALPBM != other.NEEBJFALPBM) return false;
if (NHNIBMCKLGB != other.NHNIBMCKLGB) 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 (MJCINENKAMG.Length != 0) hash ^= MJCINENKAMG.GetHashCode();
if (StageId != 0) hash ^= StageId.GetHashCode();
if (DHNCIGMGALK != 0) hash ^= DHNCIGMGALK.GetHashCode();
if (ReplayType != global::EggLink.DanhengServer.Proto.ReplayType.None) hash ^= ReplayType.GetHashCode();
if (NEEBJFALPBM.Length != 0) hash ^= NEEBJFALPBM.GetHashCode();
if (NHNIBMCKLGB != 0) hash ^= NHNIBMCKLGB.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 (StageId != 0) {
output.WriteRawTag(32);
output.WriteUInt32(StageId);
}
if (ReplayType != global::EggLink.DanhengServer.Proto.ReplayType.None) {
output.WriteRawTag(48);
output.WriteEnum((int) ReplayType);
}
if (DHNCIGMGALK != 0) {
output.WriteRawTag(72);
output.WriteUInt32(DHNCIGMGALK);
}
if (NEEBJFALPBM.Length != 0) {
output.WriteRawTag(82);
output.WriteString(NEEBJFALPBM);
}
if (NHNIBMCKLGB != 0) {
output.WriteRawTag(104);
output.WriteUInt32(NHNIBMCKLGB);
}
if (MJCINENKAMG.Length != 0) {
output.WriteRawTag(122);
output.WriteString(MJCINENKAMG);
}
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 (StageId != 0) {
output.WriteRawTag(32);
output.WriteUInt32(StageId);
}
if (ReplayType != global::EggLink.DanhengServer.Proto.ReplayType.None) {
output.WriteRawTag(48);
output.WriteEnum((int) ReplayType);
}
if (DHNCIGMGALK != 0) {
output.WriteRawTag(72);
output.WriteUInt32(DHNCIGMGALK);
}
if (NEEBJFALPBM.Length != 0) {
output.WriteRawTag(82);
output.WriteString(NEEBJFALPBM);
}
if (NHNIBMCKLGB != 0) {
output.WriteRawTag(104);
output.WriteUInt32(NHNIBMCKLGB);
}
if (MJCINENKAMG.Length != 0) {
output.WriteRawTag(122);
output.WriteString(MJCINENKAMG);
}
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 (MJCINENKAMG.Length != 0) {
size += 1 + pb::CodedOutputStream.ComputeStringSize(MJCINENKAMG);
}
if (StageId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(StageId);
}
if (DHNCIGMGALK != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DHNCIGMGALK);
}
if (ReplayType != global::EggLink.DanhengServer.Proto.ReplayType.None) {
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) ReplayType);
}
if (NEEBJFALPBM.Length != 0) {
size += 1 + pb::CodedOutputStream.ComputeStringSize(NEEBJFALPBM);
}
if (NHNIBMCKLGB != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(NHNIBMCKLGB);
}
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.MJCINENKAMG.Length != 0) {
MJCINENKAMG = other.MJCINENKAMG;
}
if (other.StageId != 0) {
StageId = other.StageId;
}
if (other.DHNCIGMGALK != 0) {
DHNCIGMGALK = other.DHNCIGMGALK;
}
if (other.ReplayType != global::EggLink.DanhengServer.Proto.ReplayType.None) {
ReplayType = other.ReplayType;
}
if (other.NEEBJFALPBM.Length != 0) {
NEEBJFALPBM = other.NEEBJFALPBM;
}
if (other.NHNIBMCKLGB != 0) {
NHNIBMCKLGB = other.NHNIBMCKLGB;
}
_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 32: {
StageId = input.ReadUInt32();
break;
}
case 48: {
ReplayType = (global::EggLink.DanhengServer.Proto.ReplayType) input.ReadEnum();
break;
}
case 72: {
DHNCIGMGALK = input.ReadUInt32();
break;
}
case 82: {
NEEBJFALPBM = input.ReadString();
break;
}
case 104: {
NHNIBMCKLGB = input.ReadUInt32();
break;
}
case 122: {
MJCINENKAMG = 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 32: {
StageId = input.ReadUInt32();
break;
}
case 48: {
ReplayType = (global::EggLink.DanhengServer.Proto.ReplayType) input.ReadEnum();
break;
}
case 72: {
DHNCIGMGALK = input.ReadUInt32();
break;
}
case 82: {
NEEBJFALPBM = input.ReadString();
break;
}
case 104: {
NHNIBMCKLGB = input.ReadUInt32();
break;
}
case 122: {
MJCINENKAMG = input.ReadString();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code