Files
DanhengServer-OpenSource/Proto/MonopolyEventSelectFriendScRsp.cs
2024-12-07 14:00:38 +08:00

358 lines
13 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: MonopolyEventSelectFriendScRsp.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 MonopolyEventSelectFriendScRsp.proto</summary>
public static partial class MonopolyEventSelectFriendScRspReflection {
#region Descriptor
/// <summary>File descriptor for MonopolyEventSelectFriendScRsp.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static MonopolyEventSelectFriendScRspReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"CiRNb25vcG9seUV2ZW50U2VsZWN0RnJpZW5kU2NSc3AucHJvdG8aEUZPS05M",
"TEtJQ0VPLnByb3RvIoABCh5Nb25vcG9seUV2ZW50U2VsZWN0RnJpZW5kU2NS",
"c3ASEwoLQUJER0ZKRUxISEsYDyABKA0SDwoHcmV0Y29kZRgOIAEoDRIVCg1n",
"ZXRfaXRlbV9saXN0GAogASgNEiEKC0xQRlBBR09KSUxIGAMgASgLMgwuRk9L",
"TkxMS0lDRU9CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJv",
"dG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.FOKNLLKICEOReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MonopolyEventSelectFriendScRsp), global::EggLink.DanhengServer.Proto.MonopolyEventSelectFriendScRsp.Parser, new[]{ "ABDGFJELHHK", "Retcode", "GetItemList", "LPFPAGOJILH" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class MonopolyEventSelectFriendScRsp : pb::IMessage<MonopolyEventSelectFriendScRsp>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<MonopolyEventSelectFriendScRsp> _parser = new pb::MessageParser<MonopolyEventSelectFriendScRsp>(() => new MonopolyEventSelectFriendScRsp());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<MonopolyEventSelectFriendScRsp> 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.MonopolyEventSelectFriendScRspReflection.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 MonopolyEventSelectFriendScRsp() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public MonopolyEventSelectFriendScRsp(MonopolyEventSelectFriendScRsp other) : this() {
aBDGFJELHHK_ = other.aBDGFJELHHK_;
retcode_ = other.retcode_;
getItemList_ = other.getItemList_;
lPFPAGOJILH_ = other.lPFPAGOJILH_ != null ? other.lPFPAGOJILH_.Clone() : null;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public MonopolyEventSelectFriendScRsp Clone() {
return new MonopolyEventSelectFriendScRsp(this);
}
/// <summary>Field number for the "ABDGFJELHHK" field.</summary>
public const int ABDGFJELHHKFieldNumber = 15;
private uint aBDGFJELHHK_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint ABDGFJELHHK {
get { return aBDGFJELHHK_; }
set {
aBDGFJELHHK_ = value;
}
}
/// <summary>Field number for the "retcode" field.</summary>
public const int RetcodeFieldNumber = 14;
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 "get_item_list" field.</summary>
public const int GetItemListFieldNumber = 10;
private uint getItemList_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint GetItemList {
get { return getItemList_; }
set {
getItemList_ = value;
}
}
/// <summary>Field number for the "LPFPAGOJILH" field.</summary>
public const int LPFPAGOJILHFieldNumber = 3;
private global::EggLink.DanhengServer.Proto.FOKNLLKICEO lPFPAGOJILH_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.FOKNLLKICEO LPFPAGOJILH {
get { return lPFPAGOJILH_; }
set {
lPFPAGOJILH_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as MonopolyEventSelectFriendScRsp);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(MonopolyEventSelectFriendScRsp other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (ABDGFJELHHK != other.ABDGFJELHHK) return false;
if (Retcode != other.Retcode) return false;
if (GetItemList != other.GetItemList) return false;
if (!object.Equals(LPFPAGOJILH, other.LPFPAGOJILH)) 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 (ABDGFJELHHK != 0) hash ^= ABDGFJELHHK.GetHashCode();
if (Retcode != 0) hash ^= Retcode.GetHashCode();
if (GetItemList != 0) hash ^= GetItemList.GetHashCode();
if (lPFPAGOJILH_ != null) hash ^= LPFPAGOJILH.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 (lPFPAGOJILH_ != null) {
output.WriteRawTag(26);
output.WriteMessage(LPFPAGOJILH);
}
if (GetItemList != 0) {
output.WriteRawTag(80);
output.WriteUInt32(GetItemList);
}
if (Retcode != 0) {
output.WriteRawTag(112);
output.WriteUInt32(Retcode);
}
if (ABDGFJELHHK != 0) {
output.WriteRawTag(120);
output.WriteUInt32(ABDGFJELHHK);
}
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 (lPFPAGOJILH_ != null) {
output.WriteRawTag(26);
output.WriteMessage(LPFPAGOJILH);
}
if (GetItemList != 0) {
output.WriteRawTag(80);
output.WriteUInt32(GetItemList);
}
if (Retcode != 0) {
output.WriteRawTag(112);
output.WriteUInt32(Retcode);
}
if (ABDGFJELHHK != 0) {
output.WriteRawTag(120);
output.WriteUInt32(ABDGFJELHHK);
}
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 (ABDGFJELHHK != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ABDGFJELHHK);
}
if (Retcode != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
}
if (GetItemList != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GetItemList);
}
if (lPFPAGOJILH_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(LPFPAGOJILH);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(MonopolyEventSelectFriendScRsp other) {
if (other == null) {
return;
}
if (other.ABDGFJELHHK != 0) {
ABDGFJELHHK = other.ABDGFJELHHK;
}
if (other.Retcode != 0) {
Retcode = other.Retcode;
}
if (other.GetItemList != 0) {
GetItemList = other.GetItemList;
}
if (other.lPFPAGOJILH_ != null) {
if (lPFPAGOJILH_ == null) {
LPFPAGOJILH = new global::EggLink.DanhengServer.Proto.FOKNLLKICEO();
}
LPFPAGOJILH.MergeFrom(other.LPFPAGOJILH);
}
_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 26: {
if (lPFPAGOJILH_ == null) {
LPFPAGOJILH = new global::EggLink.DanhengServer.Proto.FOKNLLKICEO();
}
input.ReadMessage(LPFPAGOJILH);
break;
}
case 80: {
GetItemList = input.ReadUInt32();
break;
}
case 112: {
Retcode = input.ReadUInt32();
break;
}
case 120: {
ABDGFJELHHK = 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 26: {
if (lPFPAGOJILH_ == null) {
LPFPAGOJILH = new global::EggLink.DanhengServer.Proto.FOKNLLKICEO();
}
input.ReadMessage(LPFPAGOJILH);
break;
}
case 80: {
GetItemList = input.ReadUInt32();
break;
}
case 112: {
Retcode = input.ReadUInt32();
break;
}
case 120: {
ABDGFJELHHK = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code