// // 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( "Ch1DaGVzc1JvZ3VlUXVlcnlEaWNlSW5mby5wcm90bxodQ2hlc3NSb2d1ZU5v", "dXNEaWNlUGhhc2UucHJvdG8aFENoZXNzUm9ndWVEaWNlLnByb3RvIuABChdD", "aGVzc1JvZ3VlUXVlcnlEaWNlSW5mbxIuCgNzdXMYCiADKAsyIS5DaGVzc1Jv", "Z3VlUXVlcnlEaWNlSW5mby5TdXNFbnRyeRIXCg9zdXJmYWNlX2lkX2xpc3QY", "DyADKA0SLAoKZGljZV9waGFzZRgNIAEoDjIYLkNoZXNzUm9ndWVOb3VzRGlj", "ZVBoYXNlEiIKCWRpY2VfbGlzdBgIIAMoCzIPLkNoZXNzUm9ndWVEaWNlGioK", "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", "SurfaceIdList", "DicePhase", "DiceList" }, 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() { sus_ = other.sus_.Clone(); surfaceIdList_ = other.surfaceIdList_.Clone(); dicePhase_ = other.dicePhase_; diceList_ = other.diceList_.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 "sus" field. public const int SusFieldNumber = 10; private static readonly pbc::MapField.Codec _map_sus_codec = new pbc::MapField.Codec(pb::FieldCodec.ForUInt32(8, 0), pb::FieldCodec.ForBool(16, false), 82); 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 "surface_id_list" field. public const int SurfaceIdListFieldNumber = 15; private static readonly pb::FieldCodec _repeated_surfaceIdList_codec = pb::FieldCodec.ForUInt32(122); 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_; } } /// Field number for the "dice_phase" field. public const int DicePhaseFieldNumber = 13; 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 "dice_list" field. public const int DiceListFieldNumber = 8; private static readonly pb::FieldCodec _repeated_diceList_codec = pb::FieldCodec.ForMessage(66, 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_; } } [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(!surfaceIdList_.Equals(other.surfaceIdList_)) return false; if (DicePhase != other.DicePhase) return false; if(!diceList_.Equals(other.diceList_)) 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(); hash ^= surfaceIdList_.GetHashCode(); if (DicePhase != global::EggLink.DanhengServer.Proto.ChessRogueNousDicePhase.None) hash ^= DicePhase.GetHashCode(); hash ^= diceList_.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); sus_.WriteTo(output, _map_sus_codec); if (DicePhase != global::EggLink.DanhengServer.Proto.ChessRogueNousDicePhase.None) { output.WriteRawTag(104); output.WriteEnum((int) DicePhase); } surfaceIdList_.WriteTo(output, _repeated_surfaceIdList_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); sus_.WriteTo(ref output, _map_sus_codec); if (DicePhase != global::EggLink.DanhengServer.Proto.ChessRogueNousDicePhase.None) { output.WriteRawTag(104); output.WriteEnum((int) DicePhase); } surfaceIdList_.WriteTo(ref output, _repeated_surfaceIdList_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); size += surfaceIdList_.CalculateSize(_repeated_surfaceIdList_codec); if (DicePhase != global::EggLink.DanhengServer.Proto.ChessRogueNousDicePhase.None) { size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) DicePhase); } size += diceList_.CalculateSize(_repeated_diceList_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_); surfaceIdList_.Add(other.surfaceIdList_); if (other.DicePhase != global::EggLink.DanhengServer.Proto.ChessRogueNousDicePhase.None) { DicePhase = other.DicePhase; } diceList_.Add(other.diceList_); _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 66: { diceList_.AddEntriesFrom(input, _repeated_diceList_codec); break; } case 82: { sus_.AddEntriesFrom(input, _map_sus_codec); break; } case 104: { DicePhase = (global::EggLink.DanhengServer.Proto.ChessRogueNousDicePhase) input.ReadEnum(); break; } case 122: case 120: { surfaceIdList_.AddEntriesFrom(input, _repeated_surfaceIdList_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 66: { diceList_.AddEntriesFrom(ref input, _repeated_diceList_codec); break; } case 82: { sus_.AddEntriesFrom(ref input, _map_sus_codec); break; } case 104: { DicePhase = (global::EggLink.DanhengServer.Proto.ChessRogueNousDicePhase) input.ReadEnum(); break; } case 122: case 120: { surfaceIdList_.AddEntriesFrom(ref input, _repeated_surfaceIdList_codec); break; } } } } #endif } #endregion } #endregion Designer generated code