// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: battle_pass_info.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 Proto { /// Holder for reflection information generated from battle_pass_info.proto public static partial class BattlePassInfoReflection { #region Descriptor /// File descriptor for battle_pass_info.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static BattlePassInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChZiYXR0bGVfcGFzc19pbmZvLnByb3RvEgVwcm90bxoMcHVibGljLnByb3Rv", "IokCCg5CYXR0bGVQYXNzSW5mbxIKCgJJZBgBIAEoDRIMCgRNb2RlGAIgASgN", "Eg8KB1ZlcnNpb24YAyABKA0SEAoIRGVhZGxpbmUYBCABKAMSDQoFTGV2ZWwY", "BSABKA0SCwoDRXhwGAYgASgNEhMKC0V4cFRoaXNXZWVrGAcgASgNEhMKC0Jh", "c2ljUmV3YXJkGAggASgMEhUKDVByZW1pdW1SZXdhcmQYCSABKAwSIgoLRGFp", "bHlRdWVzdHMYCiABKAsyDS5wcm90by5RdWVzdHMSIwoMV2Vla2x5UXVlc3Rz", "GAsgASgLMg0ucHJvdG8uUXVlc3RzEhQKC05leHRQYWNrYWdlGP8PIAEoDFAA", "YgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::Proto.PublicReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Proto.BattlePassInfo), global::Proto.BattlePassInfo.Parser, new[]{ "Id", "Mode", "Version", "Deadline", "Level", "Exp", "ExpThisWeek", "BasicReward", "PremiumReward", "DailyQuests", "WeeklyQuests", "NextPackage" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class BattlePassInfo : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new BattlePassInfo()); 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::Proto.BattlePassInfoReflection.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 BattlePassInfo() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public BattlePassInfo(BattlePassInfo other) : this() { id_ = other.id_; mode_ = other.mode_; version_ = other.version_; deadline_ = other.deadline_; level_ = other.level_; exp_ = other.exp_; expThisWeek_ = other.expThisWeek_; basicReward_ = other.basicReward_; premiumReward_ = other.premiumReward_; dailyQuests_ = other.dailyQuests_ != null ? other.dailyQuests_.Clone() : null; weeklyQuests_ = other.weeklyQuests_ != null ? other.weeklyQuests_.Clone() : null; nextPackage_ = other.nextPackage_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public BattlePassInfo Clone() { return new BattlePassInfo(this); } /// Field number for the "Id" field. public const int IdFieldNumber = 1; 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 "Mode" field. public const int ModeFieldNumber = 2; private uint mode_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint Mode { get { return mode_; } set { mode_ = value; } } /// Field number for the "Version" field. public const int VersionFieldNumber = 3; private uint version_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint Version { get { return version_; } set { version_ = value; } } /// Field number for the "Deadline" field. public const int DeadlineFieldNumber = 4; private long deadline_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public long Deadline { get { return deadline_; } set { deadline_ = value; } } /// Field number for the "Level" field. public const int LevelFieldNumber = 5; private uint level_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint Level { get { return level_; } set { level_ = value; } } /// Field number for the "Exp" field. public const int ExpFieldNumber = 6; private uint exp_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint Exp { get { return exp_; } set { exp_ = value; } } /// Field number for the "ExpThisWeek" field. public const int ExpThisWeekFieldNumber = 7; private uint expThisWeek_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint ExpThisWeek { get { return expThisWeek_; } set { expThisWeek_ = value; } } /// Field number for the "BasicReward" field. public const int BasicRewardFieldNumber = 8; private pb::ByteString basicReward_ = pb::ByteString.Empty; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pb::ByteString BasicReward { get { return basicReward_; } set { basicReward_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); } } /// Field number for the "PremiumReward" field. public const int PremiumRewardFieldNumber = 9; private pb::ByteString premiumReward_ = pb::ByteString.Empty; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pb::ByteString PremiumReward { get { return premiumReward_; } set { premiumReward_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); } } /// Field number for the "DailyQuests" field. public const int DailyQuestsFieldNumber = 10; private global::Proto.Quests dailyQuests_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::Proto.Quests DailyQuests { get { return dailyQuests_; } set { dailyQuests_ = value; } } /// Field number for the "WeeklyQuests" field. public const int WeeklyQuestsFieldNumber = 11; private global::Proto.Quests weeklyQuests_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::Proto.Quests WeeklyQuests { get { return weeklyQuests_; } set { weeklyQuests_ = value; } } /// Field number for the "NextPackage" field. public const int NextPackageFieldNumber = 2047; private pb::ByteString nextPackage_ = pb::ByteString.Empty; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pb::ByteString NextPackage { get { return nextPackage_; } set { nextPackage_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as BattlePassInfo); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(BattlePassInfo other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (Id != other.Id) return false; if (Mode != other.Mode) return false; if (Version != other.Version) return false; if (Deadline != other.Deadline) return false; if (Level != other.Level) return false; if (Exp != other.Exp) return false; if (ExpThisWeek != other.ExpThisWeek) return false; if (BasicReward != other.BasicReward) return false; if (PremiumReward != other.PremiumReward) return false; if (!object.Equals(DailyQuests, other.DailyQuests)) return false; if (!object.Equals(WeeklyQuests, other.WeeklyQuests)) return false; if (NextPackage != other.NextPackage) 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 (Mode != 0) hash ^= Mode.GetHashCode(); if (Version != 0) hash ^= Version.GetHashCode(); if (Deadline != 0L) hash ^= Deadline.GetHashCode(); if (Level != 0) hash ^= Level.GetHashCode(); if (Exp != 0) hash ^= Exp.GetHashCode(); if (ExpThisWeek != 0) hash ^= ExpThisWeek.GetHashCode(); if (BasicReward.Length != 0) hash ^= BasicReward.GetHashCode(); if (PremiumReward.Length != 0) hash ^= PremiumReward.GetHashCode(); if (dailyQuests_ != null) hash ^= DailyQuests.GetHashCode(); if (weeklyQuests_ != null) hash ^= WeeklyQuests.GetHashCode(); if (NextPackage.Length != 0) hash ^= NextPackage.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(8); output.WriteUInt32(Id); } if (Mode != 0) { output.WriteRawTag(16); output.WriteUInt32(Mode); } if (Version != 0) { output.WriteRawTag(24); output.WriteUInt32(Version); } if (Deadline != 0L) { output.WriteRawTag(32); output.WriteInt64(Deadline); } if (Level != 0) { output.WriteRawTag(40); output.WriteUInt32(Level); } if (Exp != 0) { output.WriteRawTag(48); output.WriteUInt32(Exp); } if (ExpThisWeek != 0) { output.WriteRawTag(56); output.WriteUInt32(ExpThisWeek); } if (BasicReward.Length != 0) { output.WriteRawTag(66); output.WriteBytes(BasicReward); } if (PremiumReward.Length != 0) { output.WriteRawTag(74); output.WriteBytes(PremiumReward); } if (dailyQuests_ != null) { output.WriteRawTag(82); output.WriteMessage(DailyQuests); } if (weeklyQuests_ != null) { output.WriteRawTag(90); output.WriteMessage(WeeklyQuests); } if (NextPackage.Length != 0) { output.WriteRawTag(250, 127); output.WriteBytes(NextPackage); } 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(8); output.WriteUInt32(Id); } if (Mode != 0) { output.WriteRawTag(16); output.WriteUInt32(Mode); } if (Version != 0) { output.WriteRawTag(24); output.WriteUInt32(Version); } if (Deadline != 0L) { output.WriteRawTag(32); output.WriteInt64(Deadline); } if (Level != 0) { output.WriteRawTag(40); output.WriteUInt32(Level); } if (Exp != 0) { output.WriteRawTag(48); output.WriteUInt32(Exp); } if (ExpThisWeek != 0) { output.WriteRawTag(56); output.WriteUInt32(ExpThisWeek); } if (BasicReward.Length != 0) { output.WriteRawTag(66); output.WriteBytes(BasicReward); } if (PremiumReward.Length != 0) { output.WriteRawTag(74); output.WriteBytes(PremiumReward); } if (dailyQuests_ != null) { output.WriteRawTag(82); output.WriteMessage(DailyQuests); } if (weeklyQuests_ != null) { output.WriteRawTag(90); output.WriteMessage(WeeklyQuests); } if (NextPackage.Length != 0) { output.WriteRawTag(250, 127); output.WriteBytes(NextPackage); } 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 (Mode != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Mode); } if (Version != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Version); } if (Deadline != 0L) { size += 1 + pb::CodedOutputStream.ComputeInt64Size(Deadline); } if (Level != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Level); } if (Exp != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Exp); } if (ExpThisWeek != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ExpThisWeek); } if (BasicReward.Length != 0) { size += 1 + pb::CodedOutputStream.ComputeBytesSize(BasicReward); } if (PremiumReward.Length != 0) { size += 1 + pb::CodedOutputStream.ComputeBytesSize(PremiumReward); } if (dailyQuests_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(DailyQuests); } if (weeklyQuests_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(WeeklyQuests); } if (NextPackage.Length != 0) { size += 2 + pb::CodedOutputStream.ComputeBytesSize(NextPackage); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(BattlePassInfo other) { if (other == null) { return; } if (other.Id != 0) { Id = other.Id; } if (other.Mode != 0) { Mode = other.Mode; } if (other.Version != 0) { Version = other.Version; } if (other.Deadline != 0L) { Deadline = other.Deadline; } if (other.Level != 0) { Level = other.Level; } if (other.Exp != 0) { Exp = other.Exp; } if (other.ExpThisWeek != 0) { ExpThisWeek = other.ExpThisWeek; } if (other.BasicReward.Length != 0) { BasicReward = other.BasicReward; } if (other.PremiumReward.Length != 0) { PremiumReward = other.PremiumReward; } if (other.dailyQuests_ != null) { if (dailyQuests_ == null) { DailyQuests = new global::Proto.Quests(); } DailyQuests.MergeFrom(other.DailyQuests); } if (other.weeklyQuests_ != null) { if (weeklyQuests_ == null) { WeeklyQuests = new global::Proto.Quests(); } WeeklyQuests.MergeFrom(other.WeeklyQuests); } if (other.NextPackage.Length != 0) { NextPackage = other.NextPackage; } _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) { if ((tag & 7) == 4) { // Abort on any end group tag. return; } switch(tag) { default: _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); break; case 8: { Id = input.ReadUInt32(); break; } case 16: { Mode = input.ReadUInt32(); break; } case 24: { Version = input.ReadUInt32(); break; } case 32: { Deadline = input.ReadInt64(); break; } case 40: { Level = input.ReadUInt32(); break; } case 48: { Exp = input.ReadUInt32(); break; } case 56: { ExpThisWeek = input.ReadUInt32(); break; } case 66: { BasicReward = input.ReadBytes(); break; } case 74: { PremiumReward = input.ReadBytes(); break; } case 82: { if (dailyQuests_ == null) { DailyQuests = new global::Proto.Quests(); } input.ReadMessage(DailyQuests); break; } case 90: { if (weeklyQuests_ == null) { WeeklyQuests = new global::Proto.Quests(); } input.ReadMessage(WeeklyQuests); break; } case 16378: { NextPackage = input.ReadBytes(); 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) { if ((tag & 7) == 4) { // Abort on any end group tag. return; } switch(tag) { default: _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); break; case 8: { Id = input.ReadUInt32(); break; } case 16: { Mode = input.ReadUInt32(); break; } case 24: { Version = input.ReadUInt32(); break; } case 32: { Deadline = input.ReadInt64(); break; } case 40: { Level = input.ReadUInt32(); break; } case 48: { Exp = input.ReadUInt32(); break; } case 56: { ExpThisWeek = input.ReadUInt32(); break; } case 66: { BasicReward = input.ReadBytes(); break; } case 74: { PremiumReward = input.ReadBytes(); break; } case 82: { if (dailyQuests_ == null) { DailyQuests = new global::Proto.Quests(); } input.ReadMessage(DailyQuests); break; } case 90: { if (weeklyQuests_ == null) { WeeklyQuests = new global::Proto.Quests(); } input.ReadMessage(WeeklyQuests); break; } case 16378: { NextPackage = input.ReadBytes(); break; } } } } #endif } #endregion } #endregion Designer generated code