Files
DanhengServer-OpenSource/Common/Proto/ExpeditionDataChangeScNotify.cs
2024-03-23 22:17:00 +08:00

347 lines
14 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(
"CiJFeHBlZGl0aW9uRGF0YUNoYW5nZVNjTm90aWZ5LnByb3RvGhhBY3Rpdml0",
"eUV4cGVkaXRpb24ucHJvdG8aEEV4cGVkaXRpb24ucHJvdG8iqQEKHEV4cGVk",
"aXRpb25EYXRhQ2hhbmdlU2NOb3RpZnkSEwoLS1BQQU1ERUlQRUgYAiADKA0S",
"EwoLREFNSkVPQktKSEwYCyABKA0SEwoLQ0ZPTExKSERMSEMYBiADKA0SIAoL",
"SUVHSUNDTU1ES0YYDSADKAsyCy5FeHBlZGl0aW9uEigKC05DQUNHTE1OT0FL",
"GAkgAygLMhMuQWN0aXZpdHlFeHBlZGl0aW9uQh6qAhtFZ2dMaW5rLkRhbmhl",
"bmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ActivityExpeditionReflection.Descriptor, global::EggLink.DanhengServer.Proto.ExpeditionReflection.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[]{ "KPPAMDEIPEH", "DAMJEOBKJHL", "CFOLLJHDLHC", "IEGICCMMDKF", "NCACGLMNOAK" }, 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() {
kPPAMDEIPEH_ = other.kPPAMDEIPEH_.Clone();
dAMJEOBKJHL_ = other.dAMJEOBKJHL_;
cFOLLJHDLHC_ = other.cFOLLJHDLHC_.Clone();
iEGICCMMDKF_ = other.iEGICCMMDKF_.Clone();
nCACGLMNOAK_ = other.nCACGLMNOAK_.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 "KPPAMDEIPEH" field.</summary>
public const int KPPAMDEIPEHFieldNumber = 2;
private static readonly pb::FieldCodec<uint> _repeated_kPPAMDEIPEH_codec
= pb::FieldCodec.ForUInt32(18);
private readonly pbc::RepeatedField<uint> kPPAMDEIPEH_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> KPPAMDEIPEH {
get { return kPPAMDEIPEH_; }
}
/// <summary>Field number for the "DAMJEOBKJHL" field.</summary>
public const int DAMJEOBKJHLFieldNumber = 11;
private uint dAMJEOBKJHL_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint DAMJEOBKJHL {
get { return dAMJEOBKJHL_; }
set {
dAMJEOBKJHL_ = value;
}
}
/// <summary>Field number for the "CFOLLJHDLHC" field.</summary>
public const int CFOLLJHDLHCFieldNumber = 6;
private static readonly pb::FieldCodec<uint> _repeated_cFOLLJHDLHC_codec
= pb::FieldCodec.ForUInt32(50);
private readonly pbc::RepeatedField<uint> cFOLLJHDLHC_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> CFOLLJHDLHC {
get { return cFOLLJHDLHC_; }
}
/// <summary>Field number for the "IEGICCMMDKF" field.</summary>
public const int IEGICCMMDKFFieldNumber = 13;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.Expedition> _repeated_iEGICCMMDKF_codec
= pb::FieldCodec.ForMessage(106, global::EggLink.DanhengServer.Proto.Expedition.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.Expedition> iEGICCMMDKF_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.Expedition>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.Expedition> IEGICCMMDKF {
get { return iEGICCMMDKF_; }
}
/// <summary>Field number for the "NCACGLMNOAK" field.</summary>
public const int NCACGLMNOAKFieldNumber = 9;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.ActivityExpedition> _repeated_nCACGLMNOAK_codec
= pb::FieldCodec.ForMessage(74, global::EggLink.DanhengServer.Proto.ActivityExpedition.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ActivityExpedition> nCACGLMNOAK_ = 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> NCACGLMNOAK {
get { return nCACGLMNOAK_; }
}
[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(!kPPAMDEIPEH_.Equals(other.kPPAMDEIPEH_)) return false;
if (DAMJEOBKJHL != other.DAMJEOBKJHL) return false;
if(!cFOLLJHDLHC_.Equals(other.cFOLLJHDLHC_)) return false;
if(!iEGICCMMDKF_.Equals(other.iEGICCMMDKF_)) return false;
if(!nCACGLMNOAK_.Equals(other.nCACGLMNOAK_)) 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 ^= kPPAMDEIPEH_.GetHashCode();
if (DAMJEOBKJHL != 0) hash ^= DAMJEOBKJHL.GetHashCode();
hash ^= cFOLLJHDLHC_.GetHashCode();
hash ^= iEGICCMMDKF_.GetHashCode();
hash ^= nCACGLMNOAK_.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
kPPAMDEIPEH_.WriteTo(output, _repeated_kPPAMDEIPEH_codec);
cFOLLJHDLHC_.WriteTo(output, _repeated_cFOLLJHDLHC_codec);
nCACGLMNOAK_.WriteTo(output, _repeated_nCACGLMNOAK_codec);
if (DAMJEOBKJHL != 0) {
output.WriteRawTag(88);
output.WriteUInt32(DAMJEOBKJHL);
}
iEGICCMMDKF_.WriteTo(output, _repeated_iEGICCMMDKF_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) {
kPPAMDEIPEH_.WriteTo(ref output, _repeated_kPPAMDEIPEH_codec);
cFOLLJHDLHC_.WriteTo(ref output, _repeated_cFOLLJHDLHC_codec);
nCACGLMNOAK_.WriteTo(ref output, _repeated_nCACGLMNOAK_codec);
if (DAMJEOBKJHL != 0) {
output.WriteRawTag(88);
output.WriteUInt32(DAMJEOBKJHL);
}
iEGICCMMDKF_.WriteTo(ref output, _repeated_iEGICCMMDKF_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 += kPPAMDEIPEH_.CalculateSize(_repeated_kPPAMDEIPEH_codec);
if (DAMJEOBKJHL != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DAMJEOBKJHL);
}
size += cFOLLJHDLHC_.CalculateSize(_repeated_cFOLLJHDLHC_codec);
size += iEGICCMMDKF_.CalculateSize(_repeated_iEGICCMMDKF_codec);
size += nCACGLMNOAK_.CalculateSize(_repeated_nCACGLMNOAK_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;
}
kPPAMDEIPEH_.Add(other.kPPAMDEIPEH_);
if (other.DAMJEOBKJHL != 0) {
DAMJEOBKJHL = other.DAMJEOBKJHL;
}
cFOLLJHDLHC_.Add(other.cFOLLJHDLHC_);
iEGICCMMDKF_.Add(other.iEGICCMMDKF_);
nCACGLMNOAK_.Add(other.nCACGLMNOAK_);
_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 18:
case 16: {
kPPAMDEIPEH_.AddEntriesFrom(input, _repeated_kPPAMDEIPEH_codec);
break;
}
case 50:
case 48: {
cFOLLJHDLHC_.AddEntriesFrom(input, _repeated_cFOLLJHDLHC_codec);
break;
}
case 74: {
nCACGLMNOAK_.AddEntriesFrom(input, _repeated_nCACGLMNOAK_codec);
break;
}
case 88: {
DAMJEOBKJHL = input.ReadUInt32();
break;
}
case 106: {
iEGICCMMDKF_.AddEntriesFrom(input, _repeated_iEGICCMMDKF_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 18:
case 16: {
kPPAMDEIPEH_.AddEntriesFrom(ref input, _repeated_kPPAMDEIPEH_codec);
break;
}
case 50:
case 48: {
cFOLLJHDLHC_.AddEntriesFrom(ref input, _repeated_cFOLLJHDLHC_codec);
break;
}
case 74: {
nCACGLMNOAK_.AddEntriesFrom(ref input, _repeated_nCACGLMNOAK_codec);
break;
}
case 88: {
DAMJEOBKJHL = input.ReadUInt32();
break;
}
case 106: {
iEGICCMMDKF_.AddEntriesFrom(ref input, _repeated_iEGICCMMDKF_codec);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code