mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
413 lines
16 KiB
C#
413 lines
16 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",
|
|
"aXRpb24ucHJvdG8aEUlOUERLS01PQkZMLnByb3RvIsoBChZHZXRFeHBlZGl0",
|
|
"aW9uRGF0YVNjUnNwEhMKC09QS0hHS0lCSkpIGA0gAygNEigKC0JGRkhMSUNO",
|
|
"UEJBGAEgAygLMhMuQWN0aXZpdHlFeHBlZGl0aW9uEhMKC0NORUtLS09OREJO",
|
|
"GAsgAygNEiEKC09CR0JPSk5ERVBLGAMgAygLMgwuSU5QREtLTU9CRkwSEwoL",
|
|
"SkJGTkZHQlBMREIYDyADKA0SDwoHcmV0Y29kZRgJIAEoDRITCgtJSkZLQkxF",
|
|
"T09JRhgHIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw",
|
|
"cm90bzM="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ActivityExpeditionReflection.Descriptor, global::EggLink.DanhengServer.Proto.INPDKKMOBFLReflection.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[]{ "OPKHGKIBJJH", "BFFHLICNPBA", "CNEKKKONDBN", "OBGBOJNDEPK", "JBFNFGBPLDB", "Retcode", "IJFKBLEOOIF" }, 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() {
|
|
oPKHGKIBJJH_ = other.oPKHGKIBJJH_.Clone();
|
|
bFFHLICNPBA_ = other.bFFHLICNPBA_.Clone();
|
|
cNEKKKONDBN_ = other.cNEKKKONDBN_.Clone();
|
|
oBGBOJNDEPK_ = other.oBGBOJNDEPK_.Clone();
|
|
jBFNFGBPLDB_ = other.jBFNFGBPLDB_.Clone();
|
|
retcode_ = other.retcode_;
|
|
iJFKBLEOOIF_ = other.iJFKBLEOOIF_;
|
|
_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 "OPKHGKIBJJH" field.</summary>
|
|
public const int OPKHGKIBJJHFieldNumber = 13;
|
|
private static readonly pb::FieldCodec<uint> _repeated_oPKHGKIBJJH_codec
|
|
= pb::FieldCodec.ForUInt32(106);
|
|
private readonly pbc::RepeatedField<uint> oPKHGKIBJJH_ = new pbc::RepeatedField<uint>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<uint> OPKHGKIBJJH {
|
|
get { return oPKHGKIBJJH_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "BFFHLICNPBA" field.</summary>
|
|
public const int BFFHLICNPBAFieldNumber = 1;
|
|
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.ActivityExpedition> _repeated_bFFHLICNPBA_codec
|
|
= pb::FieldCodec.ForMessage(10, global::EggLink.DanhengServer.Proto.ActivityExpedition.Parser);
|
|
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ActivityExpedition> bFFHLICNPBA_ = 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> BFFHLICNPBA {
|
|
get { return bFFHLICNPBA_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "CNEKKKONDBN" field.</summary>
|
|
public const int CNEKKKONDBNFieldNumber = 11;
|
|
private static readonly pb::FieldCodec<uint> _repeated_cNEKKKONDBN_codec
|
|
= pb::FieldCodec.ForUInt32(90);
|
|
private readonly pbc::RepeatedField<uint> cNEKKKONDBN_ = new pbc::RepeatedField<uint>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<uint> CNEKKKONDBN {
|
|
get { return cNEKKKONDBN_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "OBGBOJNDEPK" field.</summary>
|
|
public const int OBGBOJNDEPKFieldNumber = 3;
|
|
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.INPDKKMOBFL> _repeated_oBGBOJNDEPK_codec
|
|
= pb::FieldCodec.ForMessage(26, global::EggLink.DanhengServer.Proto.INPDKKMOBFL.Parser);
|
|
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.INPDKKMOBFL> oBGBOJNDEPK_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.INPDKKMOBFL>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.INPDKKMOBFL> OBGBOJNDEPK {
|
|
get { return oBGBOJNDEPK_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "JBFNFGBPLDB" field.</summary>
|
|
public const int JBFNFGBPLDBFieldNumber = 15;
|
|
private static readonly pb::FieldCodec<uint> _repeated_jBFNFGBPLDB_codec
|
|
= pb::FieldCodec.ForUInt32(122);
|
|
private readonly pbc::RepeatedField<uint> jBFNFGBPLDB_ = new pbc::RepeatedField<uint>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<uint> JBFNFGBPLDB {
|
|
get { return jBFNFGBPLDB_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "retcode" field.</summary>
|
|
public const int RetcodeFieldNumber = 9;
|
|
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 "IJFKBLEOOIF" field.</summary>
|
|
public const int IJFKBLEOOIFFieldNumber = 7;
|
|
private uint iJFKBLEOOIF_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint IJFKBLEOOIF {
|
|
get { return iJFKBLEOOIF_; }
|
|
set {
|
|
iJFKBLEOOIF_ = value;
|
|
}
|
|
}
|
|
|
|
[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(!oPKHGKIBJJH_.Equals(other.oPKHGKIBJJH_)) return false;
|
|
if(!bFFHLICNPBA_.Equals(other.bFFHLICNPBA_)) return false;
|
|
if(!cNEKKKONDBN_.Equals(other.cNEKKKONDBN_)) return false;
|
|
if(!oBGBOJNDEPK_.Equals(other.oBGBOJNDEPK_)) return false;
|
|
if(!jBFNFGBPLDB_.Equals(other.jBFNFGBPLDB_)) return false;
|
|
if (Retcode != other.Retcode) return false;
|
|
if (IJFKBLEOOIF != other.IJFKBLEOOIF) 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 ^= oPKHGKIBJJH_.GetHashCode();
|
|
hash ^= bFFHLICNPBA_.GetHashCode();
|
|
hash ^= cNEKKKONDBN_.GetHashCode();
|
|
hash ^= oBGBOJNDEPK_.GetHashCode();
|
|
hash ^= jBFNFGBPLDB_.GetHashCode();
|
|
if (Retcode != 0) hash ^= Retcode.GetHashCode();
|
|
if (IJFKBLEOOIF != 0) hash ^= IJFKBLEOOIF.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
|
|
bFFHLICNPBA_.WriteTo(output, _repeated_bFFHLICNPBA_codec);
|
|
oBGBOJNDEPK_.WriteTo(output, _repeated_oBGBOJNDEPK_codec);
|
|
if (IJFKBLEOOIF != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(IJFKBLEOOIF);
|
|
}
|
|
if (Retcode != 0) {
|
|
output.WriteRawTag(72);
|
|
output.WriteUInt32(Retcode);
|
|
}
|
|
cNEKKKONDBN_.WriteTo(output, _repeated_cNEKKKONDBN_codec);
|
|
oPKHGKIBJJH_.WriteTo(output, _repeated_oPKHGKIBJJH_codec);
|
|
jBFNFGBPLDB_.WriteTo(output, _repeated_jBFNFGBPLDB_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) {
|
|
bFFHLICNPBA_.WriteTo(ref output, _repeated_bFFHLICNPBA_codec);
|
|
oBGBOJNDEPK_.WriteTo(ref output, _repeated_oBGBOJNDEPK_codec);
|
|
if (IJFKBLEOOIF != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(IJFKBLEOOIF);
|
|
}
|
|
if (Retcode != 0) {
|
|
output.WriteRawTag(72);
|
|
output.WriteUInt32(Retcode);
|
|
}
|
|
cNEKKKONDBN_.WriteTo(ref output, _repeated_cNEKKKONDBN_codec);
|
|
oPKHGKIBJJH_.WriteTo(ref output, _repeated_oPKHGKIBJJH_codec);
|
|
jBFNFGBPLDB_.WriteTo(ref output, _repeated_jBFNFGBPLDB_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 += oPKHGKIBJJH_.CalculateSize(_repeated_oPKHGKIBJJH_codec);
|
|
size += bFFHLICNPBA_.CalculateSize(_repeated_bFFHLICNPBA_codec);
|
|
size += cNEKKKONDBN_.CalculateSize(_repeated_cNEKKKONDBN_codec);
|
|
size += oBGBOJNDEPK_.CalculateSize(_repeated_oBGBOJNDEPK_codec);
|
|
size += jBFNFGBPLDB_.CalculateSize(_repeated_jBFNFGBPLDB_codec);
|
|
if (Retcode != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
|
|
}
|
|
if (IJFKBLEOOIF != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(IJFKBLEOOIF);
|
|
}
|
|
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;
|
|
}
|
|
oPKHGKIBJJH_.Add(other.oPKHGKIBJJH_);
|
|
bFFHLICNPBA_.Add(other.bFFHLICNPBA_);
|
|
cNEKKKONDBN_.Add(other.cNEKKKONDBN_);
|
|
oBGBOJNDEPK_.Add(other.oBGBOJNDEPK_);
|
|
jBFNFGBPLDB_.Add(other.jBFNFGBPLDB_);
|
|
if (other.Retcode != 0) {
|
|
Retcode = other.Retcode;
|
|
}
|
|
if (other.IJFKBLEOOIF != 0) {
|
|
IJFKBLEOOIF = other.IJFKBLEOOIF;
|
|
}
|
|
_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 10: {
|
|
bFFHLICNPBA_.AddEntriesFrom(input, _repeated_bFFHLICNPBA_codec);
|
|
break;
|
|
}
|
|
case 26: {
|
|
oBGBOJNDEPK_.AddEntriesFrom(input, _repeated_oBGBOJNDEPK_codec);
|
|
break;
|
|
}
|
|
case 56: {
|
|
IJFKBLEOOIF = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 72: {
|
|
Retcode = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 90:
|
|
case 88: {
|
|
cNEKKKONDBN_.AddEntriesFrom(input, _repeated_cNEKKKONDBN_codec);
|
|
break;
|
|
}
|
|
case 106:
|
|
case 104: {
|
|
oPKHGKIBJJH_.AddEntriesFrom(input, _repeated_oPKHGKIBJJH_codec);
|
|
break;
|
|
}
|
|
case 122:
|
|
case 120: {
|
|
jBFNFGBPLDB_.AddEntriesFrom(input, _repeated_jBFNFGBPLDB_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 10: {
|
|
bFFHLICNPBA_.AddEntriesFrom(ref input, _repeated_bFFHLICNPBA_codec);
|
|
break;
|
|
}
|
|
case 26: {
|
|
oBGBOJNDEPK_.AddEntriesFrom(ref input, _repeated_oBGBOJNDEPK_codec);
|
|
break;
|
|
}
|
|
case 56: {
|
|
IJFKBLEOOIF = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 72: {
|
|
Retcode = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 90:
|
|
case 88: {
|
|
cNEKKKONDBN_.AddEntriesFrom(ref input, _repeated_cNEKKKONDBN_codec);
|
|
break;
|
|
}
|
|
case 106:
|
|
case 104: {
|
|
oPKHGKIBJJH_.AddEntriesFrom(ref input, _repeated_oPKHGKIBJJH_codec);
|
|
break;
|
|
}
|
|
case 122:
|
|
case 120: {
|
|
jBFNFGBPLDB_.AddEntriesFrom(ref input, _repeated_jBFNFGBPLDB_codec);
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|