//
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: GetExpeditionDataScRsp.proto
//
#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 {
/// Holder for reflection information generated from GetExpeditionDataScRsp.proto
public static partial class GetExpeditionDataScRspReflection {
#region Descriptor
/// File descriptor for GetExpeditionDataScRsp.proto
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static GetExpeditionDataScRspReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChxHZXRFeHBlZGl0aW9uRGF0YVNjUnNwLnByb3RvGhRFeHBlZGl0aW9uSW5m",
"by5wcm90bxoYQWN0aXZpdHlFeHBlZGl0aW9uLnByb3RvIukBChZHZXRFeHBl",
"ZGl0aW9uRGF0YVNjUnNwEhMKC0pGSlBBRExBTE1EGAMgAygNEg8KB3JldGNv",
"ZGUYByABKA0SNQoYYWN0aXZpdHlfZXhwZWRpdGlvbl9pbmZvGAogAygLMhMu",
"QWN0aXZpdHlFeHBlZGl0aW9uEh4KFnRvdGFsX2V4cGVkaXRpb25fY291bnQY",
"CCABKA0SEwoLRk5BTExPTERHTE0YDCADKA0SEwoLRkpHSU1LRVBKT0IYDiAD",
"KA0SKAoPZXhwZWRpdGlvbl9pbmZvGAYgAygLMg8uRXhwZWRpdGlvbkluZm9C",
"HqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ExpeditionInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ActivityExpeditionReflection.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
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new GetExpeditionDataScRsp());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser 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);
}
/// Field number for the "JFJPADLALMD" field.
public const int JFJPADLALMDFieldNumber = 3;
private static readonly pb::FieldCodec _repeated_jFJPADLALMD_codec
= pb::FieldCodec.ForUInt32(26);
private readonly pbc::RepeatedField jFJPADLALMD_ = new pbc::RepeatedField();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField JFJPADLALMD {
get { return jFJPADLALMD_; }
}
/// Field number for the "retcode" field.
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;
}
}
/// Field number for the "activity_expedition_info" field.
public const int ActivityExpeditionInfoFieldNumber = 10;
private static readonly pb::FieldCodec _repeated_activityExpeditionInfo_codec
= pb::FieldCodec.ForMessage(82, global::EggLink.DanhengServer.Proto.ActivityExpedition.Parser);
private readonly pbc::RepeatedField activityExpeditionInfo_ = new pbc::RepeatedField();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField ActivityExpeditionInfo {
get { return activityExpeditionInfo_; }
}
/// Field number for the "total_expedition_count" field.
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;
}
}
/// Field number for the "FNALLOLDGLM" field.
public const int FNALLOLDGLMFieldNumber = 12;
private static readonly pb::FieldCodec _repeated_fNALLOLDGLM_codec
= pb::FieldCodec.ForUInt32(98);
private readonly pbc::RepeatedField fNALLOLDGLM_ = new pbc::RepeatedField();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField FNALLOLDGLM {
get { return fNALLOLDGLM_; }
}
/// Field number for the "FJGIMKEPJOB" field.
public const int FJGIMKEPJOBFieldNumber = 14;
private static readonly pb::FieldCodec _repeated_fJGIMKEPJOB_codec
= pb::FieldCodec.ForUInt32(114);
private readonly pbc::RepeatedField fJGIMKEPJOB_ = new pbc::RepeatedField();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField FJGIMKEPJOB {
get { return fJGIMKEPJOB_; }
}
/// Field number for the "expedition_info" field.
public const int ExpeditionInfoFieldNumber = 6;
private static readonly pb::FieldCodec _repeated_expeditionInfo_codec
= pb::FieldCodec.ForMessage(50, global::EggLink.DanhengServer.Proto.ExpeditionInfo.Parser);
private readonly pbc::RepeatedField expeditionInfo_ = new pbc::RepeatedField();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField 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