Files
DanhengServer-OpenSource/Proto/ClockParkHandleWaitOperationScRsp.cs
2025-01-15 23:20:16 +08:00

434 lines
16 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: ClockParkHandleWaitOperationScRsp.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 ClockParkHandleWaitOperationScRsp.proto</summary>
public static partial class ClockParkHandleWaitOperationScRspReflection {
#region Descriptor
/// <summary>File descriptor for ClockParkHandleWaitOperationScRsp.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static ClockParkHandleWaitOperationScRspReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"CidDbG9ja1BhcmtIYW5kbGVXYWl0T3BlcmF0aW9uU2NSc3AucHJvdG8aGUNs",
"b2NrUGFya1BsYXlTdGF0dXMucHJvdG8aFVNjZW5lQmF0dGxlSW5mby5wcm90",
"byLFAQohQ2xvY2tQYXJrSGFuZGxlV2FpdE9wZXJhdGlvblNjUnNwEikKC0pG",
"S0RCTURPTU5LGAwgASgOMhQuQ2xvY2tQYXJrUGxheVN0YXR1cxIPCgdyZXRj",
"b2RlGAsgASgNEiUKC2JhdHRsZV9pbmZvGAYgASgLMhAuU2NlbmVCYXR0bGVJ",
"bmZvEhMKC0ZJQ0ZHRE5ITkdFGAggASgNEhMKC0FISURKQkpHR1BQGAUgASgN",
"EhMKC0tPSUpGT0ZGSk5KGAMgASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2",
"ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ClockParkPlayStatusReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneBattleInfoReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ClockParkHandleWaitOperationScRsp), global::EggLink.DanhengServer.Proto.ClockParkHandleWaitOperationScRsp.Parser, new[]{ "JFKDBMDOMNK", "Retcode", "BattleInfo", "FICFGDNHNGE", "AHIDJBJGGPP", "KOIJFOFFJNJ" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class ClockParkHandleWaitOperationScRsp : pb::IMessage<ClockParkHandleWaitOperationScRsp>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<ClockParkHandleWaitOperationScRsp> _parser = new pb::MessageParser<ClockParkHandleWaitOperationScRsp>(() => new ClockParkHandleWaitOperationScRsp());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<ClockParkHandleWaitOperationScRsp> 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.ClockParkHandleWaitOperationScRspReflection.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 ClockParkHandleWaitOperationScRsp() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ClockParkHandleWaitOperationScRsp(ClockParkHandleWaitOperationScRsp other) : this() {
jFKDBMDOMNK_ = other.jFKDBMDOMNK_;
retcode_ = other.retcode_;
battleInfo_ = other.battleInfo_ != null ? other.battleInfo_.Clone() : null;
fICFGDNHNGE_ = other.fICFGDNHNGE_;
aHIDJBJGGPP_ = other.aHIDJBJGGPP_;
kOIJFOFFJNJ_ = other.kOIJFOFFJNJ_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ClockParkHandleWaitOperationScRsp Clone() {
return new ClockParkHandleWaitOperationScRsp(this);
}
/// <summary>Field number for the "JFKDBMDOMNK" field.</summary>
public const int JFKDBMDOMNKFieldNumber = 12;
private global::EggLink.DanhengServer.Proto.ClockParkPlayStatus jFKDBMDOMNK_ = global::EggLink.DanhengServer.Proto.ClockParkPlayStatus.ClockParkPlayNone;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.ClockParkPlayStatus JFKDBMDOMNK {
get { return jFKDBMDOMNK_; }
set {
jFKDBMDOMNK_ = value;
}
}
/// <summary>Field number for the "retcode" field.</summary>
public const int RetcodeFieldNumber = 11;
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 "battle_info" field.</summary>
public const int BattleInfoFieldNumber = 6;
private global::EggLink.DanhengServer.Proto.SceneBattleInfo battleInfo_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.SceneBattleInfo BattleInfo {
get { return battleInfo_; }
set {
battleInfo_ = value;
}
}
/// <summary>Field number for the "FICFGDNHNGE" field.</summary>
public const int FICFGDNHNGEFieldNumber = 8;
private uint fICFGDNHNGE_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint FICFGDNHNGE {
get { return fICFGDNHNGE_; }
set {
fICFGDNHNGE_ = value;
}
}
/// <summary>Field number for the "AHIDJBJGGPP" field.</summary>
public const int AHIDJBJGGPPFieldNumber = 5;
private uint aHIDJBJGGPP_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint AHIDJBJGGPP {
get { return aHIDJBJGGPP_; }
set {
aHIDJBJGGPP_ = value;
}
}
/// <summary>Field number for the "KOIJFOFFJNJ" field.</summary>
public const int KOIJFOFFJNJFieldNumber = 3;
private uint kOIJFOFFJNJ_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint KOIJFOFFJNJ {
get { return kOIJFOFFJNJ_; }
set {
kOIJFOFFJNJ_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as ClockParkHandleWaitOperationScRsp);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(ClockParkHandleWaitOperationScRsp other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (JFKDBMDOMNK != other.JFKDBMDOMNK) return false;
if (Retcode != other.Retcode) return false;
if (!object.Equals(BattleInfo, other.BattleInfo)) return false;
if (FICFGDNHNGE != other.FICFGDNHNGE) return false;
if (AHIDJBJGGPP != other.AHIDJBJGGPP) return false;
if (KOIJFOFFJNJ != other.KOIJFOFFJNJ) 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 (JFKDBMDOMNK != global::EggLink.DanhengServer.Proto.ClockParkPlayStatus.ClockParkPlayNone) hash ^= JFKDBMDOMNK.GetHashCode();
if (Retcode != 0) hash ^= Retcode.GetHashCode();
if (battleInfo_ != null) hash ^= BattleInfo.GetHashCode();
if (FICFGDNHNGE != 0) hash ^= FICFGDNHNGE.GetHashCode();
if (AHIDJBJGGPP != 0) hash ^= AHIDJBJGGPP.GetHashCode();
if (KOIJFOFFJNJ != 0) hash ^= KOIJFOFFJNJ.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 (KOIJFOFFJNJ != 0) {
output.WriteRawTag(24);
output.WriteUInt32(KOIJFOFFJNJ);
}
if (AHIDJBJGGPP != 0) {
output.WriteRawTag(40);
output.WriteUInt32(AHIDJBJGGPP);
}
if (battleInfo_ != null) {
output.WriteRawTag(50);
output.WriteMessage(BattleInfo);
}
if (FICFGDNHNGE != 0) {
output.WriteRawTag(64);
output.WriteUInt32(FICFGDNHNGE);
}
if (Retcode != 0) {
output.WriteRawTag(88);
output.WriteUInt32(Retcode);
}
if (JFKDBMDOMNK != global::EggLink.DanhengServer.Proto.ClockParkPlayStatus.ClockParkPlayNone) {
output.WriteRawTag(96);
output.WriteEnum((int) JFKDBMDOMNK);
}
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 (KOIJFOFFJNJ != 0) {
output.WriteRawTag(24);
output.WriteUInt32(KOIJFOFFJNJ);
}
if (AHIDJBJGGPP != 0) {
output.WriteRawTag(40);
output.WriteUInt32(AHIDJBJGGPP);
}
if (battleInfo_ != null) {
output.WriteRawTag(50);
output.WriteMessage(BattleInfo);
}
if (FICFGDNHNGE != 0) {
output.WriteRawTag(64);
output.WriteUInt32(FICFGDNHNGE);
}
if (Retcode != 0) {
output.WriteRawTag(88);
output.WriteUInt32(Retcode);
}
if (JFKDBMDOMNK != global::EggLink.DanhengServer.Proto.ClockParkPlayStatus.ClockParkPlayNone) {
output.WriteRawTag(96);
output.WriteEnum((int) JFKDBMDOMNK);
}
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 (JFKDBMDOMNK != global::EggLink.DanhengServer.Proto.ClockParkPlayStatus.ClockParkPlayNone) {
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) JFKDBMDOMNK);
}
if (Retcode != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
}
if (battleInfo_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(BattleInfo);
}
if (FICFGDNHNGE != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FICFGDNHNGE);
}
if (AHIDJBJGGPP != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AHIDJBJGGPP);
}
if (KOIJFOFFJNJ != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(KOIJFOFFJNJ);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(ClockParkHandleWaitOperationScRsp other) {
if (other == null) {
return;
}
if (other.JFKDBMDOMNK != global::EggLink.DanhengServer.Proto.ClockParkPlayStatus.ClockParkPlayNone) {
JFKDBMDOMNK = other.JFKDBMDOMNK;
}
if (other.Retcode != 0) {
Retcode = other.Retcode;
}
if (other.battleInfo_ != null) {
if (battleInfo_ == null) {
BattleInfo = new global::EggLink.DanhengServer.Proto.SceneBattleInfo();
}
BattleInfo.MergeFrom(other.BattleInfo);
}
if (other.FICFGDNHNGE != 0) {
FICFGDNHNGE = other.FICFGDNHNGE;
}
if (other.AHIDJBJGGPP != 0) {
AHIDJBJGGPP = other.AHIDJBJGGPP;
}
if (other.KOIJFOFFJNJ != 0) {
KOIJFOFFJNJ = other.KOIJFOFFJNJ;
}
_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: {
KOIJFOFFJNJ = input.ReadUInt32();
break;
}
case 40: {
AHIDJBJGGPP = input.ReadUInt32();
break;
}
case 50: {
if (battleInfo_ == null) {
BattleInfo = new global::EggLink.DanhengServer.Proto.SceneBattleInfo();
}
input.ReadMessage(BattleInfo);
break;
}
case 64: {
FICFGDNHNGE = input.ReadUInt32();
break;
}
case 88: {
Retcode = input.ReadUInt32();
break;
}
case 96: {
JFKDBMDOMNK = (global::EggLink.DanhengServer.Proto.ClockParkPlayStatus) input.ReadEnum();
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: {
KOIJFOFFJNJ = input.ReadUInt32();
break;
}
case 40: {
AHIDJBJGGPP = input.ReadUInt32();
break;
}
case 50: {
if (battleInfo_ == null) {
BattleInfo = new global::EggLink.DanhengServer.Proto.SceneBattleInfo();
}
input.ReadMessage(BattleInfo);
break;
}
case 64: {
FICFGDNHNGE = input.ReadUInt32();
break;
}
case 88: {
Retcode = input.ReadUInt32();
break;
}
case 96: {
JFKDBMDOMNK = (global::EggLink.DanhengServer.Proto.ClockParkPlayStatus) input.ReadEnum();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code