//
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: RogueTournHandbookInfo.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 RogueTournHandbookInfo.proto
public static partial class RogueTournHandbookInfoReflection {
#region Descriptor
/// File descriptor for RogueTournHandbookInfo.proto
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static RogueTournHandbookInfoReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChxSb2d1ZVRvdXJuSGFuZGJvb2tJbmZvLnByb3RvIoQCChZSb2d1ZVRvdXJu",
"SGFuZGJvb2tJbmZvEiYKHnJvZ3VlX3RvdXJuX2hhbmRib29rX3NlYXNvbl9p",
"ZBgCIAEoDRIjChtoYW5kYm9va190b3Vybl9taXJhY2xlX2xpc3QYBiADKA0S",
"IAoYaGFuZGJvb2tfaGV4X2F2YXRhcl9saXN0GAwgAygNEh0KFWhhbmRib29r",
"X21pcmFjbGVfbGlzdBgNIAMoDRIaChJoYW5kYm9va19idWZmX2xpc3QYCSAD",
"KA0SIQoZaGFuZGJvb2tfdGl0YW5fYmxlc3NfbGlzdBgPIAMoDRIdChVoYW5k",
"Ym9va19mb3JtdWxhX2xpc3QYASADKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1Nl",
"cnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueTournHandbookInfo), global::EggLink.DanhengServer.Proto.RogueTournHandbookInfo.Parser, new[]{ "RogueTournHandbookSeasonId", "HandbookTournMiracleList", "HandbookHexAvatarList", "HandbookMiracleList", "HandbookBuffList", "HandbookTitanBlessList", "HandbookFormulaList" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class RogueTournHandbookInfo : pb::IMessage
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new RogueTournHandbookInfo());
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.RogueTournHandbookInfoReflection.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 RogueTournHandbookInfo() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public RogueTournHandbookInfo(RogueTournHandbookInfo other) : this() {
rogueTournHandbookSeasonId_ = other.rogueTournHandbookSeasonId_;
handbookTournMiracleList_ = other.handbookTournMiracleList_.Clone();
handbookHexAvatarList_ = other.handbookHexAvatarList_.Clone();
handbookMiracleList_ = other.handbookMiracleList_.Clone();
handbookBuffList_ = other.handbookBuffList_.Clone();
handbookTitanBlessList_ = other.handbookTitanBlessList_.Clone();
handbookFormulaList_ = other.handbookFormulaList_.Clone();
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public RogueTournHandbookInfo Clone() {
return new RogueTournHandbookInfo(this);
}
/// Field number for the "rogue_tourn_handbook_season_id" field.
public const int RogueTournHandbookSeasonIdFieldNumber = 2;
private uint rogueTournHandbookSeasonId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint RogueTournHandbookSeasonId {
get { return rogueTournHandbookSeasonId_; }
set {
rogueTournHandbookSeasonId_ = value;
}
}
/// Field number for the "handbook_tourn_miracle_list" field.
public const int HandbookTournMiracleListFieldNumber = 6;
private static readonly pb::FieldCodec _repeated_handbookTournMiracleList_codec
= pb::FieldCodec.ForUInt32(50);
private readonly pbc::RepeatedField handbookTournMiracleList_ = new pbc::RepeatedField();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField HandbookTournMiracleList {
get { return handbookTournMiracleList_; }
}
/// Field number for the "handbook_hex_avatar_list" field.
public const int HandbookHexAvatarListFieldNumber = 12;
private static readonly pb::FieldCodec _repeated_handbookHexAvatarList_codec
= pb::FieldCodec.ForUInt32(98);
private readonly pbc::RepeatedField handbookHexAvatarList_ = new pbc::RepeatedField();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField HandbookHexAvatarList {
get { return handbookHexAvatarList_; }
}
/// Field number for the "handbook_miracle_list" field.
public const int HandbookMiracleListFieldNumber = 13;
private static readonly pb::FieldCodec _repeated_handbookMiracleList_codec
= pb::FieldCodec.ForUInt32(106);
private readonly pbc::RepeatedField handbookMiracleList_ = new pbc::RepeatedField();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField HandbookMiracleList {
get { return handbookMiracleList_; }
}
/// Field number for the "handbook_buff_list" field.
public const int HandbookBuffListFieldNumber = 9;
private static readonly pb::FieldCodec _repeated_handbookBuffList_codec
= pb::FieldCodec.ForUInt32(74);
private readonly pbc::RepeatedField handbookBuffList_ = new pbc::RepeatedField();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField HandbookBuffList {
get { return handbookBuffList_; }
}
/// Field number for the "handbook_titan_bless_list" field.
public const int HandbookTitanBlessListFieldNumber = 15;
private static readonly pb::FieldCodec _repeated_handbookTitanBlessList_codec
= pb::FieldCodec.ForUInt32(122);
private readonly pbc::RepeatedField handbookTitanBlessList_ = new pbc::RepeatedField();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField HandbookTitanBlessList {
get { return handbookTitanBlessList_; }
}
/// Field number for the "handbook_formula_list" field.
public const int HandbookFormulaListFieldNumber = 1;
private static readonly pb::FieldCodec _repeated_handbookFormulaList_codec
= pb::FieldCodec.ForUInt32(10);
private readonly pbc::RepeatedField handbookFormulaList_ = new pbc::RepeatedField();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField HandbookFormulaList {
get { return handbookFormulaList_; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as RogueTournHandbookInfo);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(RogueTournHandbookInfo other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (RogueTournHandbookSeasonId != other.RogueTournHandbookSeasonId) return false;
if(!handbookTournMiracleList_.Equals(other.handbookTournMiracleList_)) return false;
if(!handbookHexAvatarList_.Equals(other.handbookHexAvatarList_)) return false;
if(!handbookMiracleList_.Equals(other.handbookMiracleList_)) return false;
if(!handbookBuffList_.Equals(other.handbookBuffList_)) return false;
if(!handbookTitanBlessList_.Equals(other.handbookTitanBlessList_)) return false;
if(!handbookFormulaList_.Equals(other.handbookFormulaList_)) 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 (RogueTournHandbookSeasonId != 0) hash ^= RogueTournHandbookSeasonId.GetHashCode();
hash ^= handbookTournMiracleList_.GetHashCode();
hash ^= handbookHexAvatarList_.GetHashCode();
hash ^= handbookMiracleList_.GetHashCode();
hash ^= handbookBuffList_.GetHashCode();
hash ^= handbookTitanBlessList_.GetHashCode();
hash ^= handbookFormulaList_.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
handbookFormulaList_.WriteTo(output, _repeated_handbookFormulaList_codec);
if (RogueTournHandbookSeasonId != 0) {
output.WriteRawTag(16);
output.WriteUInt32(RogueTournHandbookSeasonId);
}
handbookTournMiracleList_.WriteTo(output, _repeated_handbookTournMiracleList_codec);
handbookBuffList_.WriteTo(output, _repeated_handbookBuffList_codec);
handbookHexAvatarList_.WriteTo(output, _repeated_handbookHexAvatarList_codec);
handbookMiracleList_.WriteTo(output, _repeated_handbookMiracleList_codec);
handbookTitanBlessList_.WriteTo(output, _repeated_handbookTitanBlessList_codec);
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) {
handbookFormulaList_.WriteTo(ref output, _repeated_handbookFormulaList_codec);
if (RogueTournHandbookSeasonId != 0) {
output.WriteRawTag(16);
output.WriteUInt32(RogueTournHandbookSeasonId);
}
handbookTournMiracleList_.WriteTo(ref output, _repeated_handbookTournMiracleList_codec);
handbookBuffList_.WriteTo(ref output, _repeated_handbookBuffList_codec);
handbookHexAvatarList_.WriteTo(ref output, _repeated_handbookHexAvatarList_codec);
handbookMiracleList_.WriteTo(ref output, _repeated_handbookMiracleList_codec);
handbookTitanBlessList_.WriteTo(ref output, _repeated_handbookTitanBlessList_codec);
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 (RogueTournHandbookSeasonId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(RogueTournHandbookSeasonId);
}
size += handbookTournMiracleList_.CalculateSize(_repeated_handbookTournMiracleList_codec);
size += handbookHexAvatarList_.CalculateSize(_repeated_handbookHexAvatarList_codec);
size += handbookMiracleList_.CalculateSize(_repeated_handbookMiracleList_codec);
size += handbookBuffList_.CalculateSize(_repeated_handbookBuffList_codec);
size += handbookTitanBlessList_.CalculateSize(_repeated_handbookTitanBlessList_codec);
size += handbookFormulaList_.CalculateSize(_repeated_handbookFormulaList_codec);
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(RogueTournHandbookInfo other) {
if (other == null) {
return;
}
if (other.RogueTournHandbookSeasonId != 0) {
RogueTournHandbookSeasonId = other.RogueTournHandbookSeasonId;
}
handbookTournMiracleList_.Add(other.handbookTournMiracleList_);
handbookHexAvatarList_.Add(other.handbookHexAvatarList_);
handbookMiracleList_.Add(other.handbookMiracleList_);
handbookBuffList_.Add(other.handbookBuffList_);
handbookTitanBlessList_.Add(other.handbookTitanBlessList_);
handbookFormulaList_.Add(other.handbookFormulaList_);
_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 10:
case 8: {
handbookFormulaList_.AddEntriesFrom(input, _repeated_handbookFormulaList_codec);
break;
}
case 16: {
RogueTournHandbookSeasonId = input.ReadUInt32();
break;
}
case 50:
case 48: {
handbookTournMiracleList_.AddEntriesFrom(input, _repeated_handbookTournMiracleList_codec);
break;
}
case 74:
case 72: {
handbookBuffList_.AddEntriesFrom(input, _repeated_handbookBuffList_codec);
break;
}
case 98:
case 96: {
handbookHexAvatarList_.AddEntriesFrom(input, _repeated_handbookHexAvatarList_codec);
break;
}
case 106:
case 104: {
handbookMiracleList_.AddEntriesFrom(input, _repeated_handbookMiracleList_codec);
break;
}
case 122:
case 120: {
handbookTitanBlessList_.AddEntriesFrom(input, _repeated_handbookTitanBlessList_codec);
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 10:
case 8: {
handbookFormulaList_.AddEntriesFrom(ref input, _repeated_handbookFormulaList_codec);
break;
}
case 16: {
RogueTournHandbookSeasonId = input.ReadUInt32();
break;
}
case 50:
case 48: {
handbookTournMiracleList_.AddEntriesFrom(ref input, _repeated_handbookTournMiracleList_codec);
break;
}
case 74:
case 72: {
handbookBuffList_.AddEntriesFrom(ref input, _repeated_handbookBuffList_codec);
break;
}
case 98:
case 96: {
handbookHexAvatarList_.AddEntriesFrom(ref input, _repeated_handbookHexAvatarList_codec);
break;
}
case 106:
case 104: {
handbookMiracleList_.AddEntriesFrom(ref input, _repeated_handbookMiracleList_codec);
break;
}
case 122:
case 120: {
handbookTitanBlessList_.AddEntriesFrom(ref input, _repeated_handbookTitanBlessList_codec);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code