Files
DanhengServer-OpenSource/Proto/ExpeditionDataChangeScNotify.cs
2024-10-27 13:23:57 +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(
"CiJFeHBlZGl0aW9uRGF0YUNoYW5nZVNjTm90aWZ5LnByb3RvGhFPSkdMR1BH",
"REVQTi5wcm90bxoYQWN0aXZpdHlFeHBlZGl0aW9uLnByb3RvIqoBChxFeHBl",
"ZGl0aW9uRGF0YUNoYW5nZVNjTm90aWZ5EhMKC1BCTEhLQURQREdDGAkgAygN",
"EhMKC01EQU9EREVNT09DGAcgAygNEhMKC05NQ1BBSExDUEtFGAEgASgNEiEK",
"C0JBRklPTExLQkRBGAggAygLMgwuT0pHTEdQR0RFUE4SKAoLQ0xGTUZKR0xI",
"TUoYBSADKAsyEy5BY3Rpdml0eUV4cGVkaXRpb25CHqoCG0VnZ0xpbmsuRGFu",
"aGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.OJGLGPGDEPNReflection.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[]{ "PBLHKADPDGC", "MDAODDEMOOC", "NMCPAHLCPKE", "BAFIOLLKBDA", "CLFMFJGLHMJ" }, 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() {
pBLHKADPDGC_ = other.pBLHKADPDGC_.Clone();
mDAODDEMOOC_ = other.mDAODDEMOOC_.Clone();
nMCPAHLCPKE_ = other.nMCPAHLCPKE_;
bAFIOLLKBDA_ = other.bAFIOLLKBDA_.Clone();
cLFMFJGLHMJ_ = other.cLFMFJGLHMJ_.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 "PBLHKADPDGC" field.</summary>
public const int PBLHKADPDGCFieldNumber = 9;
private static readonly pb::FieldCodec<uint> _repeated_pBLHKADPDGC_codec
= pb::FieldCodec.ForUInt32(74);
private readonly pbc::RepeatedField<uint> pBLHKADPDGC_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> PBLHKADPDGC {
get { return pBLHKADPDGC_; }
}
/// <summary>Field number for the "MDAODDEMOOC" field.</summary>
public const int MDAODDEMOOCFieldNumber = 7;
private static readonly pb::FieldCodec<uint> _repeated_mDAODDEMOOC_codec
= pb::FieldCodec.ForUInt32(58);
private readonly pbc::RepeatedField<uint> mDAODDEMOOC_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> MDAODDEMOOC {
get { return mDAODDEMOOC_; }
}
/// <summary>Field number for the "NMCPAHLCPKE" field.</summary>
public const int NMCPAHLCPKEFieldNumber = 1;
private uint nMCPAHLCPKE_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint NMCPAHLCPKE {
get { return nMCPAHLCPKE_; }
set {
nMCPAHLCPKE_ = value;
}
}
/// <summary>Field number for the "BAFIOLLKBDA" field.</summary>
public const int BAFIOLLKBDAFieldNumber = 8;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.OJGLGPGDEPN> _repeated_bAFIOLLKBDA_codec
= pb::FieldCodec.ForMessage(66, global::EggLink.DanhengServer.Proto.OJGLGPGDEPN.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.OJGLGPGDEPN> bAFIOLLKBDA_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.OJGLGPGDEPN>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.OJGLGPGDEPN> BAFIOLLKBDA {
get { return bAFIOLLKBDA_; }
}
/// <summary>Field number for the "CLFMFJGLHMJ" field.</summary>
public const int CLFMFJGLHMJFieldNumber = 5;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.ActivityExpedition> _repeated_cLFMFJGLHMJ_codec
= pb::FieldCodec.ForMessage(42, global::EggLink.DanhengServer.Proto.ActivityExpedition.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ActivityExpedition> cLFMFJGLHMJ_ = 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> CLFMFJGLHMJ {
get { return cLFMFJGLHMJ_; }
}
[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(!pBLHKADPDGC_.Equals(other.pBLHKADPDGC_)) return false;
if(!mDAODDEMOOC_.Equals(other.mDAODDEMOOC_)) return false;
if (NMCPAHLCPKE != other.NMCPAHLCPKE) return false;
if(!bAFIOLLKBDA_.Equals(other.bAFIOLLKBDA_)) return false;
if(!cLFMFJGLHMJ_.Equals(other.cLFMFJGLHMJ_)) 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 ^= pBLHKADPDGC_.GetHashCode();
hash ^= mDAODDEMOOC_.GetHashCode();
if (NMCPAHLCPKE != 0) hash ^= NMCPAHLCPKE.GetHashCode();
hash ^= bAFIOLLKBDA_.GetHashCode();
hash ^= cLFMFJGLHMJ_.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
if (NMCPAHLCPKE != 0) {
output.WriteRawTag(8);
output.WriteUInt32(NMCPAHLCPKE);
}
cLFMFJGLHMJ_.WriteTo(output, _repeated_cLFMFJGLHMJ_codec);
mDAODDEMOOC_.WriteTo(output, _repeated_mDAODDEMOOC_codec);
bAFIOLLKBDA_.WriteTo(output, _repeated_bAFIOLLKBDA_codec);
pBLHKADPDGC_.WriteTo(output, _repeated_pBLHKADPDGC_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) {
if (NMCPAHLCPKE != 0) {
output.WriteRawTag(8);
output.WriteUInt32(NMCPAHLCPKE);
}
cLFMFJGLHMJ_.WriteTo(ref output, _repeated_cLFMFJGLHMJ_codec);
mDAODDEMOOC_.WriteTo(ref output, _repeated_mDAODDEMOOC_codec);
bAFIOLLKBDA_.WriteTo(ref output, _repeated_bAFIOLLKBDA_codec);
pBLHKADPDGC_.WriteTo(ref output, _repeated_pBLHKADPDGC_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 += pBLHKADPDGC_.CalculateSize(_repeated_pBLHKADPDGC_codec);
size += mDAODDEMOOC_.CalculateSize(_repeated_mDAODDEMOOC_codec);
if (NMCPAHLCPKE != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(NMCPAHLCPKE);
}
size += bAFIOLLKBDA_.CalculateSize(_repeated_bAFIOLLKBDA_codec);
size += cLFMFJGLHMJ_.CalculateSize(_repeated_cLFMFJGLHMJ_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;
}
pBLHKADPDGC_.Add(other.pBLHKADPDGC_);
mDAODDEMOOC_.Add(other.mDAODDEMOOC_);
if (other.NMCPAHLCPKE != 0) {
NMCPAHLCPKE = other.NMCPAHLCPKE;
}
bAFIOLLKBDA_.Add(other.bAFIOLLKBDA_);
cLFMFJGLHMJ_.Add(other.cLFMFJGLHMJ_);
_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 8: {
NMCPAHLCPKE = input.ReadUInt32();
break;
}
case 42: {
cLFMFJGLHMJ_.AddEntriesFrom(input, _repeated_cLFMFJGLHMJ_codec);
break;
}
case 58:
case 56: {
mDAODDEMOOC_.AddEntriesFrom(input, _repeated_mDAODDEMOOC_codec);
break;
}
case 66: {
bAFIOLLKBDA_.AddEntriesFrom(input, _repeated_bAFIOLLKBDA_codec);
break;
}
case 74:
case 72: {
pBLHKADPDGC_.AddEntriesFrom(input, _repeated_pBLHKADPDGC_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 8: {
NMCPAHLCPKE = input.ReadUInt32();
break;
}
case 42: {
cLFMFJGLHMJ_.AddEntriesFrom(ref input, _repeated_cLFMFJGLHMJ_codec);
break;
}
case 58:
case 56: {
mDAODDEMOOC_.AddEntriesFrom(ref input, _repeated_mDAODDEMOOC_codec);
break;
}
case 66: {
bAFIOLLKBDA_.AddEntriesFrom(ref input, _repeated_bAFIOLLKBDA_codec);
break;
}
case 74:
case 72: {
pBLHKADPDGC_.AddEntriesFrom(ref input, _repeated_pBLHKADPDGC_codec);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code