Files
DanhengServer-OpenSource/Proto/GetExpeditionDataScRsp.cs
2025-04-19 13:25:41 +08:00

413 lines
17 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: GetExpeditionDataScRsp.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 GetExpeditionDataScRsp.proto</summary>
public static partial class GetExpeditionDataScRspReflection {
#region Descriptor
/// <summary>File descriptor for GetExpeditionDataScRsp.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static GetExpeditionDataScRspReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChxHZXRFeHBlZGl0aW9uRGF0YVNjUnNwLnByb3RvGhhBY3Rpdml0eUV4cGVk",
"aXRpb24ucHJvdG8aFEV4cGVkaXRpb25JbmZvLnByb3RvIukBChZHZXRFeHBl",
"ZGl0aW9uRGF0YVNjUnNwEhMKC0ZKR0lNS0VQSk9CGA4gAygNEh4KFnRvdGFs",
"X2V4cGVkaXRpb25fY291bnQYCCABKA0SEwoLSkZKUEFETEFMTUQYCSADKA0S",
"DwoHcmV0Y29kZRgFIAEoDRITCgtGTkFMTE9MREdMTRgKIAMoDRI1ChhhY3Rp",
"dml0eV9leHBlZGl0aW9uX2luZm8YByADKAsyEy5BY3Rpdml0eUV4cGVkaXRp",
"b24SKAoPZXhwZWRpdGlvbl9pbmZvGA8gAygLMg8uRXhwZWRpdGlvbkluZm9C",
"HqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ActivityExpeditionReflection.Descriptor, global::EggLink.DanhengServer.Proto.ExpeditionInfoReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetExpeditionDataScRsp), global::EggLink.DanhengServer.Proto.GetExpeditionDataScRsp.Parser, new[]{ "FJGIMKEPJOB", "TotalExpeditionCount", "JFJPADLALMD", "Retcode", "FNALLOLDGLM", "ActivityExpeditionInfo", "ExpeditionInfo" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class GetExpeditionDataScRsp : pb::IMessage<GetExpeditionDataScRsp>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<GetExpeditionDataScRsp> _parser = new pb::MessageParser<GetExpeditionDataScRsp>(() => new GetExpeditionDataScRsp());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<GetExpeditionDataScRsp> 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.GetExpeditionDataScRspReflection.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 GetExpeditionDataScRsp() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public GetExpeditionDataScRsp(GetExpeditionDataScRsp other) : this() {
fJGIMKEPJOB_ = other.fJGIMKEPJOB_.Clone();
totalExpeditionCount_ = other.totalExpeditionCount_;
jFJPADLALMD_ = other.jFJPADLALMD_.Clone();
retcode_ = other.retcode_;
fNALLOLDGLM_ = other.fNALLOLDGLM_.Clone();
activityExpeditionInfo_ = other.activityExpeditionInfo_.Clone();
expeditionInfo_ = other.expeditionInfo_.Clone();
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public GetExpeditionDataScRsp Clone() {
return new GetExpeditionDataScRsp(this);
}
/// <summary>Field number for the "FJGIMKEPJOB" field.</summary>
public const int FJGIMKEPJOBFieldNumber = 14;
private static readonly pb::FieldCodec<uint> _repeated_fJGIMKEPJOB_codec
= pb::FieldCodec.ForUInt32(114);
private readonly pbc::RepeatedField<uint> fJGIMKEPJOB_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> FJGIMKEPJOB {
get { return fJGIMKEPJOB_; }
}
/// <summary>Field number for the "total_expedition_count" field.</summary>
public const int TotalExpeditionCountFieldNumber = 8;
private uint totalExpeditionCount_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint TotalExpeditionCount {
get { return totalExpeditionCount_; }
set {
totalExpeditionCount_ = value;
}
}
/// <summary>Field number for the "JFJPADLALMD" field.</summary>
public const int JFJPADLALMDFieldNumber = 9;
private static readonly pb::FieldCodec<uint> _repeated_jFJPADLALMD_codec
= pb::FieldCodec.ForUInt32(74);
private readonly pbc::RepeatedField<uint> jFJPADLALMD_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> JFJPADLALMD {
get { return jFJPADLALMD_; }
}
/// <summary>Field number for the "retcode" field.</summary>
public const int RetcodeFieldNumber = 5;
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 "FNALLOLDGLM" field.</summary>
public const int FNALLOLDGLMFieldNumber = 10;
private static readonly pb::FieldCodec<uint> _repeated_fNALLOLDGLM_codec
= pb::FieldCodec.ForUInt32(82);
private readonly pbc::RepeatedField<uint> fNALLOLDGLM_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> FNALLOLDGLM {
get { return fNALLOLDGLM_; }
}
/// <summary>Field number for the "activity_expedition_info" field.</summary>
public const int ActivityExpeditionInfoFieldNumber = 7;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.ActivityExpedition> _repeated_activityExpeditionInfo_codec
= pb::FieldCodec.ForMessage(58, global::EggLink.DanhengServer.Proto.ActivityExpedition.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ActivityExpedition> activityExpeditionInfo_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ActivityExpedition>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ActivityExpedition> ActivityExpeditionInfo {
get { return activityExpeditionInfo_; }
}
/// <summary>Field number for the "expedition_info" field.</summary>
public const int ExpeditionInfoFieldNumber = 15;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.ExpeditionInfo> _repeated_expeditionInfo_codec
= pb::FieldCodec.ForMessage(122, global::EggLink.DanhengServer.Proto.ExpeditionInfo.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ExpeditionInfo> expeditionInfo_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ExpeditionInfo>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ExpeditionInfo> ExpeditionInfo {
get { return expeditionInfo_; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as GetExpeditionDataScRsp);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(GetExpeditionDataScRsp other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if(!fJGIMKEPJOB_.Equals(other.fJGIMKEPJOB_)) return false;
if (TotalExpeditionCount != other.TotalExpeditionCount) return false;
if(!jFJPADLALMD_.Equals(other.jFJPADLALMD_)) return false;
if (Retcode != other.Retcode) return false;
if(!fNALLOLDGLM_.Equals(other.fNALLOLDGLM_)) return false;
if(!activityExpeditionInfo_.Equals(other.activityExpeditionInfo_)) return false;
if(!expeditionInfo_.Equals(other.expeditionInfo_)) 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;
hash ^= fJGIMKEPJOB_.GetHashCode();
if (TotalExpeditionCount != 0) hash ^= TotalExpeditionCount.GetHashCode();
hash ^= jFJPADLALMD_.GetHashCode();
if (Retcode != 0) hash ^= Retcode.GetHashCode();
hash ^= fNALLOLDGLM_.GetHashCode();
hash ^= activityExpeditionInfo_.GetHashCode();
hash ^= expeditionInfo_.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(40);
output.WriteUInt32(Retcode);
}
activityExpeditionInfo_.WriteTo(output, _repeated_activityExpeditionInfo_codec);
if (TotalExpeditionCount != 0) {
output.WriteRawTag(64);
output.WriteUInt32(TotalExpeditionCount);
}
jFJPADLALMD_.WriteTo(output, _repeated_jFJPADLALMD_codec);
fNALLOLDGLM_.WriteTo(output, _repeated_fNALLOLDGLM_codec);
fJGIMKEPJOB_.WriteTo(output, _repeated_fJGIMKEPJOB_codec);
expeditionInfo_.WriteTo(output, _repeated_expeditionInfo_codec);
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(40);
output.WriteUInt32(Retcode);
}
activityExpeditionInfo_.WriteTo(ref output, _repeated_activityExpeditionInfo_codec);
if (TotalExpeditionCount != 0) {
output.WriteRawTag(64);
output.WriteUInt32(TotalExpeditionCount);
}
jFJPADLALMD_.WriteTo(ref output, _repeated_jFJPADLALMD_codec);
fNALLOLDGLM_.WriteTo(ref output, _repeated_fNALLOLDGLM_codec);
fJGIMKEPJOB_.WriteTo(ref output, _repeated_fJGIMKEPJOB_codec);
expeditionInfo_.WriteTo(ref output, _repeated_expeditionInfo_codec);
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;
size += fJGIMKEPJOB_.CalculateSize(_repeated_fJGIMKEPJOB_codec);
if (TotalExpeditionCount != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(TotalExpeditionCount);
}
size += jFJPADLALMD_.CalculateSize(_repeated_jFJPADLALMD_codec);
if (Retcode != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
}
size += fNALLOLDGLM_.CalculateSize(_repeated_fNALLOLDGLM_codec);
size += activityExpeditionInfo_.CalculateSize(_repeated_activityExpeditionInfo_codec);
size += expeditionInfo_.CalculateSize(_repeated_expeditionInfo_codec);
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(GetExpeditionDataScRsp other) {
if (other == null) {
return;
}
fJGIMKEPJOB_.Add(other.fJGIMKEPJOB_);
if (other.TotalExpeditionCount != 0) {
TotalExpeditionCount = other.TotalExpeditionCount;
}
jFJPADLALMD_.Add(other.jFJPADLALMD_);
if (other.Retcode != 0) {
Retcode = other.Retcode;
}
fNALLOLDGLM_.Add(other.fNALLOLDGLM_);
activityExpeditionInfo_.Add(other.activityExpeditionInfo_);
expeditionInfo_.Add(other.expeditionInfo_);
_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 40: {
Retcode = input.ReadUInt32();
break;
}
case 58: {
activityExpeditionInfo_.AddEntriesFrom(input, _repeated_activityExpeditionInfo_codec);
break;
}
case 64: {
TotalExpeditionCount = input.ReadUInt32();
break;
}
case 74:
case 72: {
jFJPADLALMD_.AddEntriesFrom(input, _repeated_jFJPADLALMD_codec);
break;
}
case 82:
case 80: {
fNALLOLDGLM_.AddEntriesFrom(input, _repeated_fNALLOLDGLM_codec);
break;
}
case 114:
case 112: {
fJGIMKEPJOB_.AddEntriesFrom(input, _repeated_fJGIMKEPJOB_codec);
break;
}
case 122: {
expeditionInfo_.AddEntriesFrom(input, _repeated_expeditionInfo_codec);
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 40: {
Retcode = input.ReadUInt32();
break;
}
case 58: {
activityExpeditionInfo_.AddEntriesFrom(ref input, _repeated_activityExpeditionInfo_codec);
break;
}
case 64: {
TotalExpeditionCount = input.ReadUInt32();
break;
}
case 74:
case 72: {
jFJPADLALMD_.AddEntriesFrom(ref input, _repeated_jFJPADLALMD_codec);
break;
}
case 82:
case 80: {
fNALLOLDGLM_.AddEntriesFrom(ref input, _repeated_fNALLOLDGLM_codec);
break;
}
case 114:
case 112: {
fJGIMKEPJOB_.AddEntriesFrom(ref input, _repeated_fJGIMKEPJOB_codec);
break;
}
case 122: {
expeditionInfo_.AddEntriesFrom(ref input, _repeated_expeditionInfo_codec);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code