Files
DanhengServer-OpenSource/Proto/ActivityExpedition.cs
2025-08-15 12:52:47 +08:00

451 lines
16 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(
"ChhBY3Rpdml0eUV4cGVkaXRpb24ucHJvdG8iqwEKEkFjdGl2aXR5RXhwZWRp",
"dGlvbhITCgtGTkdHTkJNT0ZBQRgHIAEoDRITCgtITkFBTURDRklEQRgMIAEo",
"DRIKCgJpZBgDIAEoDRITCgtJUEdFQ0xFTEhHShgKIAEoDRIdChVzdGFydF9l",
"eHBlZGl0aW9uX3RpbWUYBSABKAMSEwoLT0pGTkxNSE1MT0YYBCABKA0SFgoO",
"YXZhdGFyX2lkX2xpc3QYCCADKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZl",
"ci5Qcm90b2IGcHJvdG8z"));
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[]{ "FNGGNBMOFAA", "HNAAMDCFIDA", "Id", "IPGECLELHGJ", "StartExpeditionTime", "OJFNLMHMLOF", "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() {
fNGGNBMOFAA_ = other.fNGGNBMOFAA_;
hNAAMDCFIDA_ = other.hNAAMDCFIDA_;
id_ = other.id_;
iPGECLELHGJ_ = other.iPGECLELHGJ_;
startExpeditionTime_ = other.startExpeditionTime_;
oJFNLMHMLOF_ = other.oJFNLMHMLOF_;
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 "FNGGNBMOFAA" field.</summary>
public const int FNGGNBMOFAAFieldNumber = 7;
private uint fNGGNBMOFAA_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint FNGGNBMOFAA {
get { return fNGGNBMOFAA_; }
set {
fNGGNBMOFAA_ = value;
}
}
/// <summary>Field number for the "HNAAMDCFIDA" field.</summary>
public const int HNAAMDCFIDAFieldNumber = 12;
private uint hNAAMDCFIDA_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint HNAAMDCFIDA {
get { return hNAAMDCFIDA_; }
set {
hNAAMDCFIDA_ = value;
}
}
/// <summary>Field number for the "id" field.</summary>
public const int IdFieldNumber = 3;
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 "IPGECLELHGJ" field.</summary>
public const int IPGECLELHGJFieldNumber = 10;
private uint iPGECLELHGJ_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint IPGECLELHGJ {
get { return iPGECLELHGJ_; }
set {
iPGECLELHGJ_ = value;
}
}
/// <summary>Field number for the "start_expedition_time" field.</summary>
public const int StartExpeditionTimeFieldNumber = 5;
private long startExpeditionTime_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public long StartExpeditionTime {
get { return startExpeditionTime_; }
set {
startExpeditionTime_ = value;
}
}
/// <summary>Field number for the "OJFNLMHMLOF" field.</summary>
public const int OJFNLMHMLOFFieldNumber = 4;
private uint oJFNLMHMLOF_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint OJFNLMHMLOF {
get { return oJFNLMHMLOF_; }
set {
oJFNLMHMLOF_ = value;
}
}
/// <summary>Field number for the "avatar_id_list" field.</summary>
public const int AvatarIdListFieldNumber = 8;
private static readonly pb::FieldCodec<uint> _repeated_avatarIdList_codec
= pb::FieldCodec.ForUInt32(66);
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 (FNGGNBMOFAA != other.FNGGNBMOFAA) return false;
if (HNAAMDCFIDA != other.HNAAMDCFIDA) return false;
if (Id != other.Id) return false;
if (IPGECLELHGJ != other.IPGECLELHGJ) return false;
if (StartExpeditionTime != other.StartExpeditionTime) return false;
if (OJFNLMHMLOF != other.OJFNLMHMLOF) 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 (FNGGNBMOFAA != 0) hash ^= FNGGNBMOFAA.GetHashCode();
if (HNAAMDCFIDA != 0) hash ^= HNAAMDCFIDA.GetHashCode();
if (Id != 0) hash ^= Id.GetHashCode();
if (IPGECLELHGJ != 0) hash ^= IPGECLELHGJ.GetHashCode();
if (StartExpeditionTime != 0L) hash ^= StartExpeditionTime.GetHashCode();
if (OJFNLMHMLOF != 0) hash ^= OJFNLMHMLOF.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 (Id != 0) {
output.WriteRawTag(24);
output.WriteUInt32(Id);
}
if (OJFNLMHMLOF != 0) {
output.WriteRawTag(32);
output.WriteUInt32(OJFNLMHMLOF);
}
if (StartExpeditionTime != 0L) {
output.WriteRawTag(40);
output.WriteInt64(StartExpeditionTime);
}
if (FNGGNBMOFAA != 0) {
output.WriteRawTag(56);
output.WriteUInt32(FNGGNBMOFAA);
}
avatarIdList_.WriteTo(output, _repeated_avatarIdList_codec);
if (IPGECLELHGJ != 0) {
output.WriteRawTag(80);
output.WriteUInt32(IPGECLELHGJ);
}
if (HNAAMDCFIDA != 0) {
output.WriteRawTag(96);
output.WriteUInt32(HNAAMDCFIDA);
}
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 (Id != 0) {
output.WriteRawTag(24);
output.WriteUInt32(Id);
}
if (OJFNLMHMLOF != 0) {
output.WriteRawTag(32);
output.WriteUInt32(OJFNLMHMLOF);
}
if (StartExpeditionTime != 0L) {
output.WriteRawTag(40);
output.WriteInt64(StartExpeditionTime);
}
if (FNGGNBMOFAA != 0) {
output.WriteRawTag(56);
output.WriteUInt32(FNGGNBMOFAA);
}
avatarIdList_.WriteTo(ref output, _repeated_avatarIdList_codec);
if (IPGECLELHGJ != 0) {
output.WriteRawTag(80);
output.WriteUInt32(IPGECLELHGJ);
}
if (HNAAMDCFIDA != 0) {
output.WriteRawTag(96);
output.WriteUInt32(HNAAMDCFIDA);
}
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 (FNGGNBMOFAA != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FNGGNBMOFAA);
}
if (HNAAMDCFIDA != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HNAAMDCFIDA);
}
if (Id != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Id);
}
if (IPGECLELHGJ != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(IPGECLELHGJ);
}
if (StartExpeditionTime != 0L) {
size += 1 + pb::CodedOutputStream.ComputeInt64Size(StartExpeditionTime);
}
if (OJFNLMHMLOF != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OJFNLMHMLOF);
}
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.FNGGNBMOFAA != 0) {
FNGGNBMOFAA = other.FNGGNBMOFAA;
}
if (other.HNAAMDCFIDA != 0) {
HNAAMDCFIDA = other.HNAAMDCFIDA;
}
if (other.Id != 0) {
Id = other.Id;
}
if (other.IPGECLELHGJ != 0) {
IPGECLELHGJ = other.IPGECLELHGJ;
}
if (other.StartExpeditionTime != 0L) {
StartExpeditionTime = other.StartExpeditionTime;
}
if (other.OJFNLMHMLOF != 0) {
OJFNLMHMLOF = other.OJFNLMHMLOF;
}
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: {
Id = input.ReadUInt32();
break;
}
case 32: {
OJFNLMHMLOF = input.ReadUInt32();
break;
}
case 40: {
StartExpeditionTime = input.ReadInt64();
break;
}
case 56: {
FNGGNBMOFAA = input.ReadUInt32();
break;
}
case 66:
case 64: {
avatarIdList_.AddEntriesFrom(input, _repeated_avatarIdList_codec);
break;
}
case 80: {
IPGECLELHGJ = input.ReadUInt32();
break;
}
case 96: {
HNAAMDCFIDA = input.ReadUInt32();
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: {
Id = input.ReadUInt32();
break;
}
case 32: {
OJFNLMHMLOF = input.ReadUInt32();
break;
}
case 40: {
StartExpeditionTime = input.ReadInt64();
break;
}
case 56: {
FNGGNBMOFAA = input.ReadUInt32();
break;
}
case 66:
case 64: {
avatarIdList_.AddEntriesFrom(ref input, _repeated_avatarIdList_codec);
break;
}
case 80: {
IPGECLELHGJ = input.ReadUInt32();
break;
}
case 96: {
HNAAMDCFIDA = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code