Files
DanhengServer-OpenSource/Proto/RogueTitanBlessSelectInfo.cs
2025-04-15 16:44:46 +08:00

340 lines
13 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: RogueTitanBlessSelectInfo.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 EggLink.DanhengServer.Proto {
/// <summary>Holder for reflection information generated from RogueTitanBlessSelectInfo.proto</summary>
public static partial class RogueTitanBlessSelectInfoReflection {
#region Descriptor
/// <summary>File descriptor for RogueTitanBlessSelectInfo.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static RogueTitanBlessSelectInfoReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"Ch9Sb2d1ZVRpdGFuQmxlc3NTZWxlY3RJbmZvLnByb3RvGhpUaXRhbkJsZXNz",
"U2VsZWN0VHlwZS5wcm90byKXAQoZUm9ndWVUaXRhbkJsZXNzU2VsZWN0SW5m",
"bxITCgtOQ0xBRUhBSUpKQhgNIAEoDRIbChN0aXRhbl9ibGVzc19pZF9saXN0",
"GAcgAygNEhYKDnNlbGVjdF9oaW50X2lkGAwgASgNEjAKEWJsZXNzX3NlbGVj",
"dF90eXBlGAkgASgOMhUuVGl0YW5CbGVzc1NlbGVjdFR5cGVCHqoCG0VnZ0xp",
"bmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.TitanBlessSelectTypeReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueTitanBlessSelectInfo), global::EggLink.DanhengServer.Proto.RogueTitanBlessSelectInfo.Parser, new[]{ "NCLAEHAIJJB", "TitanBlessIdList", "SelectHintId", "BlessSelectType" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class RogueTitanBlessSelectInfo : pb::IMessage<RogueTitanBlessSelectInfo>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<RogueTitanBlessSelectInfo> _parser = new pb::MessageParser<RogueTitanBlessSelectInfo>(() => new RogueTitanBlessSelectInfo());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<RogueTitanBlessSelectInfo> 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.RogueTitanBlessSelectInfoReflection.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 RogueTitanBlessSelectInfo() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public RogueTitanBlessSelectInfo(RogueTitanBlessSelectInfo other) : this() {
nCLAEHAIJJB_ = other.nCLAEHAIJJB_;
titanBlessIdList_ = other.titanBlessIdList_.Clone();
selectHintId_ = other.selectHintId_;
blessSelectType_ = other.blessSelectType_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public RogueTitanBlessSelectInfo Clone() {
return new RogueTitanBlessSelectInfo(this);
}
/// <summary>Field number for the "NCLAEHAIJJB" field.</summary>
public const int NCLAEHAIJJBFieldNumber = 13;
private uint nCLAEHAIJJB_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint NCLAEHAIJJB {
get { return nCLAEHAIJJB_; }
set {
nCLAEHAIJJB_ = value;
}
}
/// <summary>Field number for the "titan_bless_id_list" field.</summary>
public const int TitanBlessIdListFieldNumber = 7;
private static readonly pb::FieldCodec<uint> _repeated_titanBlessIdList_codec
= pb::FieldCodec.ForUInt32(58);
private readonly pbc::RepeatedField<uint> titanBlessIdList_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> TitanBlessIdList {
get { return titanBlessIdList_; }
}
/// <summary>Field number for the "select_hint_id" field.</summary>
public const int SelectHintIdFieldNumber = 12;
private uint selectHintId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint SelectHintId {
get { return selectHintId_; }
set {
selectHintId_ = value;
}
}
/// <summary>Field number for the "bless_select_type" field.</summary>
public const int BlessSelectTypeFieldNumber = 9;
private global::EggLink.DanhengServer.Proto.TitanBlessSelectType blessSelectType_ = global::EggLink.DanhengServer.Proto.TitanBlessSelectType.KTitanBlessSelectNone;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.TitanBlessSelectType BlessSelectType {
get { return blessSelectType_; }
set {
blessSelectType_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as RogueTitanBlessSelectInfo);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(RogueTitanBlessSelectInfo other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (NCLAEHAIJJB != other.NCLAEHAIJJB) return false;
if(!titanBlessIdList_.Equals(other.titanBlessIdList_)) return false;
if (SelectHintId != other.SelectHintId) return false;
if (BlessSelectType != other.BlessSelectType) 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 (NCLAEHAIJJB != 0) hash ^= NCLAEHAIJJB.GetHashCode();
hash ^= titanBlessIdList_.GetHashCode();
if (SelectHintId != 0) hash ^= SelectHintId.GetHashCode();
if (BlessSelectType != global::EggLink.DanhengServer.Proto.TitanBlessSelectType.KTitanBlessSelectNone) hash ^= BlessSelectType.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
titanBlessIdList_.WriteTo(output, _repeated_titanBlessIdList_codec);
if (BlessSelectType != global::EggLink.DanhengServer.Proto.TitanBlessSelectType.KTitanBlessSelectNone) {
output.WriteRawTag(72);
output.WriteEnum((int) BlessSelectType);
}
if (SelectHintId != 0) {
output.WriteRawTag(96);
output.WriteUInt32(SelectHintId);
}
if (NCLAEHAIJJB != 0) {
output.WriteRawTag(104);
output.WriteUInt32(NCLAEHAIJJB);
}
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) {
titanBlessIdList_.WriteTo(ref output, _repeated_titanBlessIdList_codec);
if (BlessSelectType != global::EggLink.DanhengServer.Proto.TitanBlessSelectType.KTitanBlessSelectNone) {
output.WriteRawTag(72);
output.WriteEnum((int) BlessSelectType);
}
if (SelectHintId != 0) {
output.WriteRawTag(96);
output.WriteUInt32(SelectHintId);
}
if (NCLAEHAIJJB != 0) {
output.WriteRawTag(104);
output.WriteUInt32(NCLAEHAIJJB);
}
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 (NCLAEHAIJJB != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(NCLAEHAIJJB);
}
size += titanBlessIdList_.CalculateSize(_repeated_titanBlessIdList_codec);
if (SelectHintId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(SelectHintId);
}
if (BlessSelectType != global::EggLink.DanhengServer.Proto.TitanBlessSelectType.KTitanBlessSelectNone) {
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) BlessSelectType);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(RogueTitanBlessSelectInfo other) {
if (other == null) {
return;
}
if (other.NCLAEHAIJJB != 0) {
NCLAEHAIJJB = other.NCLAEHAIJJB;
}
titanBlessIdList_.Add(other.titanBlessIdList_);
if (other.SelectHintId != 0) {
SelectHintId = other.SelectHintId;
}
if (other.BlessSelectType != global::EggLink.DanhengServer.Proto.TitanBlessSelectType.KTitanBlessSelectNone) {
BlessSelectType = other.BlessSelectType;
}
_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 58:
case 56: {
titanBlessIdList_.AddEntriesFrom(input, _repeated_titanBlessIdList_codec);
break;
}
case 72: {
BlessSelectType = (global::EggLink.DanhengServer.Proto.TitanBlessSelectType) input.ReadEnum();
break;
}
case 96: {
SelectHintId = input.ReadUInt32();
break;
}
case 104: {
NCLAEHAIJJB = input.ReadUInt32();
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 58:
case 56: {
titanBlessIdList_.AddEntriesFrom(ref input, _repeated_titanBlessIdList_codec);
break;
}
case 72: {
BlessSelectType = (global::EggLink.DanhengServer.Proto.TitanBlessSelectType) input.ReadEnum();
break;
}
case 96: {
SelectHintId = input.ReadUInt32();
break;
}
case 104: {
NCLAEHAIJJB = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code