// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: GetPhoneDataScRsp.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 GetPhoneDataScRsp.proto public static partial class GetPhoneDataScRspReflection { #region Descriptor /// File descriptor for GetPhoneDataScRsp.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static GetPhoneDataScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChdHZXRQaG9uZURhdGFTY1JzcC5wcm90byK4AQoRR2V0UGhvbmVEYXRhU2NS", "c3ASEwoLS0tORUVHREtFTUQYCCADKA0SGgoSb3duZWRfcGhvbmVfdGhlbWVz", "GA4gAygNEhcKD2N1cl9waG9uZV90aGVtZRgMIAEoDRIPCgdyZXRjb2RlGAMg", "ASgNEhcKD2N1cl9jaGF0X2J1YmJsZRgJIAEoDRITCgtMTU9DQU1LTEtQSRgE", "IAEoDRIaChJvd25lZF9jaGF0X2J1YmJsZXMYDyADKA1CHqoCG0VnZ0xpbmsu", "RGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetPhoneDataScRsp), global::EggLink.DanhengServer.Proto.GetPhoneDataScRsp.Parser, new[]{ "KKNEEGDKEMD", "OwnedPhoneThemes", "CurPhoneTheme", "Retcode", "CurChatBubble", "LMOCAMKLKPI", "OwnedChatBubbles" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class GetPhoneDataScRsp : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new GetPhoneDataScRsp()); 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.GetPhoneDataScRspReflection.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 GetPhoneDataScRsp() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public GetPhoneDataScRsp(GetPhoneDataScRsp other) : this() { kKNEEGDKEMD_ = other.kKNEEGDKEMD_.Clone(); ownedPhoneThemes_ = other.ownedPhoneThemes_.Clone(); curPhoneTheme_ = other.curPhoneTheme_; retcode_ = other.retcode_; curChatBubble_ = other.curChatBubble_; lMOCAMKLKPI_ = other.lMOCAMKLKPI_; ownedChatBubbles_ = other.ownedChatBubbles_.Clone(); _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public GetPhoneDataScRsp Clone() { return new GetPhoneDataScRsp(this); } /// Field number for the "KKNEEGDKEMD" field. public const int KKNEEGDKEMDFieldNumber = 8; private static readonly pb::FieldCodec _repeated_kKNEEGDKEMD_codec = pb::FieldCodec.ForUInt32(66); private readonly pbc::RepeatedField kKNEEGDKEMD_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField KKNEEGDKEMD { get { return kKNEEGDKEMD_; } } /// Field number for the "owned_phone_themes" field. public const int OwnedPhoneThemesFieldNumber = 14; private static readonly pb::FieldCodec _repeated_ownedPhoneThemes_codec = pb::FieldCodec.ForUInt32(114); private readonly pbc::RepeatedField ownedPhoneThemes_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField OwnedPhoneThemes { get { return ownedPhoneThemes_; } } /// Field number for the "cur_phone_theme" field. public const int CurPhoneThemeFieldNumber = 12; private uint curPhoneTheme_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint CurPhoneTheme { get { return curPhoneTheme_; } set { curPhoneTheme_ = value; } } /// Field number for the "retcode" field. public const int RetcodeFieldNumber = 3; 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 "cur_chat_bubble" field. public const int CurChatBubbleFieldNumber = 9; private uint curChatBubble_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint CurChatBubble { get { return curChatBubble_; } set { curChatBubble_ = value; } } /// Field number for the "LMOCAMKLKPI" field. public const int LMOCAMKLKPIFieldNumber = 4; private uint lMOCAMKLKPI_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint LMOCAMKLKPI { get { return lMOCAMKLKPI_; } set { lMOCAMKLKPI_ = value; } } /// Field number for the "owned_chat_bubbles" field. public const int OwnedChatBubblesFieldNumber = 15; private static readonly pb::FieldCodec _repeated_ownedChatBubbles_codec = pb::FieldCodec.ForUInt32(122); private readonly pbc::RepeatedField ownedChatBubbles_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField OwnedChatBubbles { get { return ownedChatBubbles_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as GetPhoneDataScRsp); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(GetPhoneDataScRsp other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if(!kKNEEGDKEMD_.Equals(other.kKNEEGDKEMD_)) return false; if(!ownedPhoneThemes_.Equals(other.ownedPhoneThemes_)) return false; if (CurPhoneTheme != other.CurPhoneTheme) return false; if (Retcode != other.Retcode) return false; if (CurChatBubble != other.CurChatBubble) return false; if (LMOCAMKLKPI != other.LMOCAMKLKPI) return false; if(!ownedChatBubbles_.Equals(other.ownedChatBubbles_)) 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 ^= kKNEEGDKEMD_.GetHashCode(); hash ^= ownedPhoneThemes_.GetHashCode(); if (CurPhoneTheme != 0) hash ^= CurPhoneTheme.GetHashCode(); if (Retcode != 0) hash ^= Retcode.GetHashCode(); if (CurChatBubble != 0) hash ^= CurChatBubble.GetHashCode(); if (LMOCAMKLKPI != 0) hash ^= LMOCAMKLKPI.GetHashCode(); hash ^= ownedChatBubbles_.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 (Retcode != 0) { output.WriteRawTag(24); output.WriteUInt32(Retcode); } if (LMOCAMKLKPI != 0) { output.WriteRawTag(32); output.WriteUInt32(LMOCAMKLKPI); } kKNEEGDKEMD_.WriteTo(output, _repeated_kKNEEGDKEMD_codec); if (CurChatBubble != 0) { output.WriteRawTag(72); output.WriteUInt32(CurChatBubble); } if (CurPhoneTheme != 0) { output.WriteRawTag(96); output.WriteUInt32(CurPhoneTheme); } ownedPhoneThemes_.WriteTo(output, _repeated_ownedPhoneThemes_codec); ownedChatBubbles_.WriteTo(output, _repeated_ownedChatBubbles_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) { if (Retcode != 0) { output.WriteRawTag(24); output.WriteUInt32(Retcode); } if (LMOCAMKLKPI != 0) { output.WriteRawTag(32); output.WriteUInt32(LMOCAMKLKPI); } kKNEEGDKEMD_.WriteTo(ref output, _repeated_kKNEEGDKEMD_codec); if (CurChatBubble != 0) { output.WriteRawTag(72); output.WriteUInt32(CurChatBubble); } if (CurPhoneTheme != 0) { output.WriteRawTag(96); output.WriteUInt32(CurPhoneTheme); } ownedPhoneThemes_.WriteTo(ref output, _repeated_ownedPhoneThemes_codec); ownedChatBubbles_.WriteTo(ref output, _repeated_ownedChatBubbles_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 += kKNEEGDKEMD_.CalculateSize(_repeated_kKNEEGDKEMD_codec); size += ownedPhoneThemes_.CalculateSize(_repeated_ownedPhoneThemes_codec); if (CurPhoneTheme != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CurPhoneTheme); } if (Retcode != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode); } if (CurChatBubble != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CurChatBubble); } if (LMOCAMKLKPI != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LMOCAMKLKPI); } size += ownedChatBubbles_.CalculateSize(_repeated_ownedChatBubbles_codec); if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(GetPhoneDataScRsp other) { if (other == null) { return; } kKNEEGDKEMD_.Add(other.kKNEEGDKEMD_); ownedPhoneThemes_.Add(other.ownedPhoneThemes_); if (other.CurPhoneTheme != 0) { CurPhoneTheme = other.CurPhoneTheme; } if (other.Retcode != 0) { Retcode = other.Retcode; } if (other.CurChatBubble != 0) { CurChatBubble = other.CurChatBubble; } if (other.LMOCAMKLKPI != 0) { LMOCAMKLKPI = other.LMOCAMKLKPI; } ownedChatBubbles_.Add(other.ownedChatBubbles_); _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 24: { Retcode = input.ReadUInt32(); break; } case 32: { LMOCAMKLKPI = input.ReadUInt32(); break; } case 66: case 64: { kKNEEGDKEMD_.AddEntriesFrom(input, _repeated_kKNEEGDKEMD_codec); break; } case 72: { CurChatBubble = input.ReadUInt32(); break; } case 96: { CurPhoneTheme = input.ReadUInt32(); break; } case 114: case 112: { ownedPhoneThemes_.AddEntriesFrom(input, _repeated_ownedPhoneThemes_codec); break; } case 122: case 120: { ownedChatBubbles_.AddEntriesFrom(input, _repeated_ownedChatBubbles_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 24: { Retcode = input.ReadUInt32(); break; } case 32: { LMOCAMKLKPI = input.ReadUInt32(); break; } case 66: case 64: { kKNEEGDKEMD_.AddEntriesFrom(ref input, _repeated_kKNEEGDKEMD_codec); break; } case 72: { CurChatBubble = input.ReadUInt32(); break; } case 96: { CurPhoneTheme = input.ReadUInt32(); break; } case 114: case 112: { ownedPhoneThemes_.AddEntriesFrom(ref input, _repeated_ownedPhoneThemes_codec); break; } case 122: case 120: { ownedChatBubbles_.AddEntriesFrom(ref input, _repeated_ownedChatBubbles_codec); break; } } } } #endif } #endregion } #endregion Designer generated code