Files
DanhengServer-OpenSource/Common/Proto/PlayerReturnSignScRsp.cs
2024-05-11 21:58:31 +08:00

328 lines
12 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: PlayerReturnSignScRsp.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 PlayerReturnSignScRsp.proto</summary>
public static partial class PlayerReturnSignScRspReflection {
#region Descriptor
/// <summary>File descriptor for PlayerReturnSignScRsp.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static PlayerReturnSignScRspReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChtQbGF5ZXJSZXR1cm5TaWduU2NSc3AucHJvdG8aDkl0ZW1MaXN0LnByb3Rv",
"InIKFVBsYXllclJldHVyblNpZ25TY1JzcBIPCgdyZXRjb2RlGAQgASgNEh4K",
"C0xJTUlISEZKS05JGA4gAygLMgkuSXRlbUxpc3QSEwoLUEFLQU5KSEZKRUUY",
"BSADKA0SEwoLREtBTUVBSElIR0MYASABKA1CHqoCG0VnZ0xpbmsuRGFuaGVu",
"Z1NlcnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PlayerReturnSignScRsp), global::EggLink.DanhengServer.Proto.PlayerReturnSignScRsp.Parser, new[]{ "Retcode", "LIMIHHFJKNI", "PAKANJHFJEE", "DKAMEAHIHGC" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class PlayerReturnSignScRsp : pb::IMessage<PlayerReturnSignScRsp>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<PlayerReturnSignScRsp> _parser = new pb::MessageParser<PlayerReturnSignScRsp>(() => new PlayerReturnSignScRsp());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<PlayerReturnSignScRsp> 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.PlayerReturnSignScRspReflection.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 PlayerReturnSignScRsp() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public PlayerReturnSignScRsp(PlayerReturnSignScRsp other) : this() {
retcode_ = other.retcode_;
lIMIHHFJKNI_ = other.lIMIHHFJKNI_.Clone();
pAKANJHFJEE_ = other.pAKANJHFJEE_.Clone();
dKAMEAHIHGC_ = other.dKAMEAHIHGC_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public PlayerReturnSignScRsp Clone() {
return new PlayerReturnSignScRsp(this);
}
/// <summary>Field number for the "retcode" field.</summary>
public const int RetcodeFieldNumber = 4;
private uint retcode_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint Retcode {
get { return retcode_; }
set {
retcode_ = value;
}
}
/// <summary>Field number for the "LIMIHHFJKNI" field.</summary>
public const int LIMIHHFJKNIFieldNumber = 14;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.ItemList> _repeated_lIMIHHFJKNI_codec
= pb::FieldCodec.ForMessage(114, global::EggLink.DanhengServer.Proto.ItemList.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ItemList> lIMIHHFJKNI_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ItemList>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ItemList> LIMIHHFJKNI {
get { return lIMIHHFJKNI_; }
}
/// <summary>Field number for the "PAKANJHFJEE" field.</summary>
public const int PAKANJHFJEEFieldNumber = 5;
private static readonly pb::FieldCodec<uint> _repeated_pAKANJHFJEE_codec
= pb::FieldCodec.ForUInt32(42);
private readonly pbc::RepeatedField<uint> pAKANJHFJEE_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> PAKANJHFJEE {
get { return pAKANJHFJEE_; }
}
/// <summary>Field number for the "DKAMEAHIHGC" field.</summary>
public const int DKAMEAHIHGCFieldNumber = 1;
private uint dKAMEAHIHGC_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint DKAMEAHIHGC {
get { return dKAMEAHIHGC_; }
set {
dKAMEAHIHGC_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as PlayerReturnSignScRsp);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(PlayerReturnSignScRsp other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (Retcode != other.Retcode) return false;
if(!lIMIHHFJKNI_.Equals(other.lIMIHHFJKNI_)) return false;
if(!pAKANJHFJEE_.Equals(other.pAKANJHFJEE_)) return false;
if (DKAMEAHIHGC != other.DKAMEAHIHGC) 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 (Retcode != 0) hash ^= Retcode.GetHashCode();
hash ^= lIMIHHFJKNI_.GetHashCode();
hash ^= pAKANJHFJEE_.GetHashCode();
if (DKAMEAHIHGC != 0) hash ^= DKAMEAHIHGC.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 (DKAMEAHIHGC != 0) {
output.WriteRawTag(8);
output.WriteUInt32(DKAMEAHIHGC);
}
if (Retcode != 0) {
output.WriteRawTag(32);
output.WriteUInt32(Retcode);
}
pAKANJHFJEE_.WriteTo(output, _repeated_pAKANJHFJEE_codec);
lIMIHHFJKNI_.WriteTo(output, _repeated_lIMIHHFJKNI_codec);
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 (DKAMEAHIHGC != 0) {
output.WriteRawTag(8);
output.WriteUInt32(DKAMEAHIHGC);
}
if (Retcode != 0) {
output.WriteRawTag(32);
output.WriteUInt32(Retcode);
}
pAKANJHFJEE_.WriteTo(ref output, _repeated_pAKANJHFJEE_codec);
lIMIHHFJKNI_.WriteTo(ref output, _repeated_lIMIHHFJKNI_codec);
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 (Retcode != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
}
size += lIMIHHFJKNI_.CalculateSize(_repeated_lIMIHHFJKNI_codec);
size += pAKANJHFJEE_.CalculateSize(_repeated_pAKANJHFJEE_codec);
if (DKAMEAHIHGC != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DKAMEAHIHGC);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(PlayerReturnSignScRsp other) {
if (other == null) {
return;
}
if (other.Retcode != 0) {
Retcode = other.Retcode;
}
lIMIHHFJKNI_.Add(other.lIMIHHFJKNI_);
pAKANJHFJEE_.Add(other.pAKANJHFJEE_);
if (other.DKAMEAHIHGC != 0) {
DKAMEAHIHGC = other.DKAMEAHIHGC;
}
_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: {
DKAMEAHIHGC = input.ReadUInt32();
break;
}
case 32: {
Retcode = input.ReadUInt32();
break;
}
case 42:
case 40: {
pAKANJHFJEE_.AddEntriesFrom(input, _repeated_pAKANJHFJEE_codec);
break;
}
case 114: {
lIMIHHFJKNI_.AddEntriesFrom(input, _repeated_lIMIHHFJKNI_codec);
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: {
DKAMEAHIHGC = input.ReadUInt32();
break;
}
case 32: {
Retcode = input.ReadUInt32();
break;
}
case 42:
case 40: {
pAKANJHFJEE_.AddEntriesFrom(ref input, _repeated_pAKANJHFJEE_codec);
break;
}
case 114: {
lIMIHHFJKNI_.AddEntriesFrom(ref input, _repeated_lIMIHHFJKNI_codec);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code