Files
Novaria/NTR.Common/protos/TravelerDuelChallengeSeason.cs
2025-01-08 20:08:36 -05:00

468 lines
16 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: TravelerDuelChallengeSeason.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 Nova.Client {
/// <summary>Holder for reflection information generated from TravelerDuelChallengeSeason.proto</summary>
public static partial class TravelerDuelChallengeSeasonReflection {
#region Descriptor
/// <summary>File descriptor for TravelerDuelChallengeSeason.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static TravelerDuelChallengeSeasonReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"CiFUcmF2ZWxlckR1ZWxDaGFsbGVuZ2VTZWFzb24ucHJvdG8irAEKG1RyYXZl",
"bGVyRHVlbENoYWxsZW5nZVNlYXNvbhIKCgJpZBgBIAEoBRIPCgdib3NzX2lk",
"GAIgASgFEhcKD2FmZml4X2dyb3VwX2lkcxgDIAEoCRIWCg5xdWVzdF9ncm91",
"cF9pZBgEIAEoBRIaChJiYWNrX2dyb3VuZF9zb3VyY2UYBSABKAkSEQoJb3Bl",
"bl90aW1lGAYgASgJEhAKCGVuZF90aW1lGAcgASgJQg6qAgtOb3ZhLkNsaWVu",
"dGIGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::Nova.Client.TravelerDuelChallengeSeason), global::Nova.Client.TravelerDuelChallengeSeason.Parser, new[]{ "Id", "BossId", "AffixGroupIds", "QuestGroupId", "BackGroundSource", "OpenTime", "EndTime" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class TravelerDuelChallengeSeason : pb::IMessage<TravelerDuelChallengeSeason>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<TravelerDuelChallengeSeason> _parser = new pb::MessageParser<TravelerDuelChallengeSeason>(() => new TravelerDuelChallengeSeason());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<TravelerDuelChallengeSeason> 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.TravelerDuelChallengeSeasonReflection.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 TravelerDuelChallengeSeason() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public TravelerDuelChallengeSeason(TravelerDuelChallengeSeason other) : this() {
id_ = other.id_;
bossId_ = other.bossId_;
affixGroupIds_ = other.affixGroupIds_;
questGroupId_ = other.questGroupId_;
backGroundSource_ = other.backGroundSource_;
openTime_ = other.openTime_;
endTime_ = other.endTime_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public TravelerDuelChallengeSeason Clone() {
return new TravelerDuelChallengeSeason(this);
}
/// <summary>Field number for the "id" field.</summary>
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;
}
}
/// <summary>Field number for the "boss_id" field.</summary>
public const int BossIdFieldNumber = 2;
private int bossId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int BossId {
get { return bossId_; }
set {
bossId_ = value;
}
}
/// <summary>Field number for the "affix_group_ids" field.</summary>
public const int AffixGroupIdsFieldNumber = 3;
private string affixGroupIds_ = "";
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public string AffixGroupIds {
get { return affixGroupIds_; }
set {
affixGroupIds_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
}
}
/// <summary>Field number for the "quest_group_id" field.</summary>
public const int QuestGroupIdFieldNumber = 4;
private int questGroupId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int QuestGroupId {
get { return questGroupId_; }
set {
questGroupId_ = value;
}
}
/// <summary>Field number for the "back_ground_source" field.</summary>
public const int BackGroundSourceFieldNumber = 5;
private string backGroundSource_ = "";
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public string BackGroundSource {
get { return backGroundSource_; }
set {
backGroundSource_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
}
}
/// <summary>Field number for the "open_time" field.</summary>
public const int OpenTimeFieldNumber = 6;
private string openTime_ = "";
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public string OpenTime {
get { return openTime_; }
set {
openTime_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
}
}
/// <summary>Field number for the "end_time" field.</summary>
public const int EndTimeFieldNumber = 7;
private string endTime_ = "";
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public string EndTime {
get { return endTime_; }
set {
endTime_ = 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 TravelerDuelChallengeSeason);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(TravelerDuelChallengeSeason other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (Id != other.Id) return false;
if (BossId != other.BossId) return false;
if (AffixGroupIds != other.AffixGroupIds) return false;
if (QuestGroupId != other.QuestGroupId) return false;
if (BackGroundSource != other.BackGroundSource) return false;
if (OpenTime != other.OpenTime) return false;
if (EndTime != other.EndTime) 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 (BossId != 0) hash ^= BossId.GetHashCode();
if (AffixGroupIds.Length != 0) hash ^= AffixGroupIds.GetHashCode();
if (QuestGroupId != 0) hash ^= QuestGroupId.GetHashCode();
if (BackGroundSource.Length != 0) hash ^= BackGroundSource.GetHashCode();
if (OpenTime.Length != 0) hash ^= OpenTime.GetHashCode();
if (EndTime.Length != 0) hash ^= EndTime.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 (BossId != 0) {
output.WriteRawTag(16);
output.WriteInt32(BossId);
}
if (AffixGroupIds.Length != 0) {
output.WriteRawTag(26);
output.WriteString(AffixGroupIds);
}
if (QuestGroupId != 0) {
output.WriteRawTag(32);
output.WriteInt32(QuestGroupId);
}
if (BackGroundSource.Length != 0) {
output.WriteRawTag(42);
output.WriteString(BackGroundSource);
}
if (OpenTime.Length != 0) {
output.WriteRawTag(50);
output.WriteString(OpenTime);
}
if (EndTime.Length != 0) {
output.WriteRawTag(58);
output.WriteString(EndTime);
}
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 (BossId != 0) {
output.WriteRawTag(16);
output.WriteInt32(BossId);
}
if (AffixGroupIds.Length != 0) {
output.WriteRawTag(26);
output.WriteString(AffixGroupIds);
}
if (QuestGroupId != 0) {
output.WriteRawTag(32);
output.WriteInt32(QuestGroupId);
}
if (BackGroundSource.Length != 0) {
output.WriteRawTag(42);
output.WriteString(BackGroundSource);
}
if (OpenTime.Length != 0) {
output.WriteRawTag(50);
output.WriteString(OpenTime);
}
if (EndTime.Length != 0) {
output.WriteRawTag(58);
output.WriteString(EndTime);
}
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 (BossId != 0) {
size += 1 + pb::CodedOutputStream.ComputeInt32Size(BossId);
}
if (AffixGroupIds.Length != 0) {
size += 1 + pb::CodedOutputStream.ComputeStringSize(AffixGroupIds);
}
if (QuestGroupId != 0) {
size += 1 + pb::CodedOutputStream.ComputeInt32Size(QuestGroupId);
}
if (BackGroundSource.Length != 0) {
size += 1 + pb::CodedOutputStream.ComputeStringSize(BackGroundSource);
}
if (OpenTime.Length != 0) {
size += 1 + pb::CodedOutputStream.ComputeStringSize(OpenTime);
}
if (EndTime.Length != 0) {
size += 1 + pb::CodedOutputStream.ComputeStringSize(EndTime);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(TravelerDuelChallengeSeason other) {
if (other == null) {
return;
}
if (other.Id != 0) {
Id = other.Id;
}
if (other.BossId != 0) {
BossId = other.BossId;
}
if (other.AffixGroupIds.Length != 0) {
AffixGroupIds = other.AffixGroupIds;
}
if (other.QuestGroupId != 0) {
QuestGroupId = other.QuestGroupId;
}
if (other.BackGroundSource.Length != 0) {
BackGroundSource = other.BackGroundSource;
}
if (other.OpenTime.Length != 0) {
OpenTime = other.OpenTime;
}
if (other.EndTime.Length != 0) {
EndTime = other.EndTime;
}
_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: {
BossId = input.ReadInt32();
break;
}
case 26: {
AffixGroupIds = input.ReadString();
break;
}
case 32: {
QuestGroupId = input.ReadInt32();
break;
}
case 42: {
BackGroundSource = input.ReadString();
break;
}
case 50: {
OpenTime = input.ReadString();
break;
}
case 58: {
EndTime = input.ReadString();
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: {
BossId = input.ReadInt32();
break;
}
case 26: {
AffixGroupIds = input.ReadString();
break;
}
case 32: {
QuestGroupId = input.ReadInt32();
break;
}
case 42: {
BackGroundSource = input.ReadString();
break;
}
case 50: {
OpenTime = input.ReadString();
break;
}
case 58: {
EndTime = input.ReadString();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code