Files
DanhengServer-OpenSource/Proto/ClockParkUseBuffScRsp.cs
2024-10-02 15:08:37 +08:00

452 lines
16 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: ClockParkUseBuffScRsp.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 ClockParkUseBuffScRsp.proto</summary>
public static partial class ClockParkUseBuffScRspReflection {
#region Descriptor
/// <summary>File descriptor for ClockParkUseBuffScRsp.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static ClockParkUseBuffScRspReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChtDbG9ja1BhcmtVc2VCdWZmU2NSc3AucHJvdG8aEUxPR0FGQkpEUEtDLnBy",
"b3RvGhFCTE1PSkRQTU5KRi5wcm90bxoRS1BFTUVMS0tOSkIucHJvdG8ivwEK",
"FUNsb2NrUGFya1VzZUJ1ZmZTY1JzcBITCgtJTk1DSkZOQUdDSRgDIAEoDRIP",
"CgdyZXRjb2RlGA0gASgNEhEKCXNjcmlwdF9pZBgPIAEoDRIlCg9yb2d1ZV9i",
"dWZmX2luZm8YDCABKAsyDC5MT0dBRkJKRFBLQxIiCgtBQUlOUElKRExCTBjT",
"CiABKAsyDC5LUEVNRUxLS05KQhIiCgtNRU5QRU1IRUlFRhjaBCABKAsyDC5C",
"TE1PSkRQTU5KRkIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw",
"cm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.LOGAFBJDPKCReflection.Descriptor, global::EggLink.DanhengServer.Proto.BLMOJDPMNJFReflection.Descriptor, global::EggLink.DanhengServer.Proto.KPEMELKKNJBReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ClockParkUseBuffScRsp), global::EggLink.DanhengServer.Proto.ClockParkUseBuffScRsp.Parser, new[]{ "INMCJFNAGCI", "Retcode", "ScriptId", "RogueBuffInfo", "AAINPIJDLBL", "MENPEMHEIEF" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class ClockParkUseBuffScRsp : pb::IMessage<ClockParkUseBuffScRsp>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<ClockParkUseBuffScRsp> _parser = new pb::MessageParser<ClockParkUseBuffScRsp>(() => new ClockParkUseBuffScRsp());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<ClockParkUseBuffScRsp> 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.ClockParkUseBuffScRspReflection.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 ClockParkUseBuffScRsp() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ClockParkUseBuffScRsp(ClockParkUseBuffScRsp other) : this() {
iNMCJFNAGCI_ = other.iNMCJFNAGCI_;
retcode_ = other.retcode_;
scriptId_ = other.scriptId_;
rogueBuffInfo_ = other.rogueBuffInfo_ != null ? other.rogueBuffInfo_.Clone() : null;
aAINPIJDLBL_ = other.aAINPIJDLBL_ != null ? other.aAINPIJDLBL_.Clone() : null;
mENPEMHEIEF_ = other.mENPEMHEIEF_ != null ? other.mENPEMHEIEF_.Clone() : null;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ClockParkUseBuffScRsp Clone() {
return new ClockParkUseBuffScRsp(this);
}
/// <summary>Field number for the "INMCJFNAGCI" field.</summary>
public const int INMCJFNAGCIFieldNumber = 3;
private uint iNMCJFNAGCI_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint INMCJFNAGCI {
get { return iNMCJFNAGCI_; }
set {
iNMCJFNAGCI_ = value;
}
}
/// <summary>Field number for the "retcode" field.</summary>
public const int RetcodeFieldNumber = 13;
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 "script_id" field.</summary>
public const int ScriptIdFieldNumber = 15;
private uint scriptId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint ScriptId {
get { return scriptId_; }
set {
scriptId_ = value;
}
}
/// <summary>Field number for the "rogue_buff_info" field.</summary>
public const int RogueBuffInfoFieldNumber = 12;
private global::EggLink.DanhengServer.Proto.LOGAFBJDPKC rogueBuffInfo_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.LOGAFBJDPKC RogueBuffInfo {
get { return rogueBuffInfo_; }
set {
rogueBuffInfo_ = value;
}
}
/// <summary>Field number for the "AAINPIJDLBL" field.</summary>
public const int AAINPIJDLBLFieldNumber = 1363;
private global::EggLink.DanhengServer.Proto.KPEMELKKNJB aAINPIJDLBL_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.KPEMELKKNJB AAINPIJDLBL {
get { return aAINPIJDLBL_; }
set {
aAINPIJDLBL_ = value;
}
}
/// <summary>Field number for the "MENPEMHEIEF" field.</summary>
public const int MENPEMHEIEFFieldNumber = 602;
private global::EggLink.DanhengServer.Proto.BLMOJDPMNJF mENPEMHEIEF_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.BLMOJDPMNJF MENPEMHEIEF {
get { return mENPEMHEIEF_; }
set {
mENPEMHEIEF_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as ClockParkUseBuffScRsp);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(ClockParkUseBuffScRsp other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (INMCJFNAGCI != other.INMCJFNAGCI) return false;
if (Retcode != other.Retcode) return false;
if (ScriptId != other.ScriptId) return false;
if (!object.Equals(RogueBuffInfo, other.RogueBuffInfo)) return false;
if (!object.Equals(AAINPIJDLBL, other.AAINPIJDLBL)) return false;
if (!object.Equals(MENPEMHEIEF, other.MENPEMHEIEF)) 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 (INMCJFNAGCI != 0) hash ^= INMCJFNAGCI.GetHashCode();
if (Retcode != 0) hash ^= Retcode.GetHashCode();
if (ScriptId != 0) hash ^= ScriptId.GetHashCode();
if (rogueBuffInfo_ != null) hash ^= RogueBuffInfo.GetHashCode();
if (aAINPIJDLBL_ != null) hash ^= AAINPIJDLBL.GetHashCode();
if (mENPEMHEIEF_ != null) hash ^= MENPEMHEIEF.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 (INMCJFNAGCI != 0) {
output.WriteRawTag(24);
output.WriteUInt32(INMCJFNAGCI);
}
if (rogueBuffInfo_ != null) {
output.WriteRawTag(98);
output.WriteMessage(RogueBuffInfo);
}
if (Retcode != 0) {
output.WriteRawTag(104);
output.WriteUInt32(Retcode);
}
if (ScriptId != 0) {
output.WriteRawTag(120);
output.WriteUInt32(ScriptId);
}
if (mENPEMHEIEF_ != null) {
output.WriteRawTag(210, 37);
output.WriteMessage(MENPEMHEIEF);
}
if (aAINPIJDLBL_ != null) {
output.WriteRawTag(154, 85);
output.WriteMessage(AAINPIJDLBL);
}
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 (INMCJFNAGCI != 0) {
output.WriteRawTag(24);
output.WriteUInt32(INMCJFNAGCI);
}
if (rogueBuffInfo_ != null) {
output.WriteRawTag(98);
output.WriteMessage(RogueBuffInfo);
}
if (Retcode != 0) {
output.WriteRawTag(104);
output.WriteUInt32(Retcode);
}
if (ScriptId != 0) {
output.WriteRawTag(120);
output.WriteUInt32(ScriptId);
}
if (mENPEMHEIEF_ != null) {
output.WriteRawTag(210, 37);
output.WriteMessage(MENPEMHEIEF);
}
if (aAINPIJDLBL_ != null) {
output.WriteRawTag(154, 85);
output.WriteMessage(AAINPIJDLBL);
}
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 (INMCJFNAGCI != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(INMCJFNAGCI);
}
if (Retcode != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
}
if (ScriptId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ScriptId);
}
if (rogueBuffInfo_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(RogueBuffInfo);
}
if (aAINPIJDLBL_ != null) {
size += 2 + pb::CodedOutputStream.ComputeMessageSize(AAINPIJDLBL);
}
if (mENPEMHEIEF_ != null) {
size += 2 + pb::CodedOutputStream.ComputeMessageSize(MENPEMHEIEF);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(ClockParkUseBuffScRsp other) {
if (other == null) {
return;
}
if (other.INMCJFNAGCI != 0) {
INMCJFNAGCI = other.INMCJFNAGCI;
}
if (other.Retcode != 0) {
Retcode = other.Retcode;
}
if (other.ScriptId != 0) {
ScriptId = other.ScriptId;
}
if (other.rogueBuffInfo_ != null) {
if (rogueBuffInfo_ == null) {
RogueBuffInfo = new global::EggLink.DanhengServer.Proto.LOGAFBJDPKC();
}
RogueBuffInfo.MergeFrom(other.RogueBuffInfo);
}
if (other.aAINPIJDLBL_ != null) {
if (aAINPIJDLBL_ == null) {
AAINPIJDLBL = new global::EggLink.DanhengServer.Proto.KPEMELKKNJB();
}
AAINPIJDLBL.MergeFrom(other.AAINPIJDLBL);
}
if (other.mENPEMHEIEF_ != null) {
if (mENPEMHEIEF_ == null) {
MENPEMHEIEF = new global::EggLink.DanhengServer.Proto.BLMOJDPMNJF();
}
MENPEMHEIEF.MergeFrom(other.MENPEMHEIEF);
}
_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 24: {
INMCJFNAGCI = input.ReadUInt32();
break;
}
case 98: {
if (rogueBuffInfo_ == null) {
RogueBuffInfo = new global::EggLink.DanhengServer.Proto.LOGAFBJDPKC();
}
input.ReadMessage(RogueBuffInfo);
break;
}
case 104: {
Retcode = input.ReadUInt32();
break;
}
case 120: {
ScriptId = input.ReadUInt32();
break;
}
case 4818: {
if (mENPEMHEIEF_ == null) {
MENPEMHEIEF = new global::EggLink.DanhengServer.Proto.BLMOJDPMNJF();
}
input.ReadMessage(MENPEMHEIEF);
break;
}
case 10906: {
if (aAINPIJDLBL_ == null) {
AAINPIJDLBL = new global::EggLink.DanhengServer.Proto.KPEMELKKNJB();
}
input.ReadMessage(AAINPIJDLBL);
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 24: {
INMCJFNAGCI = input.ReadUInt32();
break;
}
case 98: {
if (rogueBuffInfo_ == null) {
RogueBuffInfo = new global::EggLink.DanhengServer.Proto.LOGAFBJDPKC();
}
input.ReadMessage(RogueBuffInfo);
break;
}
case 104: {
Retcode = input.ReadUInt32();
break;
}
case 120: {
ScriptId = input.ReadUInt32();
break;
}
case 4818: {
if (mENPEMHEIEF_ == null) {
MENPEMHEIEF = new global::EggLink.DanhengServer.Proto.BLMOJDPMNJF();
}
input.ReadMessage(MENPEMHEIEF);
break;
}
case 10906: {
if (aAINPIJDLBL_ == null) {
AAINPIJDLBL = new global::EggLink.DanhengServer.Proto.KPEMELKKNJB();
}
input.ReadMessage(AAINPIJDLBL);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code