// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: ActivityExpedition.proto // #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 { /// Holder for reflection information generated from ActivityExpedition.proto public static partial class ActivityExpeditionReflection { #region Descriptor /// File descriptor for ActivityExpedition.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static ActivityExpeditionReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChhBY3Rpdml0eUV4cGVkaXRpb24ucHJvdG8ilgEKEkFjdGl2aXR5RXhwZWRp", "dGlvbhITCgtGTkdHTkJNT0ZBQRgLIAEoDRITCgtPSkZOTE1ITUxPRhgBIAEo", "DRIKCgJpZBgJIAEoDRIdChVzdGFydF9leHBlZGl0aW9uX3RpbWUYDyABKAMS", "FgoOYXZhdGFyX2lkX2xpc3QYDSADKA0SEwoLSVBHRUNMRUxIR0oYAiABKA1C", "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[]{ "FNGGNBMOFAA", "OJFNLMHMLOF", "Id", "StartExpeditionTime", "AvatarIdList", "IPGECLELHGJ" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class ActivityExpedition : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ActivityExpedition()); private pb::UnknownFieldSet _unknownFields; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public static pb::MessageParser 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_; oJFNLMHMLOF_ = other.oJFNLMHMLOF_; id_ = other.id_; startExpeditionTime_ = other.startExpeditionTime_; avatarIdList_ = other.avatarIdList_.Clone(); iPGECLELHGJ_ = other.iPGECLELHGJ_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public ActivityExpedition Clone() { return new ActivityExpedition(this); } /// Field number for the "FNGGNBMOFAA" field. public const int FNGGNBMOFAAFieldNumber = 11; private uint fNGGNBMOFAA_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint FNGGNBMOFAA { get { return fNGGNBMOFAA_; } set { fNGGNBMOFAA_ = value; } } /// Field number for the "OJFNLMHMLOF" field. public const int OJFNLMHMLOFFieldNumber = 1; private uint oJFNLMHMLOF_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint OJFNLMHMLOF { get { return oJFNLMHMLOF_; } set { oJFNLMHMLOF_ = value; } } /// Field number for the "id" field. public const int IdFieldNumber = 9; private uint id_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint Id { get { return id_; } set { id_ = value; } } /// Field number for the "start_expedition_time" field. public const int StartExpeditionTimeFieldNumber = 15; private long startExpeditionTime_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public long StartExpeditionTime { get { return startExpeditionTime_; } set { startExpeditionTime_ = value; } } /// Field number for the "avatar_id_list" field. public const int AvatarIdListFieldNumber = 13; private static readonly pb::FieldCodec _repeated_avatarIdList_codec = pb::FieldCodec.ForUInt32(106); private readonly pbc::RepeatedField avatarIdList_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField AvatarIdList { get { return avatarIdList_; } } /// Field number for the "IPGECLELHGJ" field. public const int IPGECLELHGJFieldNumber = 2; private uint iPGECLELHGJ_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint IPGECLELHGJ { get { return iPGECLELHGJ_; } set { iPGECLELHGJ_ = 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 (FNGGNBMOFAA != other.FNGGNBMOFAA) return false; if (OJFNLMHMLOF != other.OJFNLMHMLOF) return false; if (Id != other.Id) return false; if (StartExpeditionTime != other.StartExpeditionTime) return false; if(!avatarIdList_.Equals(other.avatarIdList_)) return false; if (IPGECLELHGJ != other.IPGECLELHGJ) 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 (OJFNLMHMLOF != 0) hash ^= OJFNLMHMLOF.GetHashCode(); if (Id != 0) hash ^= Id.GetHashCode(); if (StartExpeditionTime != 0L) hash ^= StartExpeditionTime.GetHashCode(); hash ^= avatarIdList_.GetHashCode(); if (IPGECLELHGJ != 0) hash ^= IPGECLELHGJ.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 (OJFNLMHMLOF != 0) { output.WriteRawTag(8); output.WriteUInt32(OJFNLMHMLOF); } if (IPGECLELHGJ != 0) { output.WriteRawTag(16); output.WriteUInt32(IPGECLELHGJ); } if (Id != 0) { output.WriteRawTag(72); output.WriteUInt32(Id); } if (FNGGNBMOFAA != 0) { output.WriteRawTag(88); output.WriteUInt32(FNGGNBMOFAA); } avatarIdList_.WriteTo(output, _repeated_avatarIdList_codec); if (StartExpeditionTime != 0L) { output.WriteRawTag(120); 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 (OJFNLMHMLOF != 0) { output.WriteRawTag(8); output.WriteUInt32(OJFNLMHMLOF); } if (IPGECLELHGJ != 0) { output.WriteRawTag(16); output.WriteUInt32(IPGECLELHGJ); } if (Id != 0) { output.WriteRawTag(72); output.WriteUInt32(Id); } if (FNGGNBMOFAA != 0) { output.WriteRawTag(88); output.WriteUInt32(FNGGNBMOFAA); } avatarIdList_.WriteTo(ref output, _repeated_avatarIdList_codec); if (StartExpeditionTime != 0L) { output.WriteRawTag(120); 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 (FNGGNBMOFAA != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FNGGNBMOFAA); } if (OJFNLMHMLOF != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OJFNLMHMLOF); } if (Id != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Id); } if (StartExpeditionTime != 0L) { size += 1 + pb::CodedOutputStream.ComputeInt64Size(StartExpeditionTime); } size += avatarIdList_.CalculateSize(_repeated_avatarIdList_codec); if (IPGECLELHGJ != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(IPGECLELHGJ); } 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.OJFNLMHMLOF != 0) { OJFNLMHMLOF = other.OJFNLMHMLOF; } if (other.Id != 0) { Id = other.Id; } if (other.StartExpeditionTime != 0L) { StartExpeditionTime = other.StartExpeditionTime; } avatarIdList_.Add(other.avatarIdList_); if (other.IPGECLELHGJ != 0) { IPGECLELHGJ = other.IPGECLELHGJ; } _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: { OJFNLMHMLOF = input.ReadUInt32(); break; } case 16: { IPGECLELHGJ = input.ReadUInt32(); break; } case 72: { Id = input.ReadUInt32(); break; } case 88: { FNGGNBMOFAA = input.ReadUInt32(); break; } case 106: case 104: { avatarIdList_.AddEntriesFrom(input, _repeated_avatarIdList_codec); break; } case 120: { 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 8: { OJFNLMHMLOF = input.ReadUInt32(); break; } case 16: { IPGECLELHGJ = input.ReadUInt32(); break; } case 72: { Id = input.ReadUInt32(); break; } case 88: { FNGGNBMOFAA = input.ReadUInt32(); break; } case 106: case 104: { avatarIdList_.AddEntriesFrom(ref input, _repeated_avatarIdList_codec); break; } case 120: { StartExpeditionTime = input.ReadInt64(); break; } } } } #endif } #endregion } #endregion Designer generated code