Files
DanhengServer-OpenSource/Proto/ClockParkGetInfoScRsp.cs
2025-09-27 13:58:04 +08:00

403 lines
15 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: ClockParkGetInfoScRsp.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 ClockParkGetInfoScRsp.proto</summary>
public static partial class ClockParkGetInfoScRspReflection {
#region Descriptor
/// <summary>File descriptor for ClockParkGetInfoScRsp.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static ClockParkGetInfoScRspReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChtDbG9ja1BhcmtHZXRJbmZvU2NSc3AucHJvdG8aEU5MTEpCQkNKSUFNLnBy",
"b3RvIpwBChVDbG9ja1BhcmtHZXRJbmZvU2NSc3ASDwoHcmV0Y29kZRgBIAEo",
"DRITCgtJQkpQQ09GRExKSRgLIAMoDRITCgtFRElBSkdDQlBGTxgOIAEoDRIh",
"CgtCTkZIRkhFRk1FTRgEIAMoCzIMLk5MTEpCQkNKSUFNEhMKC0dGQURDQUhM",
"S0ZQGA0gASgNEhAKCHByb2dyZXNzGAogASgNQh6qAhtFZ2dMaW5rLkRhbmhl",
"bmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.NLLJBBCJIAMReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ClockParkGetInfoScRsp), global::EggLink.DanhengServer.Proto.ClockParkGetInfoScRsp.Parser, new[]{ "Retcode", "IBJPCOFDLJI", "EDIAJGCBPFO", "BNFHFHEFMEM", "GFADCAHLKFP", "Progress" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class ClockParkGetInfoScRsp : pb::IMessage<ClockParkGetInfoScRsp>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<ClockParkGetInfoScRsp> _parser = new pb::MessageParser<ClockParkGetInfoScRsp>(() => new ClockParkGetInfoScRsp());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<ClockParkGetInfoScRsp> 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.ClockParkGetInfoScRspReflection.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 ClockParkGetInfoScRsp() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ClockParkGetInfoScRsp(ClockParkGetInfoScRsp other) : this() {
retcode_ = other.retcode_;
iBJPCOFDLJI_ = other.iBJPCOFDLJI_.Clone();
eDIAJGCBPFO_ = other.eDIAJGCBPFO_;
bNFHFHEFMEM_ = other.bNFHFHEFMEM_.Clone();
gFADCAHLKFP_ = other.gFADCAHLKFP_;
progress_ = other.progress_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ClockParkGetInfoScRsp Clone() {
return new ClockParkGetInfoScRsp(this);
}
/// <summary>Field number for the "retcode" field.</summary>
public const int RetcodeFieldNumber = 1;
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 "IBJPCOFDLJI" field.</summary>
public const int IBJPCOFDLJIFieldNumber = 11;
private static readonly pb::FieldCodec<uint> _repeated_iBJPCOFDLJI_codec
= pb::FieldCodec.ForUInt32(90);
private readonly pbc::RepeatedField<uint> iBJPCOFDLJI_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> IBJPCOFDLJI {
get { return iBJPCOFDLJI_; }
}
/// <summary>Field number for the "EDIAJGCBPFO" field.</summary>
public const int EDIAJGCBPFOFieldNumber = 14;
private uint eDIAJGCBPFO_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint EDIAJGCBPFO {
get { return eDIAJGCBPFO_; }
set {
eDIAJGCBPFO_ = value;
}
}
/// <summary>Field number for the "BNFHFHEFMEM" field.</summary>
public const int BNFHFHEFMEMFieldNumber = 4;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.NLLJBBCJIAM> _repeated_bNFHFHEFMEM_codec
= pb::FieldCodec.ForMessage(34, global::EggLink.DanhengServer.Proto.NLLJBBCJIAM.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.NLLJBBCJIAM> bNFHFHEFMEM_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.NLLJBBCJIAM>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.NLLJBBCJIAM> BNFHFHEFMEM {
get { return bNFHFHEFMEM_; }
}
/// <summary>Field number for the "GFADCAHLKFP" field.</summary>
public const int GFADCAHLKFPFieldNumber = 13;
private uint gFADCAHLKFP_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint GFADCAHLKFP {
get { return gFADCAHLKFP_; }
set {
gFADCAHLKFP_ = value;
}
}
/// <summary>Field number for the "progress" field.</summary>
public const int ProgressFieldNumber = 10;
private uint progress_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint Progress {
get { return progress_; }
set {
progress_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as ClockParkGetInfoScRsp);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(ClockParkGetInfoScRsp other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (Retcode != other.Retcode) return false;
if(!iBJPCOFDLJI_.Equals(other.iBJPCOFDLJI_)) return false;
if (EDIAJGCBPFO != other.EDIAJGCBPFO) return false;
if(!bNFHFHEFMEM_.Equals(other.bNFHFHEFMEM_)) return false;
if (GFADCAHLKFP != other.GFADCAHLKFP) return false;
if (Progress != other.Progress) 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 (Retcode != 0) hash ^= Retcode.GetHashCode();
hash ^= iBJPCOFDLJI_.GetHashCode();
if (EDIAJGCBPFO != 0) hash ^= EDIAJGCBPFO.GetHashCode();
hash ^= bNFHFHEFMEM_.GetHashCode();
if (GFADCAHLKFP != 0) hash ^= GFADCAHLKFP.GetHashCode();
if (Progress != 0) hash ^= Progress.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 (Retcode != 0) {
output.WriteRawTag(8);
output.WriteUInt32(Retcode);
}
bNFHFHEFMEM_.WriteTo(output, _repeated_bNFHFHEFMEM_codec);
if (Progress != 0) {
output.WriteRawTag(80);
output.WriteUInt32(Progress);
}
iBJPCOFDLJI_.WriteTo(output, _repeated_iBJPCOFDLJI_codec);
if (GFADCAHLKFP != 0) {
output.WriteRawTag(104);
output.WriteUInt32(GFADCAHLKFP);
}
if (EDIAJGCBPFO != 0) {
output.WriteRawTag(112);
output.WriteUInt32(EDIAJGCBPFO);
}
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 (Retcode != 0) {
output.WriteRawTag(8);
output.WriteUInt32(Retcode);
}
bNFHFHEFMEM_.WriteTo(ref output, _repeated_bNFHFHEFMEM_codec);
if (Progress != 0) {
output.WriteRawTag(80);
output.WriteUInt32(Progress);
}
iBJPCOFDLJI_.WriteTo(ref output, _repeated_iBJPCOFDLJI_codec);
if (GFADCAHLKFP != 0) {
output.WriteRawTag(104);
output.WriteUInt32(GFADCAHLKFP);
}
if (EDIAJGCBPFO != 0) {
output.WriteRawTag(112);
output.WriteUInt32(EDIAJGCBPFO);
}
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 (Retcode != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
}
size += iBJPCOFDLJI_.CalculateSize(_repeated_iBJPCOFDLJI_codec);
if (EDIAJGCBPFO != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EDIAJGCBPFO);
}
size += bNFHFHEFMEM_.CalculateSize(_repeated_bNFHFHEFMEM_codec);
if (GFADCAHLKFP != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GFADCAHLKFP);
}
if (Progress != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Progress);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(ClockParkGetInfoScRsp other) {
if (other == null) {
return;
}
if (other.Retcode != 0) {
Retcode = other.Retcode;
}
iBJPCOFDLJI_.Add(other.iBJPCOFDLJI_);
if (other.EDIAJGCBPFO != 0) {
EDIAJGCBPFO = other.EDIAJGCBPFO;
}
bNFHFHEFMEM_.Add(other.bNFHFHEFMEM_);
if (other.GFADCAHLKFP != 0) {
GFADCAHLKFP = other.GFADCAHLKFP;
}
if (other.Progress != 0) {
Progress = other.Progress;
}
_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 8: {
Retcode = input.ReadUInt32();
break;
}
case 34: {
bNFHFHEFMEM_.AddEntriesFrom(input, _repeated_bNFHFHEFMEM_codec);
break;
}
case 80: {
Progress = input.ReadUInt32();
break;
}
case 90:
case 88: {
iBJPCOFDLJI_.AddEntriesFrom(input, _repeated_iBJPCOFDLJI_codec);
break;
}
case 104: {
GFADCAHLKFP = input.ReadUInt32();
break;
}
case 112: {
EDIAJGCBPFO = 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 8: {
Retcode = input.ReadUInt32();
break;
}
case 34: {
bNFHFHEFMEM_.AddEntriesFrom(ref input, _repeated_bNFHFHEFMEM_codec);
break;
}
case 80: {
Progress = input.ReadUInt32();
break;
}
case 90:
case 88: {
iBJPCOFDLJI_.AddEntriesFrom(ref input, _repeated_iBJPCOFDLJI_codec);
break;
}
case 104: {
GFADCAHLKFP = input.ReadUInt32();
break;
}
case 112: {
EDIAJGCBPFO = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code