// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: UpdatePsnSettingsInfoCsReq.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 UpdatePsnSettingsInfoCsReq.proto public static partial class UpdatePsnSettingsInfoCsReqReflection { #region Descriptor /// File descriptor for UpdatePsnSettingsInfoCsReq.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static UpdatePsnSettingsInfoCsReqReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "CiBVcGRhdGVQc25TZXR0aW5nc0luZm9Dc1JlcS5wcm90bxoRQ0pBS0lCRElN", "TUoucHJvdG8aEU5DQklNTFBPRE9OLnByb3RvIncKGlVwZGF0ZVBzblNldHRp", "bmdzSW5mb0NzUmVxEiQKC0RPT0NQTENMRFBEGNsLIAEoCzIMLk5DQklNTFBP", "RE9OSAASJAoLSU5ITERJREpHSEEY9w8gASgLMgwuQ0pBS0lCRElNTUpIAEIN", "CgtDTUJLS0tBUEFLTUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3Rv", "YgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.CJAKIBDIMMJReflection.Descriptor, global::EggLink.DanhengServer.Proto.NCBIMLPODONReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.UpdatePsnSettingsInfoCsReq), global::EggLink.DanhengServer.Proto.UpdatePsnSettingsInfoCsReq.Parser, new[]{ "DOOCPLCLDPD", "INHLDIDJGHA" }, new[]{ "CMBKKKAPAKM" }, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class UpdatePsnSettingsInfoCsReq : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new UpdatePsnSettingsInfoCsReq()); 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.UpdatePsnSettingsInfoCsReqReflection.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 UpdatePsnSettingsInfoCsReq() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public UpdatePsnSettingsInfoCsReq(UpdatePsnSettingsInfoCsReq other) : this() { switch (other.CMBKKKAPAKMCase) { case CMBKKKAPAKMOneofCase.DOOCPLCLDPD: DOOCPLCLDPD = other.DOOCPLCLDPD.Clone(); break; case CMBKKKAPAKMOneofCase.INHLDIDJGHA: INHLDIDJGHA = other.INHLDIDJGHA.Clone(); break; } _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public UpdatePsnSettingsInfoCsReq Clone() { return new UpdatePsnSettingsInfoCsReq(this); } /// Field number for the "DOOCPLCLDPD" field. public const int DOOCPLCLDPDFieldNumber = 1499; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.NCBIMLPODON DOOCPLCLDPD { get { return cMBKKKAPAKMCase_ == CMBKKKAPAKMOneofCase.DOOCPLCLDPD ? (global::EggLink.DanhengServer.Proto.NCBIMLPODON) cMBKKKAPAKM_ : null; } set { cMBKKKAPAKM_ = value; cMBKKKAPAKMCase_ = value == null ? CMBKKKAPAKMOneofCase.None : CMBKKKAPAKMOneofCase.DOOCPLCLDPD; } } /// Field number for the "INHLDIDJGHA" field. public const int INHLDIDJGHAFieldNumber = 2039; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.CJAKIBDIMMJ INHLDIDJGHA { get { return cMBKKKAPAKMCase_ == CMBKKKAPAKMOneofCase.INHLDIDJGHA ? (global::EggLink.DanhengServer.Proto.CJAKIBDIMMJ) cMBKKKAPAKM_ : null; } set { cMBKKKAPAKM_ = value; cMBKKKAPAKMCase_ = value == null ? CMBKKKAPAKMOneofCase.None : CMBKKKAPAKMOneofCase.INHLDIDJGHA; } } private object cMBKKKAPAKM_; /// Enum of possible cases for the "CMBKKKAPAKM" oneof. public enum CMBKKKAPAKMOneofCase { None = 0, DOOCPLCLDPD = 1499, INHLDIDJGHA = 2039, } private CMBKKKAPAKMOneofCase cMBKKKAPAKMCase_ = CMBKKKAPAKMOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public CMBKKKAPAKMOneofCase CMBKKKAPAKMCase { get { return cMBKKKAPAKMCase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void ClearCMBKKKAPAKM() { cMBKKKAPAKMCase_ = CMBKKKAPAKMOneofCase.None; cMBKKKAPAKM_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as UpdatePsnSettingsInfoCsReq); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(UpdatePsnSettingsInfoCsReq other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (!object.Equals(DOOCPLCLDPD, other.DOOCPLCLDPD)) return false; if (!object.Equals(INHLDIDJGHA, other.INHLDIDJGHA)) return false; if (CMBKKKAPAKMCase != other.CMBKKKAPAKMCase) 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 (cMBKKKAPAKMCase_ == CMBKKKAPAKMOneofCase.DOOCPLCLDPD) hash ^= DOOCPLCLDPD.GetHashCode(); if (cMBKKKAPAKMCase_ == CMBKKKAPAKMOneofCase.INHLDIDJGHA) hash ^= INHLDIDJGHA.GetHashCode(); hash ^= (int) cMBKKKAPAKMCase_; 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 (cMBKKKAPAKMCase_ == CMBKKKAPAKMOneofCase.DOOCPLCLDPD) { output.WriteRawTag(218, 93); output.WriteMessage(DOOCPLCLDPD); } if (cMBKKKAPAKMCase_ == CMBKKKAPAKMOneofCase.INHLDIDJGHA) { output.WriteRawTag(186, 127); output.WriteMessage(INHLDIDJGHA); } 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 (cMBKKKAPAKMCase_ == CMBKKKAPAKMOneofCase.DOOCPLCLDPD) { output.WriteRawTag(218, 93); output.WriteMessage(DOOCPLCLDPD); } if (cMBKKKAPAKMCase_ == CMBKKKAPAKMOneofCase.INHLDIDJGHA) { output.WriteRawTag(186, 127); output.WriteMessage(INHLDIDJGHA); } 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 (cMBKKKAPAKMCase_ == CMBKKKAPAKMOneofCase.DOOCPLCLDPD) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(DOOCPLCLDPD); } if (cMBKKKAPAKMCase_ == CMBKKKAPAKMOneofCase.INHLDIDJGHA) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(INHLDIDJGHA); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(UpdatePsnSettingsInfoCsReq other) { if (other == null) { return; } switch (other.CMBKKKAPAKMCase) { case CMBKKKAPAKMOneofCase.DOOCPLCLDPD: if (DOOCPLCLDPD == null) { DOOCPLCLDPD = new global::EggLink.DanhengServer.Proto.NCBIMLPODON(); } DOOCPLCLDPD.MergeFrom(other.DOOCPLCLDPD); break; case CMBKKKAPAKMOneofCase.INHLDIDJGHA: if (INHLDIDJGHA == null) { INHLDIDJGHA = new global::EggLink.DanhengServer.Proto.CJAKIBDIMMJ(); } INHLDIDJGHA.MergeFrom(other.INHLDIDJGHA); 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 11994: { global::EggLink.DanhengServer.Proto.NCBIMLPODON subBuilder = new global::EggLink.DanhengServer.Proto.NCBIMLPODON(); if (cMBKKKAPAKMCase_ == CMBKKKAPAKMOneofCase.DOOCPLCLDPD) { subBuilder.MergeFrom(DOOCPLCLDPD); } input.ReadMessage(subBuilder); DOOCPLCLDPD = subBuilder; break; } case 16314: { global::EggLink.DanhengServer.Proto.CJAKIBDIMMJ subBuilder = new global::EggLink.DanhengServer.Proto.CJAKIBDIMMJ(); if (cMBKKKAPAKMCase_ == CMBKKKAPAKMOneofCase.INHLDIDJGHA) { subBuilder.MergeFrom(INHLDIDJGHA); } input.ReadMessage(subBuilder); INHLDIDJGHA = subBuilder; 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 11994: { global::EggLink.DanhengServer.Proto.NCBIMLPODON subBuilder = new global::EggLink.DanhengServer.Proto.NCBIMLPODON(); if (cMBKKKAPAKMCase_ == CMBKKKAPAKMOneofCase.DOOCPLCLDPD) { subBuilder.MergeFrom(DOOCPLCLDPD); } input.ReadMessage(subBuilder); DOOCPLCLDPD = subBuilder; break; } case 16314: { global::EggLink.DanhengServer.Proto.CJAKIBDIMMJ subBuilder = new global::EggLink.DanhengServer.Proto.CJAKIBDIMMJ(); if (cMBKKKAPAKMCase_ == CMBKKKAPAKMOneofCase.INHLDIDJGHA) { subBuilder.MergeFrom(INHLDIDJGHA); } input.ReadMessage(subBuilder); INHLDIDJGHA = subBuilder; break; } } } } #endif } #endregion } #endregion Designer generated code