mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
413 lines
17 KiB
C#
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",
|
|
"ZGl0aW9uRGF0YVNjUnNwEhMKC0pGSlBBRExBTE1EGAMgAygNEg8KB3JldGNv",
|
|
"ZGUYByABKA0SNQoYYWN0aXZpdHlfZXhwZWRpdGlvbl9pbmZvGAogAygLMhMu",
|
|
"QWN0aXZpdHlFeHBlZGl0aW9uEh4KFnRvdGFsX2V4cGVkaXRpb25fY291bnQY",
|
|
"CCABKA0SEwoLRk5BTExPTERHTE0YDCADKA0SEwoLRkpHSU1LRVBKT0IYDiAD",
|
|
"KA0SKAoPZXhwZWRpdGlvbl9pbmZvGAYgAygLMg8uRXhwZWRpdGlvbkluZm9C",
|
|
"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[]{ "JFJPADLALMD", "Retcode", "ActivityExpeditionInfo", "TotalExpeditionCount", "FNALLOLDGLM", "FJGIMKEPJOB", "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() {
|
|
jFJPADLALMD_ = other.jFJPADLALMD_.Clone();
|
|
retcode_ = other.retcode_;
|
|
activityExpeditionInfo_ = other.activityExpeditionInfo_.Clone();
|
|
totalExpeditionCount_ = other.totalExpeditionCount_;
|
|
fNALLOLDGLM_ = other.fNALLOLDGLM_.Clone();
|
|
fJGIMKEPJOB_ = other.fJGIMKEPJOB_.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 "JFJPADLALMD" field.</summary>
|
|
public const int JFJPADLALMDFieldNumber = 3;
|
|
private static readonly pb::FieldCodec<uint> _repeated_jFJPADLALMD_codec
|
|
= pb::FieldCodec.ForUInt32(26);
|
|
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 = 7;
|
|
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 "activity_expedition_info" field.</summary>
|
|
public const int ActivityExpeditionInfoFieldNumber = 10;
|
|
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.ActivityExpedition> _repeated_activityExpeditionInfo_codec
|
|
= pb::FieldCodec.ForMessage(82, 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 "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 "FNALLOLDGLM" field.</summary>
|
|
public const int FNALLOLDGLMFieldNumber = 12;
|
|
private static readonly pb::FieldCodec<uint> _repeated_fNALLOLDGLM_codec
|
|
= pb::FieldCodec.ForUInt32(98);
|
|
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 "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 "expedition_info" field.</summary>
|
|
public const int ExpeditionInfoFieldNumber = 6;
|
|
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.ExpeditionInfo> _repeated_expeditionInfo_codec
|
|
= pb::FieldCodec.ForMessage(50, 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(!jFJPADLALMD_.Equals(other.jFJPADLALMD_)) return false;
|
|
if (Retcode != other.Retcode) return false;
|
|
if(!activityExpeditionInfo_.Equals(other.activityExpeditionInfo_)) return false;
|
|
if (TotalExpeditionCount != other.TotalExpeditionCount) return false;
|
|
if(!fNALLOLDGLM_.Equals(other.fNALLOLDGLM_)) return false;
|
|
if(!fJGIMKEPJOB_.Equals(other.fJGIMKEPJOB_)) 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 ^= jFJPADLALMD_.GetHashCode();
|
|
if (Retcode != 0) hash ^= Retcode.GetHashCode();
|
|
hash ^= activityExpeditionInfo_.GetHashCode();
|
|
if (TotalExpeditionCount != 0) hash ^= TotalExpeditionCount.GetHashCode();
|
|
hash ^= fNALLOLDGLM_.GetHashCode();
|
|
hash ^= fJGIMKEPJOB_.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
|
|
jFJPADLALMD_.WriteTo(output, _repeated_jFJPADLALMD_codec);
|
|
expeditionInfo_.WriteTo(output, _repeated_expeditionInfo_codec);
|
|
if (Retcode != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(Retcode);
|
|
}
|
|
if (TotalExpeditionCount != 0) {
|
|
output.WriteRawTag(64);
|
|
output.WriteUInt32(TotalExpeditionCount);
|
|
}
|
|
activityExpeditionInfo_.WriteTo(output, _repeated_activityExpeditionInfo_codec);
|
|
fNALLOLDGLM_.WriteTo(output, _repeated_fNALLOLDGLM_codec);
|
|
fJGIMKEPJOB_.WriteTo(output, _repeated_fJGIMKEPJOB_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) {
|
|
jFJPADLALMD_.WriteTo(ref output, _repeated_jFJPADLALMD_codec);
|
|
expeditionInfo_.WriteTo(ref output, _repeated_expeditionInfo_codec);
|
|
if (Retcode != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(Retcode);
|
|
}
|
|
if (TotalExpeditionCount != 0) {
|
|
output.WriteRawTag(64);
|
|
output.WriteUInt32(TotalExpeditionCount);
|
|
}
|
|
activityExpeditionInfo_.WriteTo(ref output, _repeated_activityExpeditionInfo_codec);
|
|
fNALLOLDGLM_.WriteTo(ref output, _repeated_fNALLOLDGLM_codec);
|
|
fJGIMKEPJOB_.WriteTo(ref output, _repeated_fJGIMKEPJOB_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 += jFJPADLALMD_.CalculateSize(_repeated_jFJPADLALMD_codec);
|
|
if (Retcode != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
|
|
}
|
|
size += activityExpeditionInfo_.CalculateSize(_repeated_activityExpeditionInfo_codec);
|
|
if (TotalExpeditionCount != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(TotalExpeditionCount);
|
|
}
|
|
size += fNALLOLDGLM_.CalculateSize(_repeated_fNALLOLDGLM_codec);
|
|
size += fJGIMKEPJOB_.CalculateSize(_repeated_fJGIMKEPJOB_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;
|
|
}
|
|
jFJPADLALMD_.Add(other.jFJPADLALMD_);
|
|
if (other.Retcode != 0) {
|
|
Retcode = other.Retcode;
|
|
}
|
|
activityExpeditionInfo_.Add(other.activityExpeditionInfo_);
|
|
if (other.TotalExpeditionCount != 0) {
|
|
TotalExpeditionCount = other.TotalExpeditionCount;
|
|
}
|
|
fNALLOLDGLM_.Add(other.fNALLOLDGLM_);
|
|
fJGIMKEPJOB_.Add(other.fJGIMKEPJOB_);
|
|
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 26:
|
|
case 24: {
|
|
jFJPADLALMD_.AddEntriesFrom(input, _repeated_jFJPADLALMD_codec);
|
|
break;
|
|
}
|
|
case 50: {
|
|
expeditionInfo_.AddEntriesFrom(input, _repeated_expeditionInfo_codec);
|
|
break;
|
|
}
|
|
case 56: {
|
|
Retcode = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 64: {
|
|
TotalExpeditionCount = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 82: {
|
|
activityExpeditionInfo_.AddEntriesFrom(input, _repeated_activityExpeditionInfo_codec);
|
|
break;
|
|
}
|
|
case 98:
|
|
case 96: {
|
|
fNALLOLDGLM_.AddEntriesFrom(input, _repeated_fNALLOLDGLM_codec);
|
|
break;
|
|
}
|
|
case 114:
|
|
case 112: {
|
|
fJGIMKEPJOB_.AddEntriesFrom(input, _repeated_fJGIMKEPJOB_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 26:
|
|
case 24: {
|
|
jFJPADLALMD_.AddEntriesFrom(ref input, _repeated_jFJPADLALMD_codec);
|
|
break;
|
|
}
|
|
case 50: {
|
|
expeditionInfo_.AddEntriesFrom(ref input, _repeated_expeditionInfo_codec);
|
|
break;
|
|
}
|
|
case 56: {
|
|
Retcode = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 64: {
|
|
TotalExpeditionCount = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 82: {
|
|
activityExpeditionInfo_.AddEntriesFrom(ref input, _repeated_activityExpeditionInfo_codec);
|
|
break;
|
|
}
|
|
case 98:
|
|
case 96: {
|
|
fNALLOLDGLM_.AddEntriesFrom(ref input, _repeated_fNALLOLDGLM_codec);
|
|
break;
|
|
}
|
|
case 114:
|
|
case 112: {
|
|
fJGIMKEPJOB_.AddEntriesFrom(ref input, _repeated_fJGIMKEPJOB_codec);
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|