mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
367 lines
13 KiB
C#
367 lines
13 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: PlanetFesLargeBonusInteractScRsp.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 PlanetFesLargeBonusInteractScRsp.proto</summary>
|
|
public static partial class PlanetFesLargeBonusInteractScRspReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for PlanetFesLargeBonusInteractScRsp.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static PlanetFesLargeBonusInteractScRspReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"CiZQbGFuZXRGZXNMYXJnZUJvbnVzSW50ZXJhY3RTY1JzcC5wcm90bxoRSk9G",
|
|
"R0RBSUFEQk8ucHJvdG8aEUlJS05HTkhETUZJLnByb3RvIo4BCiBQbGFuZXRG",
|
|
"ZXNMYXJnZUJvbnVzSW50ZXJhY3RTY1JzcBIhCgtHTUlESk1NTUpLUBgPIAEo",
|
|
"CzIMLklJS05HTkhETUZJEg8KB3JldGNvZGUYAyABKA0SEwoLSUhDSUxOSEtM",
|
|
"TUMYCCABKA0SIQoLTkZKTEZOQlBQUEcYASABKAsyDC5KT0ZHREFJQURCT0Ie",
|
|
"qgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.JOFGDAIADBOReflection.Descriptor, global::EggLink.DanhengServer.Proto.IIKNGNHDMFIReflection.Descriptor, },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PlanetFesLargeBonusInteractScRsp), global::EggLink.DanhengServer.Proto.PlanetFesLargeBonusInteractScRsp.Parser, new[]{ "GMIDJMMMJKP", "Retcode", "IHCILNHKLMC", "NFJLFNBPPPG" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class PlanetFesLargeBonusInteractScRsp : pb::IMessage<PlanetFesLargeBonusInteractScRsp>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<PlanetFesLargeBonusInteractScRsp> _parser = new pb::MessageParser<PlanetFesLargeBonusInteractScRsp>(() => new PlanetFesLargeBonusInteractScRsp());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<PlanetFesLargeBonusInteractScRsp> 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.PlanetFesLargeBonusInteractScRspReflection.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 PlanetFesLargeBonusInteractScRsp() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public PlanetFesLargeBonusInteractScRsp(PlanetFesLargeBonusInteractScRsp other) : this() {
|
|
gMIDJMMMJKP_ = other.gMIDJMMMJKP_ != null ? other.gMIDJMMMJKP_.Clone() : null;
|
|
retcode_ = other.retcode_;
|
|
iHCILNHKLMC_ = other.iHCILNHKLMC_;
|
|
nFJLFNBPPPG_ = other.nFJLFNBPPPG_ != null ? other.nFJLFNBPPPG_.Clone() : null;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public PlanetFesLargeBonusInteractScRsp Clone() {
|
|
return new PlanetFesLargeBonusInteractScRsp(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "GMIDJMMMJKP" field.</summary>
|
|
public const int GMIDJMMMJKPFieldNumber = 15;
|
|
private global::EggLink.DanhengServer.Proto.IIKNGNHDMFI gMIDJMMMJKP_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.IIKNGNHDMFI GMIDJMMMJKP {
|
|
get { return gMIDJMMMJKP_; }
|
|
set {
|
|
gMIDJMMMJKP_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "retcode" field.</summary>
|
|
public const int RetcodeFieldNumber = 3;
|
|
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 "IHCILNHKLMC" field.</summary>
|
|
public const int IHCILNHKLMCFieldNumber = 8;
|
|
private uint iHCILNHKLMC_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint IHCILNHKLMC {
|
|
get { return iHCILNHKLMC_; }
|
|
set {
|
|
iHCILNHKLMC_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "NFJLFNBPPPG" field.</summary>
|
|
public const int NFJLFNBPPPGFieldNumber = 1;
|
|
private global::EggLink.DanhengServer.Proto.JOFGDAIADBO nFJLFNBPPPG_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.JOFGDAIADBO NFJLFNBPPPG {
|
|
get { return nFJLFNBPPPG_; }
|
|
set {
|
|
nFJLFNBPPPG_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as PlanetFesLargeBonusInteractScRsp);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(PlanetFesLargeBonusInteractScRsp other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (!object.Equals(GMIDJMMMJKP, other.GMIDJMMMJKP)) return false;
|
|
if (Retcode != other.Retcode) return false;
|
|
if (IHCILNHKLMC != other.IHCILNHKLMC) return false;
|
|
if (!object.Equals(NFJLFNBPPPG, other.NFJLFNBPPPG)) 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 (gMIDJMMMJKP_ != null) hash ^= GMIDJMMMJKP.GetHashCode();
|
|
if (Retcode != 0) hash ^= Retcode.GetHashCode();
|
|
if (IHCILNHKLMC != 0) hash ^= IHCILNHKLMC.GetHashCode();
|
|
if (nFJLFNBPPPG_ != null) hash ^= NFJLFNBPPPG.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 (nFJLFNBPPPG_ != null) {
|
|
output.WriteRawTag(10);
|
|
output.WriteMessage(NFJLFNBPPPG);
|
|
}
|
|
if (Retcode != 0) {
|
|
output.WriteRawTag(24);
|
|
output.WriteUInt32(Retcode);
|
|
}
|
|
if (IHCILNHKLMC != 0) {
|
|
output.WriteRawTag(64);
|
|
output.WriteUInt32(IHCILNHKLMC);
|
|
}
|
|
if (gMIDJMMMJKP_ != null) {
|
|
output.WriteRawTag(122);
|
|
output.WriteMessage(GMIDJMMMJKP);
|
|
}
|
|
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 (nFJLFNBPPPG_ != null) {
|
|
output.WriteRawTag(10);
|
|
output.WriteMessage(NFJLFNBPPPG);
|
|
}
|
|
if (Retcode != 0) {
|
|
output.WriteRawTag(24);
|
|
output.WriteUInt32(Retcode);
|
|
}
|
|
if (IHCILNHKLMC != 0) {
|
|
output.WriteRawTag(64);
|
|
output.WriteUInt32(IHCILNHKLMC);
|
|
}
|
|
if (gMIDJMMMJKP_ != null) {
|
|
output.WriteRawTag(122);
|
|
output.WriteMessage(GMIDJMMMJKP);
|
|
}
|
|
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 (gMIDJMMMJKP_ != null) {
|
|
size += 1 + pb::CodedOutputStream.ComputeMessageSize(GMIDJMMMJKP);
|
|
}
|
|
if (Retcode != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
|
|
}
|
|
if (IHCILNHKLMC != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(IHCILNHKLMC);
|
|
}
|
|
if (nFJLFNBPPPG_ != null) {
|
|
size += 1 + pb::CodedOutputStream.ComputeMessageSize(NFJLFNBPPPG);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(PlanetFesLargeBonusInteractScRsp other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.gMIDJMMMJKP_ != null) {
|
|
if (gMIDJMMMJKP_ == null) {
|
|
GMIDJMMMJKP = new global::EggLink.DanhengServer.Proto.IIKNGNHDMFI();
|
|
}
|
|
GMIDJMMMJKP.MergeFrom(other.GMIDJMMMJKP);
|
|
}
|
|
if (other.Retcode != 0) {
|
|
Retcode = other.Retcode;
|
|
}
|
|
if (other.IHCILNHKLMC != 0) {
|
|
IHCILNHKLMC = other.IHCILNHKLMC;
|
|
}
|
|
if (other.nFJLFNBPPPG_ != null) {
|
|
if (nFJLFNBPPPG_ == null) {
|
|
NFJLFNBPPPG = new global::EggLink.DanhengServer.Proto.JOFGDAIADBO();
|
|
}
|
|
NFJLFNBPPPG.MergeFrom(other.NFJLFNBPPPG);
|
|
}
|
|
_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 (nFJLFNBPPPG_ == null) {
|
|
NFJLFNBPPPG = new global::EggLink.DanhengServer.Proto.JOFGDAIADBO();
|
|
}
|
|
input.ReadMessage(NFJLFNBPPPG);
|
|
break;
|
|
}
|
|
case 24: {
|
|
Retcode = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 64: {
|
|
IHCILNHKLMC = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 122: {
|
|
if (gMIDJMMMJKP_ == null) {
|
|
GMIDJMMMJKP = new global::EggLink.DanhengServer.Proto.IIKNGNHDMFI();
|
|
}
|
|
input.ReadMessage(GMIDJMMMJKP);
|
|
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 (nFJLFNBPPPG_ == null) {
|
|
NFJLFNBPPPG = new global::EggLink.DanhengServer.Proto.JOFGDAIADBO();
|
|
}
|
|
input.ReadMessage(NFJLFNBPPPG);
|
|
break;
|
|
}
|
|
case 24: {
|
|
Retcode = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 64: {
|
|
IHCILNHKLMC = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 122: {
|
|
if (gMIDJMMMJKP_ == null) {
|
|
GMIDJMMMJKP = new global::EggLink.DanhengServer.Proto.IIKNGNHDMFI();
|
|
}
|
|
input.ReadMessage(GMIDJMMMJKP);
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|