Files
DanhengServer-OpenSource/Proto/ChessRogueQueryDiceInfo.cs
StopWuyu 8a804f7a59 Merge
2024-10-27 13:30:24 +08:00

320 lines
13 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: ChessRogueQueryDiceInfo.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 ChessRogueQueryDiceInfo.proto</summary>
public static partial class ChessRogueQueryDiceInfoReflection {
#region Descriptor
/// <summary>File descriptor for ChessRogueQueryDiceInfo.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static ChessRogueQueryDiceInfoReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"Ch1DaGVzc1JvZ3VlUXVlcnlEaWNlSW5mby5wcm90bxodQ2hlc3NSb2d1ZU5v",
"dXNEaWNlUGhhc2UucHJvdG8aFENoZXNzUm9ndWVEaWNlLnByb3RvIuABChdD",
"aGVzc1JvZ3VlUXVlcnlEaWNlSW5mbxIuCgNzdXMYDCADKAsyIS5DaGVzc1Jv",
"Z3VlUXVlcnlEaWNlSW5mby5TdXNFbnRyeRIsCgpkaWNlX3BoYXNlGAogASgO",
"MhguQ2hlc3NSb2d1ZU5vdXNEaWNlUGhhc2USIgoJZGljZV9saXN0GAEgAygL",
"Mg8uQ2hlc3NSb2d1ZURpY2USFwoPc3VyZmFjZV9pZF9saXN0GAMgAygNGioK",
"CFN1c0VudHJ5EgsKA2tleRgBIAEoDRINCgV2YWx1ZRgCIAEoCDoCOAFCHqoC",
"G0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueNousDicePhaseReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueDiceReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChessRogueQueryDiceInfo), global::EggLink.DanhengServer.Proto.ChessRogueQueryDiceInfo.Parser, new[]{ "Sus", "DicePhase", "DiceList", "SurfaceIdList" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { null, })
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class ChessRogueQueryDiceInfo : pb::IMessage<ChessRogueQueryDiceInfo>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<ChessRogueQueryDiceInfo> _parser = new pb::MessageParser<ChessRogueQueryDiceInfo>(() => new ChessRogueQueryDiceInfo());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<ChessRogueQueryDiceInfo> 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.ChessRogueQueryDiceInfoReflection.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 ChessRogueQueryDiceInfo() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ChessRogueQueryDiceInfo(ChessRogueQueryDiceInfo other) : this() {
sus_ = other.sus_.Clone();
dicePhase_ = other.dicePhase_;
diceList_ = other.diceList_.Clone();
surfaceIdList_ = other.surfaceIdList_.Clone();
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ChessRogueQueryDiceInfo Clone() {
return new ChessRogueQueryDiceInfo(this);
}
/// <summary>Field number for the "sus" field.</summary>
public const int SusFieldNumber = 12;
private static readonly pbc::MapField<uint, bool>.Codec _map_sus_codec
= new pbc::MapField<uint, bool>.Codec(pb::FieldCodec.ForUInt32(8, 0), pb::FieldCodec.ForBool(16, false), 98);
private readonly pbc::MapField<uint, bool> sus_ = new pbc::MapField<uint, bool>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::MapField<uint, bool> Sus {
get { return sus_; }
}
/// <summary>Field number for the "dice_phase" field.</summary>
public const int DicePhaseFieldNumber = 10;
private global::EggLink.DanhengServer.Proto.ChessRogueNousDicePhase dicePhase_ = global::EggLink.DanhengServer.Proto.ChessRogueNousDicePhase.None;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.ChessRogueNousDicePhase DicePhase {
get { return dicePhase_; }
set {
dicePhase_ = value;
}
}
/// <summary>Field number for the "dice_list" field.</summary>
public const int DiceListFieldNumber = 1;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.ChessRogueDice> _repeated_diceList_codec
= pb::FieldCodec.ForMessage(10, global::EggLink.DanhengServer.Proto.ChessRogueDice.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ChessRogueDice> diceList_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ChessRogueDice>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ChessRogueDice> DiceList {
get { return diceList_; }
}
/// <summary>Field number for the "surface_id_list" field.</summary>
public const int SurfaceIdListFieldNumber = 3;
private static readonly pb::FieldCodec<uint> _repeated_surfaceIdList_codec
= pb::FieldCodec.ForUInt32(26);
private readonly pbc::RepeatedField<uint> surfaceIdList_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> SurfaceIdList {
get { return surfaceIdList_; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as ChessRogueQueryDiceInfo);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(ChessRogueQueryDiceInfo other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (!Sus.Equals(other.Sus)) return false;
if (DicePhase != other.DicePhase) return false;
if(!diceList_.Equals(other.diceList_)) return false;
if(!surfaceIdList_.Equals(other.surfaceIdList_)) 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;
hash ^= Sus.GetHashCode();
if (DicePhase != global::EggLink.DanhengServer.Proto.ChessRogueNousDicePhase.None) hash ^= DicePhase.GetHashCode();
hash ^= diceList_.GetHashCode();
hash ^= surfaceIdList_.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
diceList_.WriteTo(output, _repeated_diceList_codec);
surfaceIdList_.WriteTo(output, _repeated_surfaceIdList_codec);
if (DicePhase != global::EggLink.DanhengServer.Proto.ChessRogueNousDicePhase.None) {
output.WriteRawTag(80);
output.WriteEnum((int) DicePhase);
}
sus_.WriteTo(output, _map_sus_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) {
diceList_.WriteTo(ref output, _repeated_diceList_codec);
surfaceIdList_.WriteTo(ref output, _repeated_surfaceIdList_codec);
if (DicePhase != global::EggLink.DanhengServer.Proto.ChessRogueNousDicePhase.None) {
output.WriteRawTag(80);
output.WriteEnum((int) DicePhase);
}
sus_.WriteTo(ref output, _map_sus_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;
size += sus_.CalculateSize(_map_sus_codec);
if (DicePhase != global::EggLink.DanhengServer.Proto.ChessRogueNousDicePhase.None) {
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) DicePhase);
}
size += diceList_.CalculateSize(_repeated_diceList_codec);
size += surfaceIdList_.CalculateSize(_repeated_surfaceIdList_codec);
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(ChessRogueQueryDiceInfo other) {
if (other == null) {
return;
}
sus_.MergeFrom(other.sus_);
if (other.DicePhase != global::EggLink.DanhengServer.Proto.ChessRogueNousDicePhase.None) {
DicePhase = other.DicePhase;
}
diceList_.Add(other.diceList_);
surfaceIdList_.Add(other.surfaceIdList_);
_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: {
diceList_.AddEntriesFrom(input, _repeated_diceList_codec);
break;
}
case 26:
case 24: {
surfaceIdList_.AddEntriesFrom(input, _repeated_surfaceIdList_codec);
break;
}
case 80: {
DicePhase = (global::EggLink.DanhengServer.Proto.ChessRogueNousDicePhase) input.ReadEnum();
break;
}
case 98: {
sus_.AddEntriesFrom(input, _map_sus_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: {
diceList_.AddEntriesFrom(ref input, _repeated_diceList_codec);
break;
}
case 26:
case 24: {
surfaceIdList_.AddEntriesFrom(ref input, _repeated_surfaceIdList_codec);
break;
}
case 80: {
DicePhase = (global::EggLink.DanhengServer.Proto.ChessRogueNousDicePhase) input.ReadEnum();
break;
}
case 98: {
sus_.AddEntriesFrom(ref input, _map_sus_codec);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code