// // 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", "R2FtZVN0YXRlU2VydmljZUNvbmZpZ1NjUnNwEhMKC0tLR0lMSkNJUEpPGAsg", "AygJEhMKC0lFS0FFR0FKQ0VHGAEgAygJEg8KB3JldGNvZGUYAiABKA0SEwoL", "TkxLQU5BS0VNRUoYDSADKAlCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Q", "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[]{ "KKGILJCIPJO", "IEKAEGAJCEG", "Retcode", "NLKANAKEMEJ" }, 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() { kKGILJCIPJO_ = other.kKGILJCIPJO_.Clone(); iEKAEGAJCEG_ = other.iEKAEGAJCEG_.Clone(); retcode_ = other.retcode_; nLKANAKEMEJ_ = other.nLKANAKEMEJ_.Clone(); _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 "KKGILJCIPJO" field. public const int KKGILJCIPJOFieldNumber = 11; private static readonly pb::FieldCodec _repeated_kKGILJCIPJO_codec = pb::FieldCodec.ForString(90); private readonly pbc::RepeatedField kKGILJCIPJO_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField KKGILJCIPJO { get { return kKGILJCIPJO_; } } /// Field number for the "IEKAEGAJCEG" field. public const int IEKAEGAJCEGFieldNumber = 1; private static readonly pb::FieldCodec _repeated_iEKAEGAJCEG_codec = pb::FieldCodec.ForString(10); private readonly pbc::RepeatedField iEKAEGAJCEG_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField IEKAEGAJCEG { get { return iEKAEGAJCEG_; } } /// Field number for the "retcode" field. public const int RetcodeFieldNumber = 2; private uint retcode_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint Retcode { get { return retcode_; } set { retcode_ = value; } } /// Field number for the "NLKANAKEMEJ" field. public const int NLKANAKEMEJFieldNumber = 13; private static readonly pb::FieldCodec _repeated_nLKANAKEMEJ_codec = pb::FieldCodec.ForString(106); private readonly pbc::RepeatedField nLKANAKEMEJ_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField NLKANAKEMEJ { get { return nLKANAKEMEJ_; } } [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(!kKGILJCIPJO_.Equals(other.kKGILJCIPJO_)) return false; if(!iEKAEGAJCEG_.Equals(other.iEKAEGAJCEG_)) return false; if (Retcode != other.Retcode) return false; if(!nLKANAKEMEJ_.Equals(other.nLKANAKEMEJ_)) 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 ^= kKGILJCIPJO_.GetHashCode(); hash ^= iEKAEGAJCEG_.GetHashCode(); if (Retcode != 0) hash ^= Retcode.GetHashCode(); hash ^= nLKANAKEMEJ_.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 iEKAEGAJCEG_.WriteTo(output, _repeated_iEKAEGAJCEG_codec); if (Retcode != 0) { output.WriteRawTag(16); output.WriteUInt32(Retcode); } kKGILJCIPJO_.WriteTo(output, _repeated_kKGILJCIPJO_codec); nLKANAKEMEJ_.WriteTo(output, _repeated_nLKANAKEMEJ_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) { iEKAEGAJCEG_.WriteTo(ref output, _repeated_iEKAEGAJCEG_codec); if (Retcode != 0) { output.WriteRawTag(16); output.WriteUInt32(Retcode); } kKGILJCIPJO_.WriteTo(ref output, _repeated_kKGILJCIPJO_codec); nLKANAKEMEJ_.WriteTo(ref output, _repeated_nLKANAKEMEJ_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 += kKGILJCIPJO_.CalculateSize(_repeated_kKGILJCIPJO_codec); size += iEKAEGAJCEG_.CalculateSize(_repeated_iEKAEGAJCEG_codec); if (Retcode != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode); } size += nLKANAKEMEJ_.CalculateSize(_repeated_nLKANAKEMEJ_codec); 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; } kKGILJCIPJO_.Add(other.kKGILJCIPJO_); iEKAEGAJCEG_.Add(other.iEKAEGAJCEG_); if (other.Retcode != 0) { Retcode = other.Retcode; } nLKANAKEMEJ_.Add(other.nLKANAKEMEJ_); _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: { iEKAEGAJCEG_.AddEntriesFrom(input, _repeated_iEKAEGAJCEG_codec); break; } case 16: { Retcode = input.ReadUInt32(); break; } case 90: { kKGILJCIPJO_.AddEntriesFrom(input, _repeated_kKGILJCIPJO_codec); break; } case 106: { nLKANAKEMEJ_.AddEntriesFrom(input, _repeated_nLKANAKEMEJ_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: { iEKAEGAJCEG_.AddEntriesFrom(ref input, _repeated_iEKAEGAJCEG_codec); break; } case 16: { Retcode = input.ReadUInt32(); break; } case 90: { kKGILJCIPJO_.AddEntriesFrom(ref input, _repeated_kKGILJCIPJO_codec); break; } case 106: { nLKANAKEMEJ_.AddEntriesFrom(ref input, _repeated_nLKANAKEMEJ_codec); break; } } } } #endif } #endregion } #endregion Designer generated code