mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
348 lines
15 KiB
C#
348 lines
15 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: ExpeditionDataChangeScNotify.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 ExpeditionDataChangeScNotify.proto</summary>
|
|
public static partial class ExpeditionDataChangeScNotifyReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for ExpeditionDataChangeScNotify.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static ExpeditionDataChangeScNotifyReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"CiJFeHBlZGl0aW9uRGF0YUNoYW5nZVNjTm90aWZ5LnByb3RvGhRFeHBlZGl0",
|
|
"aW9uSW5mby5wcm90bxoYQWN0aXZpdHlFeHBlZGl0aW9uLnByb3RvIskBChxF",
|
|
"eHBlZGl0aW9uRGF0YUNoYW5nZVNjTm90aWZ5EjUKGGFjdGl2aXR5X2V4cGVk",
|
|
"aXRpb25faW5mbxgDIAMoCzITLkFjdGl2aXR5RXhwZWRpdGlvbhIoCg9leHBl",
|
|
"ZGl0aW9uX2luZm8YCSADKAsyDy5FeHBlZGl0aW9uSW5mbxITCgtKRkpQQURM",
|
|
"QUxNRBgOIAMoDRIeChZ0b3RhbF9leHBlZGl0aW9uX2NvdW50GAUgASgNEhMK",
|
|
"C0ZOQUxMT0xER0xNGAsgAygNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIu",
|
|
"UHJvdG9iBnByb3RvMw=="));
|
|
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.ExpeditionDataChangeScNotify), global::EggLink.DanhengServer.Proto.ExpeditionDataChangeScNotify.Parser, new[]{ "ActivityExpeditionInfo", "ExpeditionInfo", "JFJPADLALMD", "TotalExpeditionCount", "FNALLOLDGLM" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class ExpeditionDataChangeScNotify : pb::IMessage<ExpeditionDataChangeScNotify>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<ExpeditionDataChangeScNotify> _parser = new pb::MessageParser<ExpeditionDataChangeScNotify>(() => new ExpeditionDataChangeScNotify());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<ExpeditionDataChangeScNotify> 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.ExpeditionDataChangeScNotifyReflection.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 ExpeditionDataChangeScNotify() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public ExpeditionDataChangeScNotify(ExpeditionDataChangeScNotify other) : this() {
|
|
activityExpeditionInfo_ = other.activityExpeditionInfo_.Clone();
|
|
expeditionInfo_ = other.expeditionInfo_.Clone();
|
|
jFJPADLALMD_ = other.jFJPADLALMD_.Clone();
|
|
totalExpeditionCount_ = other.totalExpeditionCount_;
|
|
fNALLOLDGLM_ = other.fNALLOLDGLM_.Clone();
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public ExpeditionDataChangeScNotify Clone() {
|
|
return new ExpeditionDataChangeScNotify(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "activity_expedition_info" field.</summary>
|
|
public const int ActivityExpeditionInfoFieldNumber = 3;
|
|
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.ActivityExpedition> _repeated_activityExpeditionInfo_codec
|
|
= pb::FieldCodec.ForMessage(26, 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 = 9;
|
|
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.ExpeditionInfo> _repeated_expeditionInfo_codec
|
|
= pb::FieldCodec.ForMessage(74, 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_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "JFJPADLALMD" field.</summary>
|
|
public const int JFJPADLALMDFieldNumber = 14;
|
|
private static readonly pb::FieldCodec<uint> _repeated_jFJPADLALMD_codec
|
|
= pb::FieldCodec.ForUInt32(114);
|
|
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 "total_expedition_count" field.</summary>
|
|
public const int TotalExpeditionCountFieldNumber = 5;
|
|
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 = 11;
|
|
private static readonly pb::FieldCodec<uint> _repeated_fNALLOLDGLM_codec
|
|
= pb::FieldCodec.ForUInt32(90);
|
|
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_; }
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as ExpeditionDataChangeScNotify);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(ExpeditionDataChangeScNotify other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if(!activityExpeditionInfo_.Equals(other.activityExpeditionInfo_)) return false;
|
|
if(!expeditionInfo_.Equals(other.expeditionInfo_)) return false;
|
|
if(!jFJPADLALMD_.Equals(other.jFJPADLALMD_)) return false;
|
|
if (TotalExpeditionCount != other.TotalExpeditionCount) return false;
|
|
if(!fNALLOLDGLM_.Equals(other.fNALLOLDGLM_)) 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 ^= activityExpeditionInfo_.GetHashCode();
|
|
hash ^= expeditionInfo_.GetHashCode();
|
|
hash ^= jFJPADLALMD_.GetHashCode();
|
|
if (TotalExpeditionCount != 0) hash ^= TotalExpeditionCount.GetHashCode();
|
|
hash ^= fNALLOLDGLM_.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
|
|
activityExpeditionInfo_.WriteTo(output, _repeated_activityExpeditionInfo_codec);
|
|
if (TotalExpeditionCount != 0) {
|
|
output.WriteRawTag(40);
|
|
output.WriteUInt32(TotalExpeditionCount);
|
|
}
|
|
expeditionInfo_.WriteTo(output, _repeated_expeditionInfo_codec);
|
|
fNALLOLDGLM_.WriteTo(output, _repeated_fNALLOLDGLM_codec);
|
|
jFJPADLALMD_.WriteTo(output, _repeated_jFJPADLALMD_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) {
|
|
activityExpeditionInfo_.WriteTo(ref output, _repeated_activityExpeditionInfo_codec);
|
|
if (TotalExpeditionCount != 0) {
|
|
output.WriteRawTag(40);
|
|
output.WriteUInt32(TotalExpeditionCount);
|
|
}
|
|
expeditionInfo_.WriteTo(ref output, _repeated_expeditionInfo_codec);
|
|
fNALLOLDGLM_.WriteTo(ref output, _repeated_fNALLOLDGLM_codec);
|
|
jFJPADLALMD_.WriteTo(ref output, _repeated_jFJPADLALMD_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 += activityExpeditionInfo_.CalculateSize(_repeated_activityExpeditionInfo_codec);
|
|
size += expeditionInfo_.CalculateSize(_repeated_expeditionInfo_codec);
|
|
size += jFJPADLALMD_.CalculateSize(_repeated_jFJPADLALMD_codec);
|
|
if (TotalExpeditionCount != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(TotalExpeditionCount);
|
|
}
|
|
size += fNALLOLDGLM_.CalculateSize(_repeated_fNALLOLDGLM_codec);
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(ExpeditionDataChangeScNotify other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
activityExpeditionInfo_.Add(other.activityExpeditionInfo_);
|
|
expeditionInfo_.Add(other.expeditionInfo_);
|
|
jFJPADLALMD_.Add(other.jFJPADLALMD_);
|
|
if (other.TotalExpeditionCount != 0) {
|
|
TotalExpeditionCount = other.TotalExpeditionCount;
|
|
}
|
|
fNALLOLDGLM_.Add(other.fNALLOLDGLM_);
|
|
_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: {
|
|
activityExpeditionInfo_.AddEntriesFrom(input, _repeated_activityExpeditionInfo_codec);
|
|
break;
|
|
}
|
|
case 40: {
|
|
TotalExpeditionCount = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 74: {
|
|
expeditionInfo_.AddEntriesFrom(input, _repeated_expeditionInfo_codec);
|
|
break;
|
|
}
|
|
case 90:
|
|
case 88: {
|
|
fNALLOLDGLM_.AddEntriesFrom(input, _repeated_fNALLOLDGLM_codec);
|
|
break;
|
|
}
|
|
case 114:
|
|
case 112: {
|
|
jFJPADLALMD_.AddEntriesFrom(input, _repeated_jFJPADLALMD_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: {
|
|
activityExpeditionInfo_.AddEntriesFrom(ref input, _repeated_activityExpeditionInfo_codec);
|
|
break;
|
|
}
|
|
case 40: {
|
|
TotalExpeditionCount = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 74: {
|
|
expeditionInfo_.AddEntriesFrom(ref input, _repeated_expeditionInfo_codec);
|
|
break;
|
|
}
|
|
case 90:
|
|
case 88: {
|
|
fNALLOLDGLM_.AddEntriesFrom(ref input, _repeated_fNALLOLDGLM_codec);
|
|
break;
|
|
}
|
|
case 114:
|
|
case 112: {
|
|
jFJPADLALMD_.AddEntriesFrom(ref input, _repeated_jFJPADLALMD_codec);
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|