//
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: ChessRogueQueryDiceInfo.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 ChessRogueQueryDiceInfo.proto
public static partial class ChessRogueQueryDiceInfoReflection {
#region Descriptor
/// File descriptor for ChessRogueQueryDiceInfo.proto
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static ChessRogueQueryDiceInfoReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"Ch1DaGVzc1JvZ3VlUXVlcnlEaWNlSW5mby5wcm90bxoUQ2hlc3NSb2d1ZURp",
"Y2UucHJvdG8aHUNoZXNzUm9ndWVOb3VzRGljZVBoYXNlLnByb3RvIuABChdD",
"aGVzc1JvZ3VlUXVlcnlEaWNlSW5mbxIsCgpkaWNlX3BoYXNlGA8gASgOMhgu",
"Q2hlc3NSb2d1ZU5vdXNEaWNlUGhhc2USLgoDc3VzGAcgAygLMiEuQ2hlc3NS",
"b2d1ZVF1ZXJ5RGljZUluZm8uU3VzRW50cnkSIgoJZGljZV9saXN0GA0gAygL",
"Mg8uQ2hlc3NSb2d1ZURpY2USFwoPc3VyZmFjZV9pZF9saXN0GAggAygNGioK",
"CFN1c0VudHJ5EgsKA2tleRgBIAEoDRINCgV2YWx1ZRgCIAEoCDoCOAFCHqoC",
"G0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueDiceReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueNousDicePhaseReflection.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[]{ "DicePhase", "Sus", "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
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ChessRogueQueryDiceInfo());
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.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() {
dicePhase_ = other.dicePhase_;
sus_ = other.sus_.Clone();
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);
}
/// Field number for the "dice_phase" field.
public const int DicePhaseFieldNumber = 15;
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;
}
}
/// Field number for the "sus" field.
public const int SusFieldNumber = 7;
private static readonly pbc::MapField.Codec _map_sus_codec
= new pbc::MapField.Codec(pb::FieldCodec.ForUInt32(8, 0), pb::FieldCodec.ForBool(16, false), 58);
private readonly pbc::MapField sus_ = new pbc::MapField();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::MapField Sus {
get { return sus_; }
}
/// Field number for the "dice_list" field.
public const int DiceListFieldNumber = 13;
private static readonly pb::FieldCodec _repeated_diceList_codec
= pb::FieldCodec.ForMessage(106, global::EggLink.DanhengServer.Proto.ChessRogueDice.Parser);
private readonly pbc::RepeatedField diceList_ = new pbc::RepeatedField();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField DiceList {
get { return diceList_; }
}
/// Field number for the "surface_id_list" field.
public const int SurfaceIdListFieldNumber = 8;
private static readonly pb::FieldCodec _repeated_surfaceIdList_codec
= pb::FieldCodec.ForUInt32(66);
private readonly pbc::RepeatedField surfaceIdList_ = new pbc::RepeatedField();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField 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 (DicePhase != other.DicePhase) return false;
if (!Sus.Equals(other.Sus)) 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;
if (DicePhase != global::EggLink.DanhengServer.Proto.ChessRogueNousDicePhase.None) hash ^= DicePhase.GetHashCode();
hash ^= Sus.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
sus_.WriteTo(output, _map_sus_codec);
surfaceIdList_.WriteTo(output, _repeated_surfaceIdList_codec);
diceList_.WriteTo(output, _repeated_diceList_codec);
if (DicePhase != global::EggLink.DanhengServer.Proto.ChessRogueNousDicePhase.None) {
output.WriteRawTag(120);
output.WriteEnum((int) DicePhase);
}
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) {
sus_.WriteTo(ref output, _map_sus_codec);
surfaceIdList_.WriteTo(ref output, _repeated_surfaceIdList_codec);
diceList_.WriteTo(ref output, _repeated_diceList_codec);
if (DicePhase != global::EggLink.DanhengServer.Proto.ChessRogueNousDicePhase.None) {
output.WriteRawTag(120);
output.WriteEnum((int) DicePhase);
}
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 (DicePhase != global::EggLink.DanhengServer.Proto.ChessRogueNousDicePhase.None) {
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) DicePhase);
}
size += sus_.CalculateSize(_map_sus_codec);
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;
}
if (other.DicePhase != global::EggLink.DanhengServer.Proto.ChessRogueNousDicePhase.None) {
DicePhase = other.DicePhase;
}
sus_.MergeFrom(other.sus_);
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 58: {
sus_.AddEntriesFrom(input, _map_sus_codec);
break;
}
case 66:
case 64: {
surfaceIdList_.AddEntriesFrom(input, _repeated_surfaceIdList_codec);
break;
}
case 106: {
diceList_.AddEntriesFrom(input, _repeated_diceList_codec);
break;
}
case 120: {
DicePhase = (global::EggLink.DanhengServer.Proto.ChessRogueNousDicePhase) input.ReadEnum();
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: {
sus_.AddEntriesFrom(ref input, _map_sus_codec);
break;
}
case 66:
case 64: {
surfaceIdList_.AddEntriesFrom(ref input, _repeated_surfaceIdList_codec);
break;
}
case 106: {
diceList_.AddEntriesFrom(ref input, _repeated_diceList_codec);
break;
}
case 120: {
DicePhase = (global::EggLink.DanhengServer.Proto.ChessRogueNousDicePhase) input.ReadEnum();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code