mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
413 lines
14 KiB
C#
413 lines
14 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: ActivityExpedition.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 ActivityExpedition.proto</summary>
|
|
public static partial class ActivityExpeditionReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for ActivityExpedition.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static ActivityExpeditionReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChhBY3Rpdml0eUV4cGVkaXRpb24ucHJvdG8ijAEKEkFjdGl2aXR5RXhwZWRp",
|
|
"dGlvbhIKCgJpZBgGIAEoDRITCgtMQU9KQk9DSUVIThgDIAEoDRITCgtCUE1K",
|
|
"UEVMRkpCSxgOIAEoDRITCgtQSE9HRU1QTEhMThgHIAEoDRITCgtPRkxLSENC",
|
|
"RENBShgNIAEoAxIWCg5hdmF0YXJfaWRfbGlzdBgPIAMoDUIeqgIbRWdnTGlu",
|
|
"ay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ActivityExpedition), global::EggLink.DanhengServer.Proto.ActivityExpedition.Parser, new[]{ "Id", "LAOJBOCIEHN", "BPMJPELFJBK", "PHOGEMPLHLN", "OFLKHCBDCAJ", "AvatarIdList" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class ActivityExpedition : pb::IMessage<ActivityExpedition>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<ActivityExpedition> _parser = new pb::MessageParser<ActivityExpedition>(() => new ActivityExpedition());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<ActivityExpedition> 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.ActivityExpeditionReflection.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 ActivityExpedition() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public ActivityExpedition(ActivityExpedition other) : this() {
|
|
id_ = other.id_;
|
|
lAOJBOCIEHN_ = other.lAOJBOCIEHN_;
|
|
bPMJPELFJBK_ = other.bPMJPELFJBK_;
|
|
pHOGEMPLHLN_ = other.pHOGEMPLHLN_;
|
|
oFLKHCBDCAJ_ = other.oFLKHCBDCAJ_;
|
|
avatarIdList_ = other.avatarIdList_.Clone();
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public ActivityExpedition Clone() {
|
|
return new ActivityExpedition(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "id" field.</summary>
|
|
public const int IdFieldNumber = 6;
|
|
private uint id_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint Id {
|
|
get { return id_; }
|
|
set {
|
|
id_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "LAOJBOCIEHN" field.</summary>
|
|
public const int LAOJBOCIEHNFieldNumber = 3;
|
|
private uint lAOJBOCIEHN_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint LAOJBOCIEHN {
|
|
get { return lAOJBOCIEHN_; }
|
|
set {
|
|
lAOJBOCIEHN_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "BPMJPELFJBK" field.</summary>
|
|
public const int BPMJPELFJBKFieldNumber = 14;
|
|
private uint bPMJPELFJBK_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint BPMJPELFJBK {
|
|
get { return bPMJPELFJBK_; }
|
|
set {
|
|
bPMJPELFJBK_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "PHOGEMPLHLN" field.</summary>
|
|
public const int PHOGEMPLHLNFieldNumber = 7;
|
|
private uint pHOGEMPLHLN_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint PHOGEMPLHLN {
|
|
get { return pHOGEMPLHLN_; }
|
|
set {
|
|
pHOGEMPLHLN_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "OFLKHCBDCAJ" field.</summary>
|
|
public const int OFLKHCBDCAJFieldNumber = 13;
|
|
private long oFLKHCBDCAJ_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public long OFLKHCBDCAJ {
|
|
get { return oFLKHCBDCAJ_; }
|
|
set {
|
|
oFLKHCBDCAJ_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "avatar_id_list" field.</summary>
|
|
public const int AvatarIdListFieldNumber = 15;
|
|
private static readonly pb::FieldCodec<uint> _repeated_avatarIdList_codec
|
|
= pb::FieldCodec.ForUInt32(122);
|
|
private readonly pbc::RepeatedField<uint> avatarIdList_ = new pbc::RepeatedField<uint>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<uint> AvatarIdList {
|
|
get { return avatarIdList_; }
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as ActivityExpedition);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(ActivityExpedition other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (Id != other.Id) return false;
|
|
if (LAOJBOCIEHN != other.LAOJBOCIEHN) return false;
|
|
if (BPMJPELFJBK != other.BPMJPELFJBK) return false;
|
|
if (PHOGEMPLHLN != other.PHOGEMPLHLN) return false;
|
|
if (OFLKHCBDCAJ != other.OFLKHCBDCAJ) return false;
|
|
if(!avatarIdList_.Equals(other.avatarIdList_)) 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 (Id != 0) hash ^= Id.GetHashCode();
|
|
if (LAOJBOCIEHN != 0) hash ^= LAOJBOCIEHN.GetHashCode();
|
|
if (BPMJPELFJBK != 0) hash ^= BPMJPELFJBK.GetHashCode();
|
|
if (PHOGEMPLHLN != 0) hash ^= PHOGEMPLHLN.GetHashCode();
|
|
if (OFLKHCBDCAJ != 0L) hash ^= OFLKHCBDCAJ.GetHashCode();
|
|
hash ^= avatarIdList_.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 (LAOJBOCIEHN != 0) {
|
|
output.WriteRawTag(24);
|
|
output.WriteUInt32(LAOJBOCIEHN);
|
|
}
|
|
if (Id != 0) {
|
|
output.WriteRawTag(48);
|
|
output.WriteUInt32(Id);
|
|
}
|
|
if (PHOGEMPLHLN != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(PHOGEMPLHLN);
|
|
}
|
|
if (OFLKHCBDCAJ != 0L) {
|
|
output.WriteRawTag(104);
|
|
output.WriteInt64(OFLKHCBDCAJ);
|
|
}
|
|
if (BPMJPELFJBK != 0) {
|
|
output.WriteRawTag(112);
|
|
output.WriteUInt32(BPMJPELFJBK);
|
|
}
|
|
avatarIdList_.WriteTo(output, _repeated_avatarIdList_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 (LAOJBOCIEHN != 0) {
|
|
output.WriteRawTag(24);
|
|
output.WriteUInt32(LAOJBOCIEHN);
|
|
}
|
|
if (Id != 0) {
|
|
output.WriteRawTag(48);
|
|
output.WriteUInt32(Id);
|
|
}
|
|
if (PHOGEMPLHLN != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(PHOGEMPLHLN);
|
|
}
|
|
if (OFLKHCBDCAJ != 0L) {
|
|
output.WriteRawTag(104);
|
|
output.WriteInt64(OFLKHCBDCAJ);
|
|
}
|
|
if (BPMJPELFJBK != 0) {
|
|
output.WriteRawTag(112);
|
|
output.WriteUInt32(BPMJPELFJBK);
|
|
}
|
|
avatarIdList_.WriteTo(ref output, _repeated_avatarIdList_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;
|
|
if (Id != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Id);
|
|
}
|
|
if (LAOJBOCIEHN != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LAOJBOCIEHN);
|
|
}
|
|
if (BPMJPELFJBK != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BPMJPELFJBK);
|
|
}
|
|
if (PHOGEMPLHLN != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PHOGEMPLHLN);
|
|
}
|
|
if (OFLKHCBDCAJ != 0L) {
|
|
size += 1 + pb::CodedOutputStream.ComputeInt64Size(OFLKHCBDCAJ);
|
|
}
|
|
size += avatarIdList_.CalculateSize(_repeated_avatarIdList_codec);
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(ActivityExpedition other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.Id != 0) {
|
|
Id = other.Id;
|
|
}
|
|
if (other.LAOJBOCIEHN != 0) {
|
|
LAOJBOCIEHN = other.LAOJBOCIEHN;
|
|
}
|
|
if (other.BPMJPELFJBK != 0) {
|
|
BPMJPELFJBK = other.BPMJPELFJBK;
|
|
}
|
|
if (other.PHOGEMPLHLN != 0) {
|
|
PHOGEMPLHLN = other.PHOGEMPLHLN;
|
|
}
|
|
if (other.OFLKHCBDCAJ != 0L) {
|
|
OFLKHCBDCAJ = other.OFLKHCBDCAJ;
|
|
}
|
|
avatarIdList_.Add(other.avatarIdList_);
|
|
_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 24: {
|
|
LAOJBOCIEHN = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 48: {
|
|
Id = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 56: {
|
|
PHOGEMPLHLN = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 104: {
|
|
OFLKHCBDCAJ = input.ReadInt64();
|
|
break;
|
|
}
|
|
case 112: {
|
|
BPMJPELFJBK = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 122:
|
|
case 120: {
|
|
avatarIdList_.AddEntriesFrom(input, _repeated_avatarIdList_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 24: {
|
|
LAOJBOCIEHN = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 48: {
|
|
Id = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 56: {
|
|
PHOGEMPLHLN = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 104: {
|
|
OFLKHCBDCAJ = input.ReadInt64();
|
|
break;
|
|
}
|
|
case 112: {
|
|
BPMJPELFJBK = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 122:
|
|
case 120: {
|
|
avatarIdList_.AddEntriesFrom(ref input, _repeated_avatarIdList_codec);
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|