mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36: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(
|
|
"ChhBY3Rpdml0eUV4cGVkaXRpb24ucHJvdG8ilgEKEkFjdGl2aXR5RXhwZWRp",
|
|
"dGlvbhITCgtPSkZOTE1ITUxPRhgHIAEoDRIWCg5hdmF0YXJfaWRfbGlzdBgL",
|
|
"IAMoDRIdChVzdGFydF9leHBlZGl0aW9uX3RpbWUYDCABKAMSEwoLSVBHRUNM",
|
|
"RUxIR0oYCiABKA0SCgoCaWQYBiABKA0SEwoLRk5HR05CTU9GQUEYAiABKA1C",
|
|
"HqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
|
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[]{ "OJFNLMHMLOF", "AvatarIdList", "StartExpeditionTime", "IPGECLELHGJ", "Id", "FNGGNBMOFAA" }, 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() {
|
|
oJFNLMHMLOF_ = other.oJFNLMHMLOF_;
|
|
avatarIdList_ = other.avatarIdList_.Clone();
|
|
startExpeditionTime_ = other.startExpeditionTime_;
|
|
iPGECLELHGJ_ = other.iPGECLELHGJ_;
|
|
id_ = other.id_;
|
|
fNGGNBMOFAA_ = other.fNGGNBMOFAA_;
|
|
_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 "OJFNLMHMLOF" field.</summary>
|
|
public const int OJFNLMHMLOFFieldNumber = 7;
|
|
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 = 11;
|
|
private static readonly pb::FieldCodec<uint> _repeated_avatarIdList_codec
|
|
= pb::FieldCodec.ForUInt32(90);
|
|
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_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "start_expedition_time" field.</summary>
|
|
public const int StartExpeditionTimeFieldNumber = 12;
|
|
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 "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 "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 "FNGGNBMOFAA" field.</summary>
|
|
public const int FNGGNBMOFAAFieldNumber = 2;
|
|
private uint fNGGNBMOFAA_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint FNGGNBMOFAA {
|
|
get { return fNGGNBMOFAA_; }
|
|
set {
|
|
fNGGNBMOFAA_ = value;
|
|
}
|
|
}
|
|
|
|
[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 (OJFNLMHMLOF != other.OJFNLMHMLOF) return false;
|
|
if(!avatarIdList_.Equals(other.avatarIdList_)) return false;
|
|
if (StartExpeditionTime != other.StartExpeditionTime) return false;
|
|
if (IPGECLELHGJ != other.IPGECLELHGJ) return false;
|
|
if (Id != other.Id) return false;
|
|
if (FNGGNBMOFAA != other.FNGGNBMOFAA) 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 (OJFNLMHMLOF != 0) hash ^= OJFNLMHMLOF.GetHashCode();
|
|
hash ^= avatarIdList_.GetHashCode();
|
|
if (StartExpeditionTime != 0L) hash ^= StartExpeditionTime.GetHashCode();
|
|
if (IPGECLELHGJ != 0) hash ^= IPGECLELHGJ.GetHashCode();
|
|
if (Id != 0) hash ^= Id.GetHashCode();
|
|
if (FNGGNBMOFAA != 0) hash ^= FNGGNBMOFAA.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 (FNGGNBMOFAA != 0) {
|
|
output.WriteRawTag(16);
|
|
output.WriteUInt32(FNGGNBMOFAA);
|
|
}
|
|
if (Id != 0) {
|
|
output.WriteRawTag(48);
|
|
output.WriteUInt32(Id);
|
|
}
|
|
if (OJFNLMHMLOF != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(OJFNLMHMLOF);
|
|
}
|
|
if (IPGECLELHGJ != 0) {
|
|
output.WriteRawTag(80);
|
|
output.WriteUInt32(IPGECLELHGJ);
|
|
}
|
|
avatarIdList_.WriteTo(output, _repeated_avatarIdList_codec);
|
|
if (StartExpeditionTime != 0L) {
|
|
output.WriteRawTag(96);
|
|
output.WriteInt64(StartExpeditionTime);
|
|
}
|
|
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 (FNGGNBMOFAA != 0) {
|
|
output.WriteRawTag(16);
|
|
output.WriteUInt32(FNGGNBMOFAA);
|
|
}
|
|
if (Id != 0) {
|
|
output.WriteRawTag(48);
|
|
output.WriteUInt32(Id);
|
|
}
|
|
if (OJFNLMHMLOF != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(OJFNLMHMLOF);
|
|
}
|
|
if (IPGECLELHGJ != 0) {
|
|
output.WriteRawTag(80);
|
|
output.WriteUInt32(IPGECLELHGJ);
|
|
}
|
|
avatarIdList_.WriteTo(ref output, _repeated_avatarIdList_codec);
|
|
if (StartExpeditionTime != 0L) {
|
|
output.WriteRawTag(96);
|
|
output.WriteInt64(StartExpeditionTime);
|
|
}
|
|
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 (OJFNLMHMLOF != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OJFNLMHMLOF);
|
|
}
|
|
size += avatarIdList_.CalculateSize(_repeated_avatarIdList_codec);
|
|
if (StartExpeditionTime != 0L) {
|
|
size += 1 + pb::CodedOutputStream.ComputeInt64Size(StartExpeditionTime);
|
|
}
|
|
if (IPGECLELHGJ != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(IPGECLELHGJ);
|
|
}
|
|
if (Id != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Id);
|
|
}
|
|
if (FNGGNBMOFAA != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FNGGNBMOFAA);
|
|
}
|
|
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.OJFNLMHMLOF != 0) {
|
|
OJFNLMHMLOF = other.OJFNLMHMLOF;
|
|
}
|
|
avatarIdList_.Add(other.avatarIdList_);
|
|
if (other.StartExpeditionTime != 0L) {
|
|
StartExpeditionTime = other.StartExpeditionTime;
|
|
}
|
|
if (other.IPGECLELHGJ != 0) {
|
|
IPGECLELHGJ = other.IPGECLELHGJ;
|
|
}
|
|
if (other.Id != 0) {
|
|
Id = other.Id;
|
|
}
|
|
if (other.FNGGNBMOFAA != 0) {
|
|
FNGGNBMOFAA = other.FNGGNBMOFAA;
|
|
}
|
|
_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 16: {
|
|
FNGGNBMOFAA = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 48: {
|
|
Id = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 56: {
|
|
OJFNLMHMLOF = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 80: {
|
|
IPGECLELHGJ = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 90:
|
|
case 88: {
|
|
avatarIdList_.AddEntriesFrom(input, _repeated_avatarIdList_codec);
|
|
break;
|
|
}
|
|
case 96: {
|
|
StartExpeditionTime = input.ReadInt64();
|
|
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 16: {
|
|
FNGGNBMOFAA = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 48: {
|
|
Id = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 56: {
|
|
OJFNLMHMLOF = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 80: {
|
|
IPGECLELHGJ = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 90:
|
|
case 88: {
|
|
avatarIdList_.AddEntriesFrom(ref input, _repeated_avatarIdList_codec);
|
|
break;
|
|
}
|
|
case 96: {
|
|
StartExpeditionTime = input.ReadInt64();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|