Files
DanhengServer-OpenSource/Common/Proto/PlayerGetTokenCsReq.cs
2024-03-31 17:06:46 +08:00

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",
"bkNzUmVxEhMKC0tDTlBHREdFTURCGAIgASgNEhMKC0pBSUZCT09JREFFGAcg",
"ASgNEhMKC2FjY291bnRfdWlkGAsgASgJEhAKCHBsYXRmb3JtGAwgASgNEhMK",
"C0tCTE1ETU1DTk9OGA0gASgNEg0KBXRva2VuGAggASgJEhMKC01KTkxLRU9P",
"T0VCGA8gASgJEgsKA3VpZBgOIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2Vy",
"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[]{ "KCNPGDGEMDB", "JAIFBOOIDAE", "AccountUid", "Platform", "KBLMDMMCNON", "Token", "MJNLKEOOOEB", "Uid" }, 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() {
kCNPGDGEMDB_ = other.kCNPGDGEMDB_;
jAIFBOOIDAE_ = other.jAIFBOOIDAE_;
accountUid_ = other.accountUid_;
platform_ = other.platform_;
kBLMDMMCNON_ = other.kBLMDMMCNON_;
token_ = other.token_;
mJNLKEOOOEB_ = other.mJNLKEOOOEB_;
uid_ = other.uid_;
_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 "KCNPGDGEMDB" field.</summary>
public const int KCNPGDGEMDBFieldNumber = 2;
private uint kCNPGDGEMDB_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint KCNPGDGEMDB {
get { return kCNPGDGEMDB_; }
set {
kCNPGDGEMDB_ = value;
}
}
/// <summary>Field number for the "JAIFBOOIDAE" field.</summary>
public const int JAIFBOOIDAEFieldNumber = 7;
private uint jAIFBOOIDAE_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint JAIFBOOIDAE {
get { return jAIFBOOIDAE_; }
set {
jAIFBOOIDAE_ = value;
}
}
/// <summary>Field number for the "account_uid" field.</summary>
public const int AccountUidFieldNumber = 11;
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 "platform" field.</summary>
public const int PlatformFieldNumber = 12;
private uint platform_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint Platform {
get { return platform_; }
set {
platform_ = value;
}
}
/// <summary>Field number for the "KBLMDMMCNON" field.</summary>
public const int KBLMDMMCNONFieldNumber = 13;
private uint kBLMDMMCNON_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint KBLMDMMCNON {
get { return kBLMDMMCNON_; }
set {
kBLMDMMCNON_ = value;
}
}
/// <summary>Field number for the "token" field.</summary>
public const int TokenFieldNumber = 8;
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 "MJNLKEOOOEB" field.</summary>
public const int MJNLKEOOOEBFieldNumber = 15;
private string mJNLKEOOOEB_ = "";
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public string MJNLKEOOOEB {
get { return mJNLKEOOOEB_; }
set {
mJNLKEOOOEB_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
}
}
/// <summary>Field number for the "uid" field.</summary>
public const int UidFieldNumber = 14;
private uint uid_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint Uid {
get { return uid_; }
set {
uid_ = 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 (KCNPGDGEMDB != other.KCNPGDGEMDB) return false;
if (JAIFBOOIDAE != other.JAIFBOOIDAE) return false;
if (AccountUid != other.AccountUid) return false;
if (Platform != other.Platform) return false;
if (KBLMDMMCNON != other.KBLMDMMCNON) return false;
if (Token != other.Token) return false;
if (MJNLKEOOOEB != other.MJNLKEOOOEB) return false;
if (Uid != other.Uid) 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 (KCNPGDGEMDB != 0) hash ^= KCNPGDGEMDB.GetHashCode();
if (JAIFBOOIDAE != 0) hash ^= JAIFBOOIDAE.GetHashCode();
if (AccountUid.Length != 0) hash ^= AccountUid.GetHashCode();
if (Platform != 0) hash ^= Platform.GetHashCode();
if (KBLMDMMCNON != 0) hash ^= KBLMDMMCNON.GetHashCode();
if (Token.Length != 0) hash ^= Token.GetHashCode();
if (MJNLKEOOOEB.Length != 0) hash ^= MJNLKEOOOEB.GetHashCode();
if (Uid != 0) hash ^= Uid.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 (KCNPGDGEMDB != 0) {
output.WriteRawTag(16);
output.WriteUInt32(KCNPGDGEMDB);
}
if (JAIFBOOIDAE != 0) {
output.WriteRawTag(56);
output.WriteUInt32(JAIFBOOIDAE);
}
if (Token.Length != 0) {
output.WriteRawTag(66);
output.WriteString(Token);
}
if (AccountUid.Length != 0) {
output.WriteRawTag(90);
output.WriteString(AccountUid);
}
if (Platform != 0) {
output.WriteRawTag(96);
output.WriteUInt32(Platform);
}
if (KBLMDMMCNON != 0) {
output.WriteRawTag(104);
output.WriteUInt32(KBLMDMMCNON);
}
if (Uid != 0) {
output.WriteRawTag(112);
output.WriteUInt32(Uid);
}
if (MJNLKEOOOEB.Length != 0) {
output.WriteRawTag(122);
output.WriteString(MJNLKEOOOEB);
}
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 (KCNPGDGEMDB != 0) {
output.WriteRawTag(16);
output.WriteUInt32(KCNPGDGEMDB);
}
if (JAIFBOOIDAE != 0) {
output.WriteRawTag(56);
output.WriteUInt32(JAIFBOOIDAE);
}
if (Token.Length != 0) {
output.WriteRawTag(66);
output.WriteString(Token);
}
if (AccountUid.Length != 0) {
output.WriteRawTag(90);
output.WriteString(AccountUid);
}
if (Platform != 0) {
output.WriteRawTag(96);
output.WriteUInt32(Platform);
}
if (KBLMDMMCNON != 0) {
output.WriteRawTag(104);
output.WriteUInt32(KBLMDMMCNON);
}
if (Uid != 0) {
output.WriteRawTag(112);
output.WriteUInt32(Uid);
}
if (MJNLKEOOOEB.Length != 0) {
output.WriteRawTag(122);
output.WriteString(MJNLKEOOOEB);
}
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 (KCNPGDGEMDB != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(KCNPGDGEMDB);
}
if (JAIFBOOIDAE != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(JAIFBOOIDAE);
}
if (AccountUid.Length != 0) {
size += 1 + pb::CodedOutputStream.ComputeStringSize(AccountUid);
}
if (Platform != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Platform);
}
if (KBLMDMMCNON != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(KBLMDMMCNON);
}
if (Token.Length != 0) {
size += 1 + pb::CodedOutputStream.ComputeStringSize(Token);
}
if (MJNLKEOOOEB.Length != 0) {
size += 1 + pb::CodedOutputStream.ComputeStringSize(MJNLKEOOOEB);
}
if (Uid != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Uid);
}
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.KCNPGDGEMDB != 0) {
KCNPGDGEMDB = other.KCNPGDGEMDB;
}
if (other.JAIFBOOIDAE != 0) {
JAIFBOOIDAE = other.JAIFBOOIDAE;
}
if (other.AccountUid.Length != 0) {
AccountUid = other.AccountUid;
}
if (other.Platform != 0) {
Platform = other.Platform;
}
if (other.KBLMDMMCNON != 0) {
KBLMDMMCNON = other.KBLMDMMCNON;
}
if (other.Token.Length != 0) {
Token = other.Token;
}
if (other.MJNLKEOOOEB.Length != 0) {
MJNLKEOOOEB = other.MJNLKEOOOEB;
}
if (other.Uid != 0) {
Uid = other.Uid;
}
_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 16: {
KCNPGDGEMDB = input.ReadUInt32();
break;
}
case 56: {
JAIFBOOIDAE = input.ReadUInt32();
break;
}
case 66: {
Token = input.ReadString();
break;
}
case 90: {
AccountUid = input.ReadString();
break;
}
case 96: {
Platform = input.ReadUInt32();
break;
}
case 104: {
KBLMDMMCNON = input.ReadUInt32();
break;
}
case 112: {
Uid = input.ReadUInt32();
break;
}
case 122: {
MJNLKEOOOEB = 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 16: {
KCNPGDGEMDB = input.ReadUInt32();
break;
}
case 56: {
JAIFBOOIDAE = input.ReadUInt32();
break;
}
case 66: {
Token = input.ReadString();
break;
}
case 90: {
AccountUid = input.ReadString();
break;
}
case 96: {
Platform = input.ReadUInt32();
break;
}
case 104: {
KBLMDMMCNON = input.ReadUInt32();
break;
}
case 112: {
Uid = input.ReadUInt32();
break;
}
case 122: {
MJNLKEOOOEB = input.ReadString();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code