// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: GetGameStateServiceConfigScRsp.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 GetGameStateServiceConfigScRsp.proto public static partial class GetGameStateServiceConfigScRspReflection { #region Descriptor /// File descriptor for GetGameStateServiceConfigScRsp.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static GetGameStateServiceConfigScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "CiRHZXRHYW1lU3RhdGVTZXJ2aWNlQ29uZmlnU2NSc3AucHJvdG8icAoeR2V0", "R2FtZVN0YXRlU2VydmljZUNvbmZpZ1NjUnNwEhMKC0ZJQklKR01LRFBQGAMg", "AygJEhMKC0tBT0pDT0JFRU9OGA0gAygJEhMKC0xFREtNRE9MTEJCGA4gAygJ", "Eg8KB3JldGNvZGUYCyABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Q", "cm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetGameStateServiceConfigScRsp), global::EggLink.DanhengServer.Proto.GetGameStateServiceConfigScRsp.Parser, new[]{ "FIBIJGMKDPP", "KAOJCOBEEON", "LEDKMDOLLBB", "Retcode" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class GetGameStateServiceConfigScRsp : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new GetGameStateServiceConfigScRsp()); 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.GetGameStateServiceConfigScRspReflection.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 GetGameStateServiceConfigScRsp() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public GetGameStateServiceConfigScRsp(GetGameStateServiceConfigScRsp other) : this() { fIBIJGMKDPP_ = other.fIBIJGMKDPP_.Clone(); kAOJCOBEEON_ = other.kAOJCOBEEON_.Clone(); lEDKMDOLLBB_ = other.lEDKMDOLLBB_.Clone(); retcode_ = other.retcode_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public GetGameStateServiceConfigScRsp Clone() { return new GetGameStateServiceConfigScRsp(this); } /// Field number for the "FIBIJGMKDPP" field. public const int FIBIJGMKDPPFieldNumber = 3; private static readonly pb::FieldCodec _repeated_fIBIJGMKDPP_codec = pb::FieldCodec.ForString(26); private readonly pbc::RepeatedField fIBIJGMKDPP_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField FIBIJGMKDPP { get { return fIBIJGMKDPP_; } } /// Field number for the "KAOJCOBEEON" field. public const int KAOJCOBEEONFieldNumber = 13; private static readonly pb::FieldCodec _repeated_kAOJCOBEEON_codec = pb::FieldCodec.ForString(106); private readonly pbc::RepeatedField kAOJCOBEEON_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField KAOJCOBEEON { get { return kAOJCOBEEON_; } } /// Field number for the "LEDKMDOLLBB" field. public const int LEDKMDOLLBBFieldNumber = 14; private static readonly pb::FieldCodec _repeated_lEDKMDOLLBB_codec = pb::FieldCodec.ForString(114); private readonly pbc::RepeatedField lEDKMDOLLBB_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField LEDKMDOLLBB { get { return lEDKMDOLLBB_; } } /// Field number for the "retcode" field. public const int RetcodeFieldNumber = 11; private uint retcode_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint Retcode { get { return retcode_; } set { retcode_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as GetGameStateServiceConfigScRsp); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(GetGameStateServiceConfigScRsp other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if(!fIBIJGMKDPP_.Equals(other.fIBIJGMKDPP_)) return false; if(!kAOJCOBEEON_.Equals(other.kAOJCOBEEON_)) return false; if(!lEDKMDOLLBB_.Equals(other.lEDKMDOLLBB_)) return false; if (Retcode != other.Retcode) 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 ^= fIBIJGMKDPP_.GetHashCode(); hash ^= kAOJCOBEEON_.GetHashCode(); hash ^= lEDKMDOLLBB_.GetHashCode(); if (Retcode != 0) hash ^= Retcode.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 fIBIJGMKDPP_.WriteTo(output, _repeated_fIBIJGMKDPP_codec); if (Retcode != 0) { output.WriteRawTag(88); output.WriteUInt32(Retcode); } kAOJCOBEEON_.WriteTo(output, _repeated_kAOJCOBEEON_codec); lEDKMDOLLBB_.WriteTo(output, _repeated_lEDKMDOLLBB_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) { fIBIJGMKDPP_.WriteTo(ref output, _repeated_fIBIJGMKDPP_codec); if (Retcode != 0) { output.WriteRawTag(88); output.WriteUInt32(Retcode); } kAOJCOBEEON_.WriteTo(ref output, _repeated_kAOJCOBEEON_codec); lEDKMDOLLBB_.WriteTo(ref output, _repeated_lEDKMDOLLBB_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 += fIBIJGMKDPP_.CalculateSize(_repeated_fIBIJGMKDPP_codec); size += kAOJCOBEEON_.CalculateSize(_repeated_kAOJCOBEEON_codec); size += lEDKMDOLLBB_.CalculateSize(_repeated_lEDKMDOLLBB_codec); if (Retcode != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(GetGameStateServiceConfigScRsp other) { if (other == null) { return; } fIBIJGMKDPP_.Add(other.fIBIJGMKDPP_); kAOJCOBEEON_.Add(other.kAOJCOBEEON_); lEDKMDOLLBB_.Add(other.lEDKMDOLLBB_); if (other.Retcode != 0) { Retcode = other.Retcode; } _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 26: { fIBIJGMKDPP_.AddEntriesFrom(input, _repeated_fIBIJGMKDPP_codec); break; } case 88: { Retcode = input.ReadUInt32(); break; } case 106: { kAOJCOBEEON_.AddEntriesFrom(input, _repeated_kAOJCOBEEON_codec); break; } case 114: { lEDKMDOLLBB_.AddEntriesFrom(input, _repeated_lEDKMDOLLBB_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 26: { fIBIJGMKDPP_.AddEntriesFrom(ref input, _repeated_fIBIJGMKDPP_codec); break; } case 88: { Retcode = input.ReadUInt32(); break; } case 106: { kAOJCOBEEON_.AddEntriesFrom(ref input, _repeated_kAOJCOBEEON_codec); break; } case 114: { lEDKMDOLLBB_.AddEntriesFrom(ref input, _repeated_lEDKMDOLLBB_codec); break; } } } } #endif } #endregion } #endregion Designer generated code