// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: UpdatePlayerSetting.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 UpdatePlayerSetting.proto public static partial class UpdatePlayerSettingReflection { #region Descriptor /// File descriptor for UpdatePlayerSetting.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static UpdatePlayerSettingReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChlVcGRhdGVQbGF5ZXJTZXR0aW5nLnByb3RvGhFPR0ZJT0RQSUxFTC5wcm90", "byKSAwoTVXBkYXRlUGxheWVyU2V0dGluZxIVCgtLQVBESU1HSkxORhgDIAEo", "CEgAEhUKC01NTU5KQ0hFTUZOGAogASgISAASFQoLTktFS0lCTkpNUEEYBSAB", "KAhIABIfChVkaXNwbGF5X2JhdHRsZV9yZWNvcmQYBCABKAhIABIcChJkaXNw", "bGF5X2NvbGxlY3Rpb24YDSABKAhIABIgChZkaXNwbGF5X3JlY2VudGx5X3N0", "YXRlGAggASgISAASIgoYZGlzcGxheV9jaGFsbGVuZ2VfbGluZXVwGAIgASgI", "SAASHgoUZGlzcGxheV9hY3RpdmVfc3RhdGUYBiABKAhIABIVCgtHTUpBTk9K", "TUtDRRgBIAEoCEgAEiMKC0dIS0NNRE5LT1BOGAcgASgLMgwuT0dGSU9EUElM", "RUxIABIVCgtBQU1FTE9IUEJITBgMIAEoCEgAEhYKC01DQ0pMQkVNS0NOGP0M", "IAEoCEgAEhYKC09FR0lGT0RFQUtLGOoBIAEoCEgAQg4KDHNldHRpbmdfY2Fz", "ZUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.OGFIODPILELReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.UpdatePlayerSetting), global::EggLink.DanhengServer.Proto.UpdatePlayerSetting.Parser, new[]{ "KAPDIMGJLNF", "MMMNJCHEMFN", "NKEKIBNJMPA", "DisplayBattleRecord", "DisplayCollection", "DisplayRecentlyState", "DisplayChallengeLineup", "DisplayActiveState", "GMJANOJMKCE", "GHKCMDNKOPN", "AAMELOHPBHL", "MCCJLBEMKCN", "OEGIFODEAKK" }, new[]{ "SettingCase" }, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class UpdatePlayerSetting : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new UpdatePlayerSetting()); 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.UpdatePlayerSettingReflection.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 UpdatePlayerSetting() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public UpdatePlayerSetting(UpdatePlayerSetting other) : this() { switch (other.SettingCaseCase) { case SettingCaseOneofCase.KAPDIMGJLNF: KAPDIMGJLNF = other.KAPDIMGJLNF; break; case SettingCaseOneofCase.MMMNJCHEMFN: MMMNJCHEMFN = other.MMMNJCHEMFN; break; case SettingCaseOneofCase.NKEKIBNJMPA: NKEKIBNJMPA = other.NKEKIBNJMPA; break; case SettingCaseOneofCase.DisplayBattleRecord: DisplayBattleRecord = other.DisplayBattleRecord; break; case SettingCaseOneofCase.DisplayCollection: DisplayCollection = other.DisplayCollection; break; case SettingCaseOneofCase.DisplayRecentlyState: DisplayRecentlyState = other.DisplayRecentlyState; break; case SettingCaseOneofCase.DisplayChallengeLineup: DisplayChallengeLineup = other.DisplayChallengeLineup; break; case SettingCaseOneofCase.DisplayActiveState: DisplayActiveState = other.DisplayActiveState; break; case SettingCaseOneofCase.GMJANOJMKCE: GMJANOJMKCE = other.GMJANOJMKCE; break; case SettingCaseOneofCase.GHKCMDNKOPN: GHKCMDNKOPN = other.GHKCMDNKOPN.Clone(); break; case SettingCaseOneofCase.AAMELOHPBHL: AAMELOHPBHL = other.AAMELOHPBHL; break; case SettingCaseOneofCase.MCCJLBEMKCN: MCCJLBEMKCN = other.MCCJLBEMKCN; break; case SettingCaseOneofCase.OEGIFODEAKK: OEGIFODEAKK = other.OEGIFODEAKK; break; } _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public UpdatePlayerSetting Clone() { return new UpdatePlayerSetting(this); } /// Field number for the "KAPDIMGJLNF" field. public const int KAPDIMGJLNFFieldNumber = 3; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool KAPDIMGJLNF { get { return HasKAPDIMGJLNF ? (bool) settingCase_ : false; } set { settingCase_ = value; settingCaseCase_ = SettingCaseOneofCase.KAPDIMGJLNF; } } /// Gets whether the "KAPDIMGJLNF" field is set [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool HasKAPDIMGJLNF { get { return settingCaseCase_ == SettingCaseOneofCase.KAPDIMGJLNF; } } /// Clears the value of the oneof if it's currently set to "KAPDIMGJLNF" [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void ClearKAPDIMGJLNF() { if (HasKAPDIMGJLNF) { ClearSettingCase(); } } /// Field number for the "MMMNJCHEMFN" field. public const int MMMNJCHEMFNFieldNumber = 10; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool MMMNJCHEMFN { get { return HasMMMNJCHEMFN ? (bool) settingCase_ : false; } set { settingCase_ = value; settingCaseCase_ = SettingCaseOneofCase.MMMNJCHEMFN; } } /// Gets whether the "MMMNJCHEMFN" field is set [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool HasMMMNJCHEMFN { get { return settingCaseCase_ == SettingCaseOneofCase.MMMNJCHEMFN; } } /// Clears the value of the oneof if it's currently set to "MMMNJCHEMFN" [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void ClearMMMNJCHEMFN() { if (HasMMMNJCHEMFN) { ClearSettingCase(); } } /// Field number for the "NKEKIBNJMPA" field. public const int NKEKIBNJMPAFieldNumber = 5; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool NKEKIBNJMPA { get { return HasNKEKIBNJMPA ? (bool) settingCase_ : false; } set { settingCase_ = value; settingCaseCase_ = SettingCaseOneofCase.NKEKIBNJMPA; } } /// Gets whether the "NKEKIBNJMPA" field is set [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool HasNKEKIBNJMPA { get { return settingCaseCase_ == SettingCaseOneofCase.NKEKIBNJMPA; } } /// Clears the value of the oneof if it's currently set to "NKEKIBNJMPA" [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void ClearNKEKIBNJMPA() { if (HasNKEKIBNJMPA) { ClearSettingCase(); } } /// Field number for the "display_battle_record" field. public const int DisplayBattleRecordFieldNumber = 4; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool DisplayBattleRecord { get { return HasDisplayBattleRecord ? (bool) settingCase_ : false; } set { settingCase_ = value; settingCaseCase_ = SettingCaseOneofCase.DisplayBattleRecord; } } /// Gets whether the "display_battle_record" field is set [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool HasDisplayBattleRecord { get { return settingCaseCase_ == SettingCaseOneofCase.DisplayBattleRecord; } } /// Clears the value of the oneof if it's currently set to "display_battle_record" [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void ClearDisplayBattleRecord() { if (HasDisplayBattleRecord) { ClearSettingCase(); } } /// Field number for the "display_collection" field. public const int DisplayCollectionFieldNumber = 13; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool DisplayCollection { get { return HasDisplayCollection ? (bool) settingCase_ : false; } set { settingCase_ = value; settingCaseCase_ = SettingCaseOneofCase.DisplayCollection; } } /// Gets whether the "display_collection" field is set [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool HasDisplayCollection { get { return settingCaseCase_ == SettingCaseOneofCase.DisplayCollection; } } /// Clears the value of the oneof if it's currently set to "display_collection" [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void ClearDisplayCollection() { if (HasDisplayCollection) { ClearSettingCase(); } } /// Field number for the "display_recently_state" field. public const int DisplayRecentlyStateFieldNumber = 8; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool DisplayRecentlyState { get { return HasDisplayRecentlyState ? (bool) settingCase_ : false; } set { settingCase_ = value; settingCaseCase_ = SettingCaseOneofCase.DisplayRecentlyState; } } /// Gets whether the "display_recently_state" field is set [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool HasDisplayRecentlyState { get { return settingCaseCase_ == SettingCaseOneofCase.DisplayRecentlyState; } } /// Clears the value of the oneof if it's currently set to "display_recently_state" [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void ClearDisplayRecentlyState() { if (HasDisplayRecentlyState) { ClearSettingCase(); } } /// Field number for the "display_challenge_lineup" field. public const int DisplayChallengeLineupFieldNumber = 2; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool DisplayChallengeLineup { get { return HasDisplayChallengeLineup ? (bool) settingCase_ : false; } set { settingCase_ = value; settingCaseCase_ = SettingCaseOneofCase.DisplayChallengeLineup; } } /// Gets whether the "display_challenge_lineup" field is set [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool HasDisplayChallengeLineup { get { return settingCaseCase_ == SettingCaseOneofCase.DisplayChallengeLineup; } } /// Clears the value of the oneof if it's currently set to "display_challenge_lineup" [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void ClearDisplayChallengeLineup() { if (HasDisplayChallengeLineup) { ClearSettingCase(); } } /// Field number for the "display_active_state" field. public const int DisplayActiveStateFieldNumber = 6; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool DisplayActiveState { get { return HasDisplayActiveState ? (bool) settingCase_ : false; } set { settingCase_ = value; settingCaseCase_ = SettingCaseOneofCase.DisplayActiveState; } } /// Gets whether the "display_active_state" field is set [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool HasDisplayActiveState { get { return settingCaseCase_ == SettingCaseOneofCase.DisplayActiveState; } } /// Clears the value of the oneof if it's currently set to "display_active_state" [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void ClearDisplayActiveState() { if (HasDisplayActiveState) { ClearSettingCase(); } } /// Field number for the "GMJANOJMKCE" field. public const int GMJANOJMKCEFieldNumber = 1; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool GMJANOJMKCE { get { return HasGMJANOJMKCE ? (bool) settingCase_ : false; } set { settingCase_ = value; settingCaseCase_ = SettingCaseOneofCase.GMJANOJMKCE; } } /// Gets whether the "GMJANOJMKCE" field is set [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool HasGMJANOJMKCE { get { return settingCaseCase_ == SettingCaseOneofCase.GMJANOJMKCE; } } /// Clears the value of the oneof if it's currently set to "GMJANOJMKCE" [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void ClearGMJANOJMKCE() { if (HasGMJANOJMKCE) { ClearSettingCase(); } } /// Field number for the "GHKCMDNKOPN" field. public const int GHKCMDNKOPNFieldNumber = 7; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.OGFIODPILEL GHKCMDNKOPN { get { return settingCaseCase_ == SettingCaseOneofCase.GHKCMDNKOPN ? (global::EggLink.DanhengServer.Proto.OGFIODPILEL) settingCase_ : null; } set { settingCase_ = value; settingCaseCase_ = value == null ? SettingCaseOneofCase.None : SettingCaseOneofCase.GHKCMDNKOPN; } } /// Field number for the "AAMELOHPBHL" field. public const int AAMELOHPBHLFieldNumber = 12; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool AAMELOHPBHL { get { return HasAAMELOHPBHL ? (bool) settingCase_ : false; } set { settingCase_ = value; settingCaseCase_ = SettingCaseOneofCase.AAMELOHPBHL; } } /// Gets whether the "AAMELOHPBHL" field is set [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool HasAAMELOHPBHL { get { return settingCaseCase_ == SettingCaseOneofCase.AAMELOHPBHL; } } /// Clears the value of the oneof if it's currently set to "AAMELOHPBHL" [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void ClearAAMELOHPBHL() { if (HasAAMELOHPBHL) { ClearSettingCase(); } } /// Field number for the "MCCJLBEMKCN" field. public const int MCCJLBEMKCNFieldNumber = 1661; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool MCCJLBEMKCN { get { return HasMCCJLBEMKCN ? (bool) settingCase_ : false; } set { settingCase_ = value; settingCaseCase_ = SettingCaseOneofCase.MCCJLBEMKCN; } } /// Gets whether the "MCCJLBEMKCN" field is set [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool HasMCCJLBEMKCN { get { return settingCaseCase_ == SettingCaseOneofCase.MCCJLBEMKCN; } } /// Clears the value of the oneof if it's currently set to "MCCJLBEMKCN" [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void ClearMCCJLBEMKCN() { if (HasMCCJLBEMKCN) { ClearSettingCase(); } } /// Field number for the "OEGIFODEAKK" field. public const int OEGIFODEAKKFieldNumber = 234; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool OEGIFODEAKK { get { return HasOEGIFODEAKK ? (bool) settingCase_ : false; } set { settingCase_ = value; settingCaseCase_ = SettingCaseOneofCase.OEGIFODEAKK; } } /// Gets whether the "OEGIFODEAKK" field is set [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool HasOEGIFODEAKK { get { return settingCaseCase_ == SettingCaseOneofCase.OEGIFODEAKK; } } /// Clears the value of the oneof if it's currently set to "OEGIFODEAKK" [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void ClearOEGIFODEAKK() { if (HasOEGIFODEAKK) { ClearSettingCase(); } } private object settingCase_; /// Enum of possible cases for the "setting_case" oneof. public enum SettingCaseOneofCase { None = 0, KAPDIMGJLNF = 3, MMMNJCHEMFN = 10, NKEKIBNJMPA = 5, DisplayBattleRecord = 4, DisplayCollection = 13, DisplayRecentlyState = 8, DisplayChallengeLineup = 2, DisplayActiveState = 6, GMJANOJMKCE = 1, GHKCMDNKOPN = 7, AAMELOHPBHL = 12, MCCJLBEMKCN = 1661, OEGIFODEAKK = 234, } private SettingCaseOneofCase settingCaseCase_ = SettingCaseOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public SettingCaseOneofCase SettingCaseCase { get { return settingCaseCase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void ClearSettingCase() { settingCaseCase_ = SettingCaseOneofCase.None; settingCase_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as UpdatePlayerSetting); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(UpdatePlayerSetting other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (KAPDIMGJLNF != other.KAPDIMGJLNF) return false; if (MMMNJCHEMFN != other.MMMNJCHEMFN) return false; if (NKEKIBNJMPA != other.NKEKIBNJMPA) return false; if (DisplayBattleRecord != other.DisplayBattleRecord) return false; if (DisplayCollection != other.DisplayCollection) return false; if (DisplayRecentlyState != other.DisplayRecentlyState) return false; if (DisplayChallengeLineup != other.DisplayChallengeLineup) return false; if (DisplayActiveState != other.DisplayActiveState) return false; if (GMJANOJMKCE != other.GMJANOJMKCE) return false; if (!object.Equals(GHKCMDNKOPN, other.GHKCMDNKOPN)) return false; if (AAMELOHPBHL != other.AAMELOHPBHL) return false; if (MCCJLBEMKCN != other.MCCJLBEMKCN) return false; if (OEGIFODEAKK != other.OEGIFODEAKK) return false; if (SettingCaseCase != other.SettingCaseCase) 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 (HasKAPDIMGJLNF) hash ^= KAPDIMGJLNF.GetHashCode(); if (HasMMMNJCHEMFN) hash ^= MMMNJCHEMFN.GetHashCode(); if (HasNKEKIBNJMPA) hash ^= NKEKIBNJMPA.GetHashCode(); if (HasDisplayBattleRecord) hash ^= DisplayBattleRecord.GetHashCode(); if (HasDisplayCollection) hash ^= DisplayCollection.GetHashCode(); if (HasDisplayRecentlyState) hash ^= DisplayRecentlyState.GetHashCode(); if (HasDisplayChallengeLineup) hash ^= DisplayChallengeLineup.GetHashCode(); if (HasDisplayActiveState) hash ^= DisplayActiveState.GetHashCode(); if (HasGMJANOJMKCE) hash ^= GMJANOJMKCE.GetHashCode(); if (settingCaseCase_ == SettingCaseOneofCase.GHKCMDNKOPN) hash ^= GHKCMDNKOPN.GetHashCode(); if (HasAAMELOHPBHL) hash ^= AAMELOHPBHL.GetHashCode(); if (HasMCCJLBEMKCN) hash ^= MCCJLBEMKCN.GetHashCode(); if (HasOEGIFODEAKK) hash ^= OEGIFODEAKK.GetHashCode(); hash ^= (int) settingCaseCase_; 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 (HasGMJANOJMKCE) { output.WriteRawTag(8); output.WriteBool(GMJANOJMKCE); } if (HasDisplayChallengeLineup) { output.WriteRawTag(16); output.WriteBool(DisplayChallengeLineup); } if (HasKAPDIMGJLNF) { output.WriteRawTag(24); output.WriteBool(KAPDIMGJLNF); } if (HasDisplayBattleRecord) { output.WriteRawTag(32); output.WriteBool(DisplayBattleRecord); } if (HasNKEKIBNJMPA) { output.WriteRawTag(40); output.WriteBool(NKEKIBNJMPA); } if (HasDisplayActiveState) { output.WriteRawTag(48); output.WriteBool(DisplayActiveState); } if (settingCaseCase_ == SettingCaseOneofCase.GHKCMDNKOPN) { output.WriteRawTag(58); output.WriteMessage(GHKCMDNKOPN); } if (HasDisplayRecentlyState) { output.WriteRawTag(64); output.WriteBool(DisplayRecentlyState); } if (HasMMMNJCHEMFN) { output.WriteRawTag(80); output.WriteBool(MMMNJCHEMFN); } if (HasAAMELOHPBHL) { output.WriteRawTag(96); output.WriteBool(AAMELOHPBHL); } if (HasDisplayCollection) { output.WriteRawTag(104); output.WriteBool(DisplayCollection); } if (HasOEGIFODEAKK) { output.WriteRawTag(208, 14); output.WriteBool(OEGIFODEAKK); } if (HasMCCJLBEMKCN) { output.WriteRawTag(232, 103); output.WriteBool(MCCJLBEMKCN); } 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 (HasGMJANOJMKCE) { output.WriteRawTag(8); output.WriteBool(GMJANOJMKCE); } if (HasDisplayChallengeLineup) { output.WriteRawTag(16); output.WriteBool(DisplayChallengeLineup); } if (HasKAPDIMGJLNF) { output.WriteRawTag(24); output.WriteBool(KAPDIMGJLNF); } if (HasDisplayBattleRecord) { output.WriteRawTag(32); output.WriteBool(DisplayBattleRecord); } if (HasNKEKIBNJMPA) { output.WriteRawTag(40); output.WriteBool(NKEKIBNJMPA); } if (HasDisplayActiveState) { output.WriteRawTag(48); output.WriteBool(DisplayActiveState); } if (settingCaseCase_ == SettingCaseOneofCase.GHKCMDNKOPN) { output.WriteRawTag(58); output.WriteMessage(GHKCMDNKOPN); } if (HasDisplayRecentlyState) { output.WriteRawTag(64); output.WriteBool(DisplayRecentlyState); } if (HasMMMNJCHEMFN) { output.WriteRawTag(80); output.WriteBool(MMMNJCHEMFN); } if (HasAAMELOHPBHL) { output.WriteRawTag(96); output.WriteBool(AAMELOHPBHL); } if (HasDisplayCollection) { output.WriteRawTag(104); output.WriteBool(DisplayCollection); } if (HasOEGIFODEAKK) { output.WriteRawTag(208, 14); output.WriteBool(OEGIFODEAKK); } if (HasMCCJLBEMKCN) { output.WriteRawTag(232, 103); output.WriteBool(MCCJLBEMKCN); } 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 (HasKAPDIMGJLNF) { size += 1 + 1; } if (HasMMMNJCHEMFN) { size += 1 + 1; } if (HasNKEKIBNJMPA) { size += 1 + 1; } if (HasDisplayBattleRecord) { size += 1 + 1; } if (HasDisplayCollection) { size += 1 + 1; } if (HasDisplayRecentlyState) { size += 1 + 1; } if (HasDisplayChallengeLineup) { size += 1 + 1; } if (HasDisplayActiveState) { size += 1 + 1; } if (HasGMJANOJMKCE) { size += 1 + 1; } if (settingCaseCase_ == SettingCaseOneofCase.GHKCMDNKOPN) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(GHKCMDNKOPN); } if (HasAAMELOHPBHL) { size += 1 + 1; } if (HasMCCJLBEMKCN) { size += 2 + 1; } if (HasOEGIFODEAKK) { size += 2 + 1; } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(UpdatePlayerSetting other) { if (other == null) { return; } switch (other.SettingCaseCase) { case SettingCaseOneofCase.KAPDIMGJLNF: KAPDIMGJLNF = other.KAPDIMGJLNF; break; case SettingCaseOneofCase.MMMNJCHEMFN: MMMNJCHEMFN = other.MMMNJCHEMFN; break; case SettingCaseOneofCase.NKEKIBNJMPA: NKEKIBNJMPA = other.NKEKIBNJMPA; break; case SettingCaseOneofCase.DisplayBattleRecord: DisplayBattleRecord = other.DisplayBattleRecord; break; case SettingCaseOneofCase.DisplayCollection: DisplayCollection = other.DisplayCollection; break; case SettingCaseOneofCase.DisplayRecentlyState: DisplayRecentlyState = other.DisplayRecentlyState; break; case SettingCaseOneofCase.DisplayChallengeLineup: DisplayChallengeLineup = other.DisplayChallengeLineup; break; case SettingCaseOneofCase.DisplayActiveState: DisplayActiveState = other.DisplayActiveState; break; case SettingCaseOneofCase.GMJANOJMKCE: GMJANOJMKCE = other.GMJANOJMKCE; break; case SettingCaseOneofCase.GHKCMDNKOPN: if (GHKCMDNKOPN == null) { GHKCMDNKOPN = new global::EggLink.DanhengServer.Proto.OGFIODPILEL(); } GHKCMDNKOPN.MergeFrom(other.GHKCMDNKOPN); break; case SettingCaseOneofCase.AAMELOHPBHL: AAMELOHPBHL = other.AAMELOHPBHL; break; case SettingCaseOneofCase.MCCJLBEMKCN: MCCJLBEMKCN = other.MCCJLBEMKCN; break; case SettingCaseOneofCase.OEGIFODEAKK: OEGIFODEAKK = other.OEGIFODEAKK; break; } _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: { GMJANOJMKCE = input.ReadBool(); break; } case 16: { DisplayChallengeLineup = input.ReadBool(); break; } case 24: { KAPDIMGJLNF = input.ReadBool(); break; } case 32: { DisplayBattleRecord = input.ReadBool(); break; } case 40: { NKEKIBNJMPA = input.ReadBool(); break; } case 48: { DisplayActiveState = input.ReadBool(); break; } case 58: { global::EggLink.DanhengServer.Proto.OGFIODPILEL subBuilder = new global::EggLink.DanhengServer.Proto.OGFIODPILEL(); if (settingCaseCase_ == SettingCaseOneofCase.GHKCMDNKOPN) { subBuilder.MergeFrom(GHKCMDNKOPN); } input.ReadMessage(subBuilder); GHKCMDNKOPN = subBuilder; break; } case 64: { DisplayRecentlyState = input.ReadBool(); break; } case 80: { MMMNJCHEMFN = input.ReadBool(); break; } case 96: { AAMELOHPBHL = input.ReadBool(); break; } case 104: { DisplayCollection = input.ReadBool(); break; } case 1872: { OEGIFODEAKK = input.ReadBool(); break; } case 13288: { MCCJLBEMKCN = input.ReadBool(); 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: { GMJANOJMKCE = input.ReadBool(); break; } case 16: { DisplayChallengeLineup = input.ReadBool(); break; } case 24: { KAPDIMGJLNF = input.ReadBool(); break; } case 32: { DisplayBattleRecord = input.ReadBool(); break; } case 40: { NKEKIBNJMPA = input.ReadBool(); break; } case 48: { DisplayActiveState = input.ReadBool(); break; } case 58: { global::EggLink.DanhengServer.Proto.OGFIODPILEL subBuilder = new global::EggLink.DanhengServer.Proto.OGFIODPILEL(); if (settingCaseCase_ == SettingCaseOneofCase.GHKCMDNKOPN) { subBuilder.MergeFrom(GHKCMDNKOPN); } input.ReadMessage(subBuilder); GHKCMDNKOPN = subBuilder; break; } case 64: { DisplayRecentlyState = input.ReadBool(); break; } case 80: { MMMNJCHEMFN = input.ReadBool(); break; } case 96: { AAMELOHPBHL = input.ReadBool(); break; } case 104: { DisplayCollection = input.ReadBool(); break; } case 1872: { OEGIFODEAKK = input.ReadBool(); break; } case 13288: { MCCJLBEMKCN = input.ReadBool(); break; } } } } #endif } #endregion } #endregion Designer generated code