Files
DanhengServer-OpenSource/Proto/MonopolyEventSelectFriendScRsp.cs
StopWuyu 5382b58874 Pam Skin
2024-10-27 15:47:59 +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(
"CiRNb25vcG9seUV2ZW50U2VsZWN0RnJpZW5kU2NSc3AucHJvdG8aEU1BQlBB",
"RUNKTk5GLnByb3RvIoABCh5Nb25vcG9seUV2ZW50U2VsZWN0RnJpZW5kU2NS",
"c3ASFQoNZ2V0X2l0ZW1fbGlzdBgLIAEoDRIPCgdyZXRjb2RlGAYgASgNEhMK",
"C1BFUERIQ05PSEFLGA8gASgNEiEKC0lLS0RFTENGS0dNGAEgASgLMgwuTUFC",
"UEFFQ0pOTkZCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJv",
"dG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MABPAECJNNFReflection.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[]{ "GetItemList", "Retcode", "PEPDHCNOHAK", "IKKDELCFKGM" }, 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() {
getItemList_ = other.getItemList_;
retcode_ = other.retcode_;
pEPDHCNOHAK_ = other.pEPDHCNOHAK_;
iKKDELCFKGM_ = other.iKKDELCFKGM_ != null ? other.iKKDELCFKGM_.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 "get_item_list" field.</summary>
public const int GetItemListFieldNumber = 11;
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 "retcode" field.</summary>
public const int RetcodeFieldNumber = 6;
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 "PEPDHCNOHAK" field.</summary>
public const int PEPDHCNOHAKFieldNumber = 15;
private uint pEPDHCNOHAK_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint PEPDHCNOHAK {
get { return pEPDHCNOHAK_; }
set {
pEPDHCNOHAK_ = value;
}
}
/// <summary>Field number for the "IKKDELCFKGM" field.</summary>
public const int IKKDELCFKGMFieldNumber = 1;
private global::EggLink.DanhengServer.Proto.MABPAECJNNF iKKDELCFKGM_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.MABPAECJNNF IKKDELCFKGM {
get { return iKKDELCFKGM_; }
set {
iKKDELCFKGM_ = 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 (GetItemList != other.GetItemList) return false;
if (Retcode != other.Retcode) return false;
if (PEPDHCNOHAK != other.PEPDHCNOHAK) return false;
if (!object.Equals(IKKDELCFKGM, other.IKKDELCFKGM)) 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 (GetItemList != 0) hash ^= GetItemList.GetHashCode();
if (Retcode != 0) hash ^= Retcode.GetHashCode();
if (PEPDHCNOHAK != 0) hash ^= PEPDHCNOHAK.GetHashCode();
if (iKKDELCFKGM_ != null) hash ^= IKKDELCFKGM.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 (iKKDELCFKGM_ != null) {
output.WriteRawTag(10);
output.WriteMessage(IKKDELCFKGM);
}
if (Retcode != 0) {
output.WriteRawTag(48);
output.WriteUInt32(Retcode);
}
if (GetItemList != 0) {
output.WriteRawTag(88);
output.WriteUInt32(GetItemList);
}
if (PEPDHCNOHAK != 0) {
output.WriteRawTag(120);
output.WriteUInt32(PEPDHCNOHAK);
}
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 (iKKDELCFKGM_ != null) {
output.WriteRawTag(10);
output.WriteMessage(IKKDELCFKGM);
}
if (Retcode != 0) {
output.WriteRawTag(48);
output.WriteUInt32(Retcode);
}
if (GetItemList != 0) {
output.WriteRawTag(88);
output.WriteUInt32(GetItemList);
}
if (PEPDHCNOHAK != 0) {
output.WriteRawTag(120);
output.WriteUInt32(PEPDHCNOHAK);
}
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 (GetItemList != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GetItemList);
}
if (Retcode != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
}
if (PEPDHCNOHAK != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PEPDHCNOHAK);
}
if (iKKDELCFKGM_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(IKKDELCFKGM);
}
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.GetItemList != 0) {
GetItemList = other.GetItemList;
}
if (other.Retcode != 0) {
Retcode = other.Retcode;
}
if (other.PEPDHCNOHAK != 0) {
PEPDHCNOHAK = other.PEPDHCNOHAK;
}
if (other.iKKDELCFKGM_ != null) {
if (iKKDELCFKGM_ == null) {
IKKDELCFKGM = new global::EggLink.DanhengServer.Proto.MABPAECJNNF();
}
IKKDELCFKGM.MergeFrom(other.IKKDELCFKGM);
}
_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 10: {
if (iKKDELCFKGM_ == null) {
IKKDELCFKGM = new global::EggLink.DanhengServer.Proto.MABPAECJNNF();
}
input.ReadMessage(IKKDELCFKGM);
break;
}
case 48: {
Retcode = input.ReadUInt32();
break;
}
case 88: {
GetItemList = input.ReadUInt32();
break;
}
case 120: {
PEPDHCNOHAK = 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 10: {
if (iKKDELCFKGM_ == null) {
IKKDELCFKGM = new global::EggLink.DanhengServer.Proto.MABPAECJNNF();
}
input.ReadMessage(IKKDELCFKGM);
break;
}
case 48: {
Retcode = input.ReadUInt32();
break;
}
case 88: {
GetItemList = input.ReadUInt32();
break;
}
case 120: {
PEPDHCNOHAK = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code