// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: StarTowerBookFateCardQuest.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 Nova.Client { /// Holder for reflection information generated from StarTowerBookFateCardQuest.proto public static partial class StarTowerBookFateCardQuestReflection { #region Descriptor /// File descriptor for StarTowerBookFateCardQuest.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static StarTowerBookFateCardQuestReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "CiBTdGFyVG93ZXJCb29rRmF0ZUNhcmRRdWVzdC5wcm90byLJAQoaU3RhclRv", "d2VyQm9va0ZhdGVDYXJkUXVlc3QSCgoCaWQYASABKAUSEQoJYnVuZGxlX2lk", "GAIgASgFEgwKBGRlc2MYAyABKAkSEwoLZmluaXNoX3R5cGUYBCABKAUSFQoN", "ZmluaXNoX3BhcmFtcxgFIAEoCRIMCgR0aWQxGAYgASgFEgwKBHF0eTEYByAB", "KAUSDAoEdGlkMhgIIAEoBRIMCgRxdHkyGAkgASgFEgwKBHRpZDMYCiABKAUS", "DAoEcXR5MxgLIAEoBUIOqgILTm92YS5DbGllbnRiBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Nova.Client.StarTowerBookFateCardQuest), global::Nova.Client.StarTowerBookFateCardQuest.Parser, new[]{ "Id", "BundleId", "Desc", "FinishType", "FinishParams", "Tid1", "Qty1", "Tid2", "Qty2", "Tid3", "Qty3" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class StarTowerBookFateCardQuest : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new StarTowerBookFateCardQuest()); 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::Nova.Client.StarTowerBookFateCardQuestReflection.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 StarTowerBookFateCardQuest() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public StarTowerBookFateCardQuest(StarTowerBookFateCardQuest other) : this() { id_ = other.id_; bundleId_ = other.bundleId_; desc_ = other.desc_; finishType_ = other.finishType_; finishParams_ = other.finishParams_; tid1_ = other.tid1_; qty1_ = other.qty1_; tid2_ = other.tid2_; qty2_ = other.qty2_; tid3_ = other.tid3_; qty3_ = other.qty3_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public StarTowerBookFateCardQuest Clone() { return new StarTowerBookFateCardQuest(this); } /// Field number for the "id" field. public const int IdFieldNumber = 1; private int id_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int Id { get { return id_; } set { id_ = value; } } /// Field number for the "bundle_id" field. public const int BundleIdFieldNumber = 2; private int bundleId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int BundleId { get { return bundleId_; } set { bundleId_ = value; } } /// Field number for the "desc" field. public const int DescFieldNumber = 3; private string desc_ = ""; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public string Desc { get { return desc_; } set { desc_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); } } /// Field number for the "finish_type" field. public const int FinishTypeFieldNumber = 4; private int finishType_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int FinishType { get { return finishType_; } set { finishType_ = value; } } /// Field number for the "finish_params" field. public const int FinishParamsFieldNumber = 5; private string finishParams_ = ""; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public string FinishParams { get { return finishParams_; } set { finishParams_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); } } /// Field number for the "tid1" field. public const int Tid1FieldNumber = 6; private int tid1_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int Tid1 { get { return tid1_; } set { tid1_ = value; } } /// Field number for the "qty1" field. public const int Qty1FieldNumber = 7; private int qty1_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int Qty1 { get { return qty1_; } set { qty1_ = value; } } /// Field number for the "tid2" field. public const int Tid2FieldNumber = 8; private int tid2_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int Tid2 { get { return tid2_; } set { tid2_ = value; } } /// Field number for the "qty2" field. public const int Qty2FieldNumber = 9; private int qty2_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int Qty2 { get { return qty2_; } set { qty2_ = value; } } /// Field number for the "tid3" field. public const int Tid3FieldNumber = 10; private int tid3_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int Tid3 { get { return tid3_; } set { tid3_ = value; } } /// Field number for the "qty3" field. public const int Qty3FieldNumber = 11; private int qty3_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int Qty3 { get { return qty3_; } set { qty3_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as StarTowerBookFateCardQuest); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(StarTowerBookFateCardQuest other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (Id != other.Id) return false; if (BundleId != other.BundleId) return false; if (Desc != other.Desc) return false; if (FinishType != other.FinishType) return false; if (FinishParams != other.FinishParams) return false; if (Tid1 != other.Tid1) return false; if (Qty1 != other.Qty1) return false; if (Tid2 != other.Tid2) return false; if (Qty2 != other.Qty2) return false; if (Tid3 != other.Tid3) return false; if (Qty3 != other.Qty3) 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 (BundleId != 0) hash ^= BundleId.GetHashCode(); if (Desc.Length != 0) hash ^= Desc.GetHashCode(); if (FinishType != 0) hash ^= FinishType.GetHashCode(); if (FinishParams.Length != 0) hash ^= FinishParams.GetHashCode(); if (Tid1 != 0) hash ^= Tid1.GetHashCode(); if (Qty1 != 0) hash ^= Qty1.GetHashCode(); if (Tid2 != 0) hash ^= Tid2.GetHashCode(); if (Qty2 != 0) hash ^= Qty2.GetHashCode(); if (Tid3 != 0) hash ^= Tid3.GetHashCode(); if (Qty3 != 0) hash ^= Qty3.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.WriteInt32(Id); } if (BundleId != 0) { output.WriteRawTag(16); output.WriteInt32(BundleId); } if (Desc.Length != 0) { output.WriteRawTag(26); output.WriteString(Desc); } if (FinishType != 0) { output.WriteRawTag(32); output.WriteInt32(FinishType); } if (FinishParams.Length != 0) { output.WriteRawTag(42); output.WriteString(FinishParams); } if (Tid1 != 0) { output.WriteRawTag(48); output.WriteInt32(Tid1); } if (Qty1 != 0) { output.WriteRawTag(56); output.WriteInt32(Qty1); } if (Tid2 != 0) { output.WriteRawTag(64); output.WriteInt32(Tid2); } if (Qty2 != 0) { output.WriteRawTag(72); output.WriteInt32(Qty2); } if (Tid3 != 0) { output.WriteRawTag(80); output.WriteInt32(Tid3); } if (Qty3 != 0) { output.WriteRawTag(88); output.WriteInt32(Qty3); } 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.WriteInt32(Id); } if (BundleId != 0) { output.WriteRawTag(16); output.WriteInt32(BundleId); } if (Desc.Length != 0) { output.WriteRawTag(26); output.WriteString(Desc); } if (FinishType != 0) { output.WriteRawTag(32); output.WriteInt32(FinishType); } if (FinishParams.Length != 0) { output.WriteRawTag(42); output.WriteString(FinishParams); } if (Tid1 != 0) { output.WriteRawTag(48); output.WriteInt32(Tid1); } if (Qty1 != 0) { output.WriteRawTag(56); output.WriteInt32(Qty1); } if (Tid2 != 0) { output.WriteRawTag(64); output.WriteInt32(Tid2); } if (Qty2 != 0) { output.WriteRawTag(72); output.WriteInt32(Qty2); } if (Tid3 != 0) { output.WriteRawTag(80); output.WriteInt32(Tid3); } if (Qty3 != 0) { output.WriteRawTag(88); output.WriteInt32(Qty3); } 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.ComputeInt32Size(Id); } if (BundleId != 0) { size += 1 + pb::CodedOutputStream.ComputeInt32Size(BundleId); } if (Desc.Length != 0) { size += 1 + pb::CodedOutputStream.ComputeStringSize(Desc); } if (FinishType != 0) { size += 1 + pb::CodedOutputStream.ComputeInt32Size(FinishType); } if (FinishParams.Length != 0) { size += 1 + pb::CodedOutputStream.ComputeStringSize(FinishParams); } if (Tid1 != 0) { size += 1 + pb::CodedOutputStream.ComputeInt32Size(Tid1); } if (Qty1 != 0) { size += 1 + pb::CodedOutputStream.ComputeInt32Size(Qty1); } if (Tid2 != 0) { size += 1 + pb::CodedOutputStream.ComputeInt32Size(Tid2); } if (Qty2 != 0) { size += 1 + pb::CodedOutputStream.ComputeInt32Size(Qty2); } if (Tid3 != 0) { size += 1 + pb::CodedOutputStream.ComputeInt32Size(Tid3); } if (Qty3 != 0) { size += 1 + pb::CodedOutputStream.ComputeInt32Size(Qty3); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(StarTowerBookFateCardQuest other) { if (other == null) { return; } if (other.Id != 0) { Id = other.Id; } if (other.BundleId != 0) { BundleId = other.BundleId; } if (other.Desc.Length != 0) { Desc = other.Desc; } if (other.FinishType != 0) { FinishType = other.FinishType; } if (other.FinishParams.Length != 0) { FinishParams = other.FinishParams; } if (other.Tid1 != 0) { Tid1 = other.Tid1; } if (other.Qty1 != 0) { Qty1 = other.Qty1; } if (other.Tid2 != 0) { Tid2 = other.Tid2; } if (other.Qty2 != 0) { Qty2 = other.Qty2; } if (other.Tid3 != 0) { Tid3 = other.Tid3; } if (other.Qty3 != 0) { Qty3 = other.Qty3; } _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.ReadInt32(); break; } case 16: { BundleId = input.ReadInt32(); break; } case 26: { Desc = input.ReadString(); break; } case 32: { FinishType = input.ReadInt32(); break; } case 42: { FinishParams = input.ReadString(); break; } case 48: { Tid1 = input.ReadInt32(); break; } case 56: { Qty1 = input.ReadInt32(); break; } case 64: { Tid2 = input.ReadInt32(); break; } case 72: { Qty2 = input.ReadInt32(); break; } case 80: { Tid3 = input.ReadInt32(); break; } case 88: { Qty3 = input.ReadInt32(); 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.ReadInt32(); break; } case 16: { BundleId = input.ReadInt32(); break; } case 26: { Desc = input.ReadString(); break; } case 32: { FinishType = input.ReadInt32(); break; } case 42: { FinishParams = input.ReadString(); break; } case 48: { Tid1 = input.ReadInt32(); break; } case 56: { Qty1 = input.ReadInt32(); break; } case 64: { Tid2 = input.ReadInt32(); break; } case 72: { Qty2 = input.ReadInt32(); break; } case 80: { Tid3 = input.ReadInt32(); break; } case 88: { Qty3 = input.ReadInt32(); break; } } } } #endif } #endregion } #endregion Designer generated code