mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
497 lines
16 KiB
C#
497 lines
16 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: PlayerGetTokenCsReq.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 PlayerGetTokenCsReq.proto</summary>
|
|
public static partial class PlayerGetTokenCsReqReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for PlayerGetTokenCsReq.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static PlayerGetTokenCsReqReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChlQbGF5ZXJHZXRUb2tlbkNzUmVxLnByb3RvIqwBChNQbGF5ZXJHZXRUb2tl",
|
|
"bkNzUmVxEhMKC0lDTUZQTlBJSkpGGA8gASgNEhMKC0ZHT0pMUEFFSkVDGAYg",
|
|
"ASgNEhMKC2FjY291bnRfdWlkGAIgASgJEg0KBXRva2VuGA4gASgJEhMKC0hB",
|
|
"RUhIQ1BPQVBQGAEgASgNEgsKA3VpZBgJIAEoDRITCgtNRU1QQktDSkpGShgL",
|
|
"IAEoCRIQCghwbGF0Zm9ybRgFIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2Vy",
|
|
"dmVyLlByb3RvYgZwcm90bzM="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PlayerGetTokenCsReq), global::EggLink.DanhengServer.Proto.PlayerGetTokenCsReq.Parser, new[]{ "ICMFPNPIJJF", "FGOJLPAEJEC", "AccountUid", "Token", "HAEHHCPOAPP", "Uid", "MEMPBKCJJFJ", "Platform" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class PlayerGetTokenCsReq : pb::IMessage<PlayerGetTokenCsReq>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<PlayerGetTokenCsReq> _parser = new pb::MessageParser<PlayerGetTokenCsReq>(() => new PlayerGetTokenCsReq());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<PlayerGetTokenCsReq> 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.PlayerGetTokenCsReqReflection.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 PlayerGetTokenCsReq() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public PlayerGetTokenCsReq(PlayerGetTokenCsReq other) : this() {
|
|
iCMFPNPIJJF_ = other.iCMFPNPIJJF_;
|
|
fGOJLPAEJEC_ = other.fGOJLPAEJEC_;
|
|
accountUid_ = other.accountUid_;
|
|
token_ = other.token_;
|
|
hAEHHCPOAPP_ = other.hAEHHCPOAPP_;
|
|
uid_ = other.uid_;
|
|
mEMPBKCJJFJ_ = other.mEMPBKCJJFJ_;
|
|
platform_ = other.platform_;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public PlayerGetTokenCsReq Clone() {
|
|
return new PlayerGetTokenCsReq(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "ICMFPNPIJJF" field.</summary>
|
|
public const int ICMFPNPIJJFFieldNumber = 15;
|
|
private uint iCMFPNPIJJF_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint ICMFPNPIJJF {
|
|
get { return iCMFPNPIJJF_; }
|
|
set {
|
|
iCMFPNPIJJF_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "FGOJLPAEJEC" field.</summary>
|
|
public const int FGOJLPAEJECFieldNumber = 6;
|
|
private uint fGOJLPAEJEC_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint FGOJLPAEJEC {
|
|
get { return fGOJLPAEJEC_; }
|
|
set {
|
|
fGOJLPAEJEC_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "account_uid" field.</summary>
|
|
public const int AccountUidFieldNumber = 2;
|
|
private string accountUid_ = "";
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public string AccountUid {
|
|
get { return accountUid_; }
|
|
set {
|
|
accountUid_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "token" field.</summary>
|
|
public const int TokenFieldNumber = 14;
|
|
private string token_ = "";
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public string Token {
|
|
get { return token_; }
|
|
set {
|
|
token_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "HAEHHCPOAPP" field.</summary>
|
|
public const int HAEHHCPOAPPFieldNumber = 1;
|
|
private uint hAEHHCPOAPP_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint HAEHHCPOAPP {
|
|
get { return hAEHHCPOAPP_; }
|
|
set {
|
|
hAEHHCPOAPP_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "uid" field.</summary>
|
|
public const int UidFieldNumber = 9;
|
|
private uint uid_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint Uid {
|
|
get { return uid_; }
|
|
set {
|
|
uid_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "MEMPBKCJJFJ" field.</summary>
|
|
public const int MEMPBKCJJFJFieldNumber = 11;
|
|
private string mEMPBKCJJFJ_ = "";
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public string MEMPBKCJJFJ {
|
|
get { return mEMPBKCJJFJ_; }
|
|
set {
|
|
mEMPBKCJJFJ_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "platform" field.</summary>
|
|
public const int PlatformFieldNumber = 5;
|
|
private uint platform_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint Platform {
|
|
get { return platform_; }
|
|
set {
|
|
platform_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as PlayerGetTokenCsReq);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(PlayerGetTokenCsReq other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (ICMFPNPIJJF != other.ICMFPNPIJJF) return false;
|
|
if (FGOJLPAEJEC != other.FGOJLPAEJEC) return false;
|
|
if (AccountUid != other.AccountUid) return false;
|
|
if (Token != other.Token) return false;
|
|
if (HAEHHCPOAPP != other.HAEHHCPOAPP) return false;
|
|
if (Uid != other.Uid) return false;
|
|
if (MEMPBKCJJFJ != other.MEMPBKCJJFJ) return false;
|
|
if (Platform != other.Platform) 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 (ICMFPNPIJJF != 0) hash ^= ICMFPNPIJJF.GetHashCode();
|
|
if (FGOJLPAEJEC != 0) hash ^= FGOJLPAEJEC.GetHashCode();
|
|
if (AccountUid.Length != 0) hash ^= AccountUid.GetHashCode();
|
|
if (Token.Length != 0) hash ^= Token.GetHashCode();
|
|
if (HAEHHCPOAPP != 0) hash ^= HAEHHCPOAPP.GetHashCode();
|
|
if (Uid != 0) hash ^= Uid.GetHashCode();
|
|
if (MEMPBKCJJFJ.Length != 0) hash ^= MEMPBKCJJFJ.GetHashCode();
|
|
if (Platform != 0) hash ^= Platform.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 (HAEHHCPOAPP != 0) {
|
|
output.WriteRawTag(8);
|
|
output.WriteUInt32(HAEHHCPOAPP);
|
|
}
|
|
if (AccountUid.Length != 0) {
|
|
output.WriteRawTag(18);
|
|
output.WriteString(AccountUid);
|
|
}
|
|
if (Platform != 0) {
|
|
output.WriteRawTag(40);
|
|
output.WriteUInt32(Platform);
|
|
}
|
|
if (FGOJLPAEJEC != 0) {
|
|
output.WriteRawTag(48);
|
|
output.WriteUInt32(FGOJLPAEJEC);
|
|
}
|
|
if (Uid != 0) {
|
|
output.WriteRawTag(72);
|
|
output.WriteUInt32(Uid);
|
|
}
|
|
if (MEMPBKCJJFJ.Length != 0) {
|
|
output.WriteRawTag(90);
|
|
output.WriteString(MEMPBKCJJFJ);
|
|
}
|
|
if (Token.Length != 0) {
|
|
output.WriteRawTag(114);
|
|
output.WriteString(Token);
|
|
}
|
|
if (ICMFPNPIJJF != 0) {
|
|
output.WriteRawTag(120);
|
|
output.WriteUInt32(ICMFPNPIJJF);
|
|
}
|
|
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 (HAEHHCPOAPP != 0) {
|
|
output.WriteRawTag(8);
|
|
output.WriteUInt32(HAEHHCPOAPP);
|
|
}
|
|
if (AccountUid.Length != 0) {
|
|
output.WriteRawTag(18);
|
|
output.WriteString(AccountUid);
|
|
}
|
|
if (Platform != 0) {
|
|
output.WriteRawTag(40);
|
|
output.WriteUInt32(Platform);
|
|
}
|
|
if (FGOJLPAEJEC != 0) {
|
|
output.WriteRawTag(48);
|
|
output.WriteUInt32(FGOJLPAEJEC);
|
|
}
|
|
if (Uid != 0) {
|
|
output.WriteRawTag(72);
|
|
output.WriteUInt32(Uid);
|
|
}
|
|
if (MEMPBKCJJFJ.Length != 0) {
|
|
output.WriteRawTag(90);
|
|
output.WriteString(MEMPBKCJJFJ);
|
|
}
|
|
if (Token.Length != 0) {
|
|
output.WriteRawTag(114);
|
|
output.WriteString(Token);
|
|
}
|
|
if (ICMFPNPIJJF != 0) {
|
|
output.WriteRawTag(120);
|
|
output.WriteUInt32(ICMFPNPIJJF);
|
|
}
|
|
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 (ICMFPNPIJJF != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ICMFPNPIJJF);
|
|
}
|
|
if (FGOJLPAEJEC != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FGOJLPAEJEC);
|
|
}
|
|
if (AccountUid.Length != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeStringSize(AccountUid);
|
|
}
|
|
if (Token.Length != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeStringSize(Token);
|
|
}
|
|
if (HAEHHCPOAPP != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HAEHHCPOAPP);
|
|
}
|
|
if (Uid != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Uid);
|
|
}
|
|
if (MEMPBKCJJFJ.Length != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeStringSize(MEMPBKCJJFJ);
|
|
}
|
|
if (Platform != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Platform);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(PlayerGetTokenCsReq other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.ICMFPNPIJJF != 0) {
|
|
ICMFPNPIJJF = other.ICMFPNPIJJF;
|
|
}
|
|
if (other.FGOJLPAEJEC != 0) {
|
|
FGOJLPAEJEC = other.FGOJLPAEJEC;
|
|
}
|
|
if (other.AccountUid.Length != 0) {
|
|
AccountUid = other.AccountUid;
|
|
}
|
|
if (other.Token.Length != 0) {
|
|
Token = other.Token;
|
|
}
|
|
if (other.HAEHHCPOAPP != 0) {
|
|
HAEHHCPOAPP = other.HAEHHCPOAPP;
|
|
}
|
|
if (other.Uid != 0) {
|
|
Uid = other.Uid;
|
|
}
|
|
if (other.MEMPBKCJJFJ.Length != 0) {
|
|
MEMPBKCJJFJ = other.MEMPBKCJJFJ;
|
|
}
|
|
if (other.Platform != 0) {
|
|
Platform = other.Platform;
|
|
}
|
|
_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: {
|
|
HAEHHCPOAPP = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 18: {
|
|
AccountUid = input.ReadString();
|
|
break;
|
|
}
|
|
case 40: {
|
|
Platform = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 48: {
|
|
FGOJLPAEJEC = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 72: {
|
|
Uid = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 90: {
|
|
MEMPBKCJJFJ = input.ReadString();
|
|
break;
|
|
}
|
|
case 114: {
|
|
Token = input.ReadString();
|
|
break;
|
|
}
|
|
case 120: {
|
|
ICMFPNPIJJF = 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: {
|
|
HAEHHCPOAPP = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 18: {
|
|
AccountUid = input.ReadString();
|
|
break;
|
|
}
|
|
case 40: {
|
|
Platform = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 48: {
|
|
FGOJLPAEJEC = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 72: {
|
|
Uid = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 90: {
|
|
MEMPBKCJJFJ = input.ReadString();
|
|
break;
|
|
}
|
|
case 114: {
|
|
Token = input.ReadString();
|
|
break;
|
|
}
|
|
case 120: {
|
|
ICMFPNPIJJF = input.ReadUInt32();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|