mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
460 lines
16 KiB
C#
460 lines
16 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: TravelBrochureUpdatePasterPosCsReq.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 TravelBrochureUpdatePasterPosCsReq.proto</summary>
|
|
public static partial class TravelBrochureUpdatePasterPosCsReqReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for TravelBrochureUpdatePasterPosCsReq.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static TravelBrochureUpdatePasterPosCsReqReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"CihUcmF2ZWxCcm9jaHVyZVVwZGF0ZVBhc3RlclBvc0NzUmVxLnByb3RvIrEB",
|
|
"CiJUcmF2ZWxCcm9jaHVyZVVwZGF0ZVBhc3RlclBvc0NzUmVxEhMKC01GSkxM",
|
|
"S09PRkJMGAUgASgNEhMKC09LSlBGTkdMTE1JGAQgASgNEhMKC0FGS0ZKREpC",
|
|
"RVBBGAkgASgFEhMKC05QSElMQkdJQk5NGA8gASgFEg8KB2l0ZW1faWQYCyAB",
|
|
"KA0SEwoLTEdKSE9PREVOUE0YASABKA0SEQoJdW5pcXVlX2lkGAcgASgEQh6q",
|
|
"AhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.TravelBrochureUpdatePasterPosCsReq), global::EggLink.DanhengServer.Proto.TravelBrochureUpdatePasterPosCsReq.Parser, new[]{ "MFJLLKOOFBL", "OKJPFNGLLMI", "AFKFJDJBEPA", "NPHILBGIBNM", "ItemId", "LGJHOODENPM", "UniqueId" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class TravelBrochureUpdatePasterPosCsReq : pb::IMessage<TravelBrochureUpdatePasterPosCsReq>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<TravelBrochureUpdatePasterPosCsReq> _parser = new pb::MessageParser<TravelBrochureUpdatePasterPosCsReq>(() => new TravelBrochureUpdatePasterPosCsReq());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<TravelBrochureUpdatePasterPosCsReq> 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.TravelBrochureUpdatePasterPosCsReqReflection.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 TravelBrochureUpdatePasterPosCsReq() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public TravelBrochureUpdatePasterPosCsReq(TravelBrochureUpdatePasterPosCsReq other) : this() {
|
|
mFJLLKOOFBL_ = other.mFJLLKOOFBL_;
|
|
oKJPFNGLLMI_ = other.oKJPFNGLLMI_;
|
|
aFKFJDJBEPA_ = other.aFKFJDJBEPA_;
|
|
nPHILBGIBNM_ = other.nPHILBGIBNM_;
|
|
itemId_ = other.itemId_;
|
|
lGJHOODENPM_ = other.lGJHOODENPM_;
|
|
uniqueId_ = other.uniqueId_;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public TravelBrochureUpdatePasterPosCsReq Clone() {
|
|
return new TravelBrochureUpdatePasterPosCsReq(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "MFJLLKOOFBL" field.</summary>
|
|
public const int MFJLLKOOFBLFieldNumber = 5;
|
|
private uint mFJLLKOOFBL_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint MFJLLKOOFBL {
|
|
get { return mFJLLKOOFBL_; }
|
|
set {
|
|
mFJLLKOOFBL_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "OKJPFNGLLMI" field.</summary>
|
|
public const int OKJPFNGLLMIFieldNumber = 4;
|
|
private uint oKJPFNGLLMI_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint OKJPFNGLLMI {
|
|
get { return oKJPFNGLLMI_; }
|
|
set {
|
|
oKJPFNGLLMI_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "AFKFJDJBEPA" field.</summary>
|
|
public const int AFKFJDJBEPAFieldNumber = 9;
|
|
private int aFKFJDJBEPA_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public int AFKFJDJBEPA {
|
|
get { return aFKFJDJBEPA_; }
|
|
set {
|
|
aFKFJDJBEPA_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "NPHILBGIBNM" field.</summary>
|
|
public const int NPHILBGIBNMFieldNumber = 15;
|
|
private int nPHILBGIBNM_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public int NPHILBGIBNM {
|
|
get { return nPHILBGIBNM_; }
|
|
set {
|
|
nPHILBGIBNM_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "item_id" field.</summary>
|
|
public const int ItemIdFieldNumber = 11;
|
|
private uint itemId_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint ItemId {
|
|
get { return itemId_; }
|
|
set {
|
|
itemId_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "LGJHOODENPM" field.</summary>
|
|
public const int LGJHOODENPMFieldNumber = 1;
|
|
private uint lGJHOODENPM_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint LGJHOODENPM {
|
|
get { return lGJHOODENPM_; }
|
|
set {
|
|
lGJHOODENPM_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "unique_id" field.</summary>
|
|
public const int UniqueIdFieldNumber = 7;
|
|
private ulong uniqueId_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public ulong UniqueId {
|
|
get { return uniqueId_; }
|
|
set {
|
|
uniqueId_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as TravelBrochureUpdatePasterPosCsReq);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(TravelBrochureUpdatePasterPosCsReq other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (MFJLLKOOFBL != other.MFJLLKOOFBL) return false;
|
|
if (OKJPFNGLLMI != other.OKJPFNGLLMI) return false;
|
|
if (AFKFJDJBEPA != other.AFKFJDJBEPA) return false;
|
|
if (NPHILBGIBNM != other.NPHILBGIBNM) return false;
|
|
if (ItemId != other.ItemId) return false;
|
|
if (LGJHOODENPM != other.LGJHOODENPM) return false;
|
|
if (UniqueId != other.UniqueId) 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;
|
|
if (MFJLLKOOFBL != 0) hash ^= MFJLLKOOFBL.GetHashCode();
|
|
if (OKJPFNGLLMI != 0) hash ^= OKJPFNGLLMI.GetHashCode();
|
|
if (AFKFJDJBEPA != 0) hash ^= AFKFJDJBEPA.GetHashCode();
|
|
if (NPHILBGIBNM != 0) hash ^= NPHILBGIBNM.GetHashCode();
|
|
if (ItemId != 0) hash ^= ItemId.GetHashCode();
|
|
if (LGJHOODENPM != 0) hash ^= LGJHOODENPM.GetHashCode();
|
|
if (UniqueId != 0UL) hash ^= UniqueId.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 (LGJHOODENPM != 0) {
|
|
output.WriteRawTag(8);
|
|
output.WriteUInt32(LGJHOODENPM);
|
|
}
|
|
if (OKJPFNGLLMI != 0) {
|
|
output.WriteRawTag(32);
|
|
output.WriteUInt32(OKJPFNGLLMI);
|
|
}
|
|
if (MFJLLKOOFBL != 0) {
|
|
output.WriteRawTag(40);
|
|
output.WriteUInt32(MFJLLKOOFBL);
|
|
}
|
|
if (UniqueId != 0UL) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt64(UniqueId);
|
|
}
|
|
if (AFKFJDJBEPA != 0) {
|
|
output.WriteRawTag(72);
|
|
output.WriteInt32(AFKFJDJBEPA);
|
|
}
|
|
if (ItemId != 0) {
|
|
output.WriteRawTag(88);
|
|
output.WriteUInt32(ItemId);
|
|
}
|
|
if (NPHILBGIBNM != 0) {
|
|
output.WriteRawTag(120);
|
|
output.WriteInt32(NPHILBGIBNM);
|
|
}
|
|
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 (LGJHOODENPM != 0) {
|
|
output.WriteRawTag(8);
|
|
output.WriteUInt32(LGJHOODENPM);
|
|
}
|
|
if (OKJPFNGLLMI != 0) {
|
|
output.WriteRawTag(32);
|
|
output.WriteUInt32(OKJPFNGLLMI);
|
|
}
|
|
if (MFJLLKOOFBL != 0) {
|
|
output.WriteRawTag(40);
|
|
output.WriteUInt32(MFJLLKOOFBL);
|
|
}
|
|
if (UniqueId != 0UL) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt64(UniqueId);
|
|
}
|
|
if (AFKFJDJBEPA != 0) {
|
|
output.WriteRawTag(72);
|
|
output.WriteInt32(AFKFJDJBEPA);
|
|
}
|
|
if (ItemId != 0) {
|
|
output.WriteRawTag(88);
|
|
output.WriteUInt32(ItemId);
|
|
}
|
|
if (NPHILBGIBNM != 0) {
|
|
output.WriteRawTag(120);
|
|
output.WriteInt32(NPHILBGIBNM);
|
|
}
|
|
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;
|
|
if (MFJLLKOOFBL != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MFJLLKOOFBL);
|
|
}
|
|
if (OKJPFNGLLMI != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OKJPFNGLLMI);
|
|
}
|
|
if (AFKFJDJBEPA != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeInt32Size(AFKFJDJBEPA);
|
|
}
|
|
if (NPHILBGIBNM != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeInt32Size(NPHILBGIBNM);
|
|
}
|
|
if (ItemId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ItemId);
|
|
}
|
|
if (LGJHOODENPM != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LGJHOODENPM);
|
|
}
|
|
if (UniqueId != 0UL) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt64Size(UniqueId);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(TravelBrochureUpdatePasterPosCsReq other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.MFJLLKOOFBL != 0) {
|
|
MFJLLKOOFBL = other.MFJLLKOOFBL;
|
|
}
|
|
if (other.OKJPFNGLLMI != 0) {
|
|
OKJPFNGLLMI = other.OKJPFNGLLMI;
|
|
}
|
|
if (other.AFKFJDJBEPA != 0) {
|
|
AFKFJDJBEPA = other.AFKFJDJBEPA;
|
|
}
|
|
if (other.NPHILBGIBNM != 0) {
|
|
NPHILBGIBNM = other.NPHILBGIBNM;
|
|
}
|
|
if (other.ItemId != 0) {
|
|
ItemId = other.ItemId;
|
|
}
|
|
if (other.LGJHOODENPM != 0) {
|
|
LGJHOODENPM = other.LGJHOODENPM;
|
|
}
|
|
if (other.UniqueId != 0UL) {
|
|
UniqueId = other.UniqueId;
|
|
}
|
|
_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: {
|
|
LGJHOODENPM = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 32: {
|
|
OKJPFNGLLMI = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 40: {
|
|
MFJLLKOOFBL = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 56: {
|
|
UniqueId = input.ReadUInt64();
|
|
break;
|
|
}
|
|
case 72: {
|
|
AFKFJDJBEPA = input.ReadInt32();
|
|
break;
|
|
}
|
|
case 88: {
|
|
ItemId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 120: {
|
|
NPHILBGIBNM = input.ReadInt32();
|
|
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: {
|
|
LGJHOODENPM = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 32: {
|
|
OKJPFNGLLMI = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 40: {
|
|
MFJLLKOOFBL = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 56: {
|
|
UniqueId = input.ReadUInt64();
|
|
break;
|
|
}
|
|
case 72: {
|
|
AFKFJDJBEPA = input.ReadInt32();
|
|
break;
|
|
}
|
|
case 88: {
|
|
ItemId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 120: {
|
|
NPHILBGIBNM = input.ReadInt32();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|