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",
|
|
"dGlvbhITCgtLSkFKSEhMT0JIQxgLIAEoDRIWCg5hdmF0YXJfaWRfbGlzdBgF",
|
|
"IAMoDRITCgtLR0JMRUNFTFBORRgOIAEoAxITCgtCRE5ERU5IUERFRBgKIAEo",
|
|
"DRITCgtERENITE1LQU1IQhgNIAEoDRIKCgJpZBgGIAEoDUIeqgIbRWdnTGlu",
|
|
"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[]{ "KJAJHHLOBHC", "AvatarIdList", "KGBLECELPNE", "BDNDENHPDED", "DDCHLMKAMHB", "Id" }, 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() {
|
|
kJAJHHLOBHC_ = other.kJAJHHLOBHC_;
|
|
avatarIdList_ = other.avatarIdList_.Clone();
|
|
kGBLECELPNE_ = other.kGBLECELPNE_;
|
|
bDNDENHPDED_ = other.bDNDENHPDED_;
|
|
dDCHLMKAMHB_ = other.dDCHLMKAMHB_;
|
|
id_ = other.id_;
|
|
_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 "KJAJHHLOBHC" field.</summary>
|
|
public const int KJAJHHLOBHCFieldNumber = 11;
|
|
private uint kJAJHHLOBHC_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint KJAJHHLOBHC {
|
|
get { return kJAJHHLOBHC_; }
|
|
set {
|
|
kJAJHHLOBHC_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "avatar_id_list" field.</summary>
|
|
public const int AvatarIdListFieldNumber = 5;
|
|
private static readonly pb::FieldCodec<uint> _repeated_avatarIdList_codec
|
|
= pb::FieldCodec.ForUInt32(42);
|
|
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 "KGBLECELPNE" field.</summary>
|
|
public const int KGBLECELPNEFieldNumber = 14;
|
|
private long kGBLECELPNE_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public long KGBLECELPNE {
|
|
get { return kGBLECELPNE_; }
|
|
set {
|
|
kGBLECELPNE_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "BDNDENHPDED" field.</summary>
|
|
public const int BDNDENHPDEDFieldNumber = 10;
|
|
private uint bDNDENHPDED_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint BDNDENHPDED {
|
|
get { return bDNDENHPDED_; }
|
|
set {
|
|
bDNDENHPDED_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "DDCHLMKAMHB" field.</summary>
|
|
public const int DDCHLMKAMHBFieldNumber = 13;
|
|
private uint dDCHLMKAMHB_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint DDCHLMKAMHB {
|
|
get { return dDCHLMKAMHB_; }
|
|
set {
|
|
dDCHLMKAMHB_ = 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;
|
|
}
|
|
}
|
|
|
|
[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 (KJAJHHLOBHC != other.KJAJHHLOBHC) return false;
|
|
if(!avatarIdList_.Equals(other.avatarIdList_)) return false;
|
|
if (KGBLECELPNE != other.KGBLECELPNE) return false;
|
|
if (BDNDENHPDED != other.BDNDENHPDED) return false;
|
|
if (DDCHLMKAMHB != other.DDCHLMKAMHB) return false;
|
|
if (Id != other.Id) 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 (KJAJHHLOBHC != 0) hash ^= KJAJHHLOBHC.GetHashCode();
|
|
hash ^= avatarIdList_.GetHashCode();
|
|
if (KGBLECELPNE != 0L) hash ^= KGBLECELPNE.GetHashCode();
|
|
if (BDNDENHPDED != 0) hash ^= BDNDENHPDED.GetHashCode();
|
|
if (DDCHLMKAMHB != 0) hash ^= DDCHLMKAMHB.GetHashCode();
|
|
if (Id != 0) hash ^= Id.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
|
|
avatarIdList_.WriteTo(output, _repeated_avatarIdList_codec);
|
|
if (Id != 0) {
|
|
output.WriteRawTag(48);
|
|
output.WriteUInt32(Id);
|
|
}
|
|
if (BDNDENHPDED != 0) {
|
|
output.WriteRawTag(80);
|
|
output.WriteUInt32(BDNDENHPDED);
|
|
}
|
|
if (KJAJHHLOBHC != 0) {
|
|
output.WriteRawTag(88);
|
|
output.WriteUInt32(KJAJHHLOBHC);
|
|
}
|
|
if (DDCHLMKAMHB != 0) {
|
|
output.WriteRawTag(104);
|
|
output.WriteUInt32(DDCHLMKAMHB);
|
|
}
|
|
if (KGBLECELPNE != 0L) {
|
|
output.WriteRawTag(112);
|
|
output.WriteInt64(KGBLECELPNE);
|
|
}
|
|
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) {
|
|
avatarIdList_.WriteTo(ref output, _repeated_avatarIdList_codec);
|
|
if (Id != 0) {
|
|
output.WriteRawTag(48);
|
|
output.WriteUInt32(Id);
|
|
}
|
|
if (BDNDENHPDED != 0) {
|
|
output.WriteRawTag(80);
|
|
output.WriteUInt32(BDNDENHPDED);
|
|
}
|
|
if (KJAJHHLOBHC != 0) {
|
|
output.WriteRawTag(88);
|
|
output.WriteUInt32(KJAJHHLOBHC);
|
|
}
|
|
if (DDCHLMKAMHB != 0) {
|
|
output.WriteRawTag(104);
|
|
output.WriteUInt32(DDCHLMKAMHB);
|
|
}
|
|
if (KGBLECELPNE != 0L) {
|
|
output.WriteRawTag(112);
|
|
output.WriteInt64(KGBLECELPNE);
|
|
}
|
|
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 (KJAJHHLOBHC != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(KJAJHHLOBHC);
|
|
}
|
|
size += avatarIdList_.CalculateSize(_repeated_avatarIdList_codec);
|
|
if (KGBLECELPNE != 0L) {
|
|
size += 1 + pb::CodedOutputStream.ComputeInt64Size(KGBLECELPNE);
|
|
}
|
|
if (BDNDENHPDED != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BDNDENHPDED);
|
|
}
|
|
if (DDCHLMKAMHB != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DDCHLMKAMHB);
|
|
}
|
|
if (Id != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Id);
|
|
}
|
|
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.KJAJHHLOBHC != 0) {
|
|
KJAJHHLOBHC = other.KJAJHHLOBHC;
|
|
}
|
|
avatarIdList_.Add(other.avatarIdList_);
|
|
if (other.KGBLECELPNE != 0L) {
|
|
KGBLECELPNE = other.KGBLECELPNE;
|
|
}
|
|
if (other.BDNDENHPDED != 0) {
|
|
BDNDENHPDED = other.BDNDENHPDED;
|
|
}
|
|
if (other.DDCHLMKAMHB != 0) {
|
|
DDCHLMKAMHB = other.DDCHLMKAMHB;
|
|
}
|
|
if (other.Id != 0) {
|
|
Id = other.Id;
|
|
}
|
|
_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 42:
|
|
case 40: {
|
|
avatarIdList_.AddEntriesFrom(input, _repeated_avatarIdList_codec);
|
|
break;
|
|
}
|
|
case 48: {
|
|
Id = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 80: {
|
|
BDNDENHPDED = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 88: {
|
|
KJAJHHLOBHC = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 104: {
|
|
DDCHLMKAMHB = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 112: {
|
|
KGBLECELPNE = 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 42:
|
|
case 40: {
|
|
avatarIdList_.AddEntriesFrom(ref input, _repeated_avatarIdList_codec);
|
|
break;
|
|
}
|
|
case 48: {
|
|
Id = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 80: {
|
|
BDNDENHPDED = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 88: {
|
|
KJAJHHLOBHC = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 104: {
|
|
DDCHLMKAMHB = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 112: {
|
|
KGBLECELPNE = input.ReadInt64();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|