// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: ChessRogueDice.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 ChessRogueDice.proto public static partial class ChessRogueDiceReflection { #region Descriptor /// File descriptor for ChessRogueDice.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static ChessRogueDiceReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChRDaGVzc1JvZ3VlRGljZS5wcm90bxofQ2hlc3NSb2d1ZURpY2VTdXJmYWNl", "SW5mby5wcm90byJ6Cg5DaGVzc1JvZ3VlRGljZRIRCglicmFuY2hfaWQYBiAB", "KA0SMAoMc3VyZmFjZV9saXN0GAMgAygLMhouQ2hlc3NSb2d1ZURpY2VTdXJm", "YWNlSW5mbxIPCgdzbG90X2lkGAEgASgNEhIKCnN1cmZhY2VfaWQYCiABKA1C", "HqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueDiceSurfaceInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChessRogueDice), global::EggLink.DanhengServer.Proto.ChessRogueDice.Parser, new[]{ "BranchId", "SurfaceList", "SlotId", "SurfaceId" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class ChessRogueDice : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ChessRogueDice()); 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.ChessRogueDiceReflection.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 ChessRogueDice() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public ChessRogueDice(ChessRogueDice other) : this() { branchId_ = other.branchId_; surfaceList_ = other.surfaceList_.Clone(); slotId_ = other.slotId_; surfaceId_ = other.surfaceId_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public ChessRogueDice Clone() { return new ChessRogueDice(this); } /// Field number for the "branch_id" field. public const int BranchIdFieldNumber = 6; private uint branchId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint BranchId { get { return branchId_; } set { branchId_ = value; } } /// Field number for the "surface_list" field. public const int SurfaceListFieldNumber = 3; private static readonly pb::FieldCodec _repeated_surfaceList_codec = pb::FieldCodec.ForMessage(26, global::EggLink.DanhengServer.Proto.ChessRogueDiceSurfaceInfo.Parser); private readonly pbc::RepeatedField surfaceList_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField SurfaceList { get { return surfaceList_; } } /// Field number for the "slot_id" field. public const int SlotIdFieldNumber = 1; private uint slotId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint SlotId { get { return slotId_; } set { slotId_ = value; } } /// Field number for the "surface_id" field. public const int SurfaceIdFieldNumber = 10; private uint surfaceId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint SurfaceId { get { return surfaceId_; } set { surfaceId_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as ChessRogueDice); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(ChessRogueDice other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (BranchId != other.BranchId) return false; if(!surfaceList_.Equals(other.surfaceList_)) return false; if (SlotId != other.SlotId) return false; if (SurfaceId != other.SurfaceId) 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 (BranchId != 0) hash ^= BranchId.GetHashCode(); hash ^= surfaceList_.GetHashCode(); if (SlotId != 0) hash ^= SlotId.GetHashCode(); if (SurfaceId != 0) hash ^= SurfaceId.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 (SlotId != 0) { output.WriteRawTag(8); output.WriteUInt32(SlotId); } surfaceList_.WriteTo(output, _repeated_surfaceList_codec); if (BranchId != 0) { output.WriteRawTag(48); output.WriteUInt32(BranchId); } if (SurfaceId != 0) { output.WriteRawTag(80); output.WriteUInt32(SurfaceId); } 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 (SlotId != 0) { output.WriteRawTag(8); output.WriteUInt32(SlotId); } surfaceList_.WriteTo(ref output, _repeated_surfaceList_codec); if (BranchId != 0) { output.WriteRawTag(48); output.WriteUInt32(BranchId); } if (SurfaceId != 0) { output.WriteRawTag(80); output.WriteUInt32(SurfaceId); } 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 (BranchId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BranchId); } size += surfaceList_.CalculateSize(_repeated_surfaceList_codec); if (SlotId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(SlotId); } if (SurfaceId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(SurfaceId); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(ChessRogueDice other) { if (other == null) { return; } if (other.BranchId != 0) { BranchId = other.BranchId; } surfaceList_.Add(other.surfaceList_); if (other.SlotId != 0) { SlotId = other.SlotId; } if (other.SurfaceId != 0) { SurfaceId = other.SurfaceId; } _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 8: { SlotId = input.ReadUInt32(); break; } case 26: { surfaceList_.AddEntriesFrom(input, _repeated_surfaceList_codec); break; } case 48: { BranchId = input.ReadUInt32(); break; } case 80: { SurfaceId = 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 8: { SlotId = input.ReadUInt32(); break; } case 26: { surfaceList_.AddEntriesFrom(ref input, _repeated_surfaceList_codec); break; } case 48: { BranchId = input.ReadUInt32(); break; } case 80: { SurfaceId = input.ReadUInt32(); break; } } } } #endif } #endregion } #endregion Designer generated code