// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: ModifyRelicFilterPlanCsReq.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 ModifyRelicFilterPlanCsReq.proto public static partial class ModifyRelicFilterPlanCsReqReflection { #region Descriptor /// File descriptor for ModifyRelicFilterPlanCsReq.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static ModifyRelicFilterPlanCsReqReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "CiBNb2RpZnlSZWxpY0ZpbHRlclBsYW5Dc1JlcS5wcm90bxoRSE5HRE5CSUFB", "TUMucHJvdG8aEUJHSEZHUEpQS0xFLnByb3RvIpgBChpNb2RpZnlSZWxpY0Zp", "bHRlclBsYW5Dc1JlcRIRCgltYXhfdGltZXMYDSABKA0SDgoEbmFtZRgDIAEo", "CUgAEiMKC0lIUExHRUJLTkFEGAggASgLMgwuSE5HRE5CSUFBTUNIABIjCgtG", "TU5JSU5OSk5IRxgJIAEoCzIMLkJHSEZHUEpQS0xFSABCDQoLSERHTlBISk9C", "SUJCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.HNGDNBIAAMCReflection.Descriptor, global::EggLink.DanhengServer.Proto.BGHFGPJPKLEReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ModifyRelicFilterPlanCsReq), global::EggLink.DanhengServer.Proto.ModifyRelicFilterPlanCsReq.Parser, new[]{ "MaxTimes", "Name", "IHPLGEBKNAD", "FMNIINNJNHG" }, new[]{ "HDGNPHJOBIB" }, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class ModifyRelicFilterPlanCsReq : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ModifyRelicFilterPlanCsReq()); 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.ModifyRelicFilterPlanCsReqReflection.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 ModifyRelicFilterPlanCsReq() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public ModifyRelicFilterPlanCsReq(ModifyRelicFilterPlanCsReq other) : this() { maxTimes_ = other.maxTimes_; switch (other.HDGNPHJOBIBCase) { case HDGNPHJOBIBOneofCase.Name: Name = other.Name; break; case HDGNPHJOBIBOneofCase.IHPLGEBKNAD: IHPLGEBKNAD = other.IHPLGEBKNAD.Clone(); break; case HDGNPHJOBIBOneofCase.FMNIINNJNHG: FMNIINNJNHG = other.FMNIINNJNHG.Clone(); break; } _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public ModifyRelicFilterPlanCsReq Clone() { return new ModifyRelicFilterPlanCsReq(this); } /// Field number for the "max_times" field. public const int MaxTimesFieldNumber = 13; private uint maxTimes_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint MaxTimes { get { return maxTimes_; } set { maxTimes_ = value; } } /// Field number for the "name" field. public const int NameFieldNumber = 3; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public string Name { get { return HasName ? (string) hDGNPHJOBIB_ : ""; } set { hDGNPHJOBIB_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); hDGNPHJOBIBCase_ = HDGNPHJOBIBOneofCase.Name; } } /// Gets whether the "name" field is set [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool HasName { get { return hDGNPHJOBIBCase_ == HDGNPHJOBIBOneofCase.Name; } } /// Clears the value of the oneof if it's currently set to "name" [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void ClearName() { if (HasName) { ClearHDGNPHJOBIB(); } } /// Field number for the "IHPLGEBKNAD" field. public const int IHPLGEBKNADFieldNumber = 8; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.HNGDNBIAAMC IHPLGEBKNAD { get { return hDGNPHJOBIBCase_ == HDGNPHJOBIBOneofCase.IHPLGEBKNAD ? (global::EggLink.DanhengServer.Proto.HNGDNBIAAMC) hDGNPHJOBIB_ : null; } set { hDGNPHJOBIB_ = value; hDGNPHJOBIBCase_ = value == null ? HDGNPHJOBIBOneofCase.None : HDGNPHJOBIBOneofCase.IHPLGEBKNAD; } } /// Field number for the "FMNIINNJNHG" field. public const int FMNIINNJNHGFieldNumber = 9; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.BGHFGPJPKLE FMNIINNJNHG { get { return hDGNPHJOBIBCase_ == HDGNPHJOBIBOneofCase.FMNIINNJNHG ? (global::EggLink.DanhengServer.Proto.BGHFGPJPKLE) hDGNPHJOBIB_ : null; } set { hDGNPHJOBIB_ = value; hDGNPHJOBIBCase_ = value == null ? HDGNPHJOBIBOneofCase.None : HDGNPHJOBIBOneofCase.FMNIINNJNHG; } } private object hDGNPHJOBIB_; /// Enum of possible cases for the "HDGNPHJOBIB" oneof. public enum HDGNPHJOBIBOneofCase { None = 0, Name = 3, IHPLGEBKNAD = 8, FMNIINNJNHG = 9, } private HDGNPHJOBIBOneofCase hDGNPHJOBIBCase_ = HDGNPHJOBIBOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public HDGNPHJOBIBOneofCase HDGNPHJOBIBCase { get { return hDGNPHJOBIBCase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void ClearHDGNPHJOBIB() { hDGNPHJOBIBCase_ = HDGNPHJOBIBOneofCase.None; hDGNPHJOBIB_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as ModifyRelicFilterPlanCsReq); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(ModifyRelicFilterPlanCsReq other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (MaxTimes != other.MaxTimes) return false; if (Name != other.Name) return false; if (!object.Equals(IHPLGEBKNAD, other.IHPLGEBKNAD)) return false; if (!object.Equals(FMNIINNJNHG, other.FMNIINNJNHG)) return false; if (HDGNPHJOBIBCase != other.HDGNPHJOBIBCase) 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 (MaxTimes != 0) hash ^= MaxTimes.GetHashCode(); if (HasName) hash ^= Name.GetHashCode(); if (hDGNPHJOBIBCase_ == HDGNPHJOBIBOneofCase.IHPLGEBKNAD) hash ^= IHPLGEBKNAD.GetHashCode(); if (hDGNPHJOBIBCase_ == HDGNPHJOBIBOneofCase.FMNIINNJNHG) hash ^= FMNIINNJNHG.GetHashCode(); hash ^= (int) hDGNPHJOBIBCase_; 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 (HasName) { output.WriteRawTag(26); output.WriteString(Name); } if (hDGNPHJOBIBCase_ == HDGNPHJOBIBOneofCase.IHPLGEBKNAD) { output.WriteRawTag(66); output.WriteMessage(IHPLGEBKNAD); } if (hDGNPHJOBIBCase_ == HDGNPHJOBIBOneofCase.FMNIINNJNHG) { output.WriteRawTag(74); output.WriteMessage(FMNIINNJNHG); } if (MaxTimes != 0) { output.WriteRawTag(104); output.WriteUInt32(MaxTimes); } 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 (HasName) { output.WriteRawTag(26); output.WriteString(Name); } if (hDGNPHJOBIBCase_ == HDGNPHJOBIBOneofCase.IHPLGEBKNAD) { output.WriteRawTag(66); output.WriteMessage(IHPLGEBKNAD); } if (hDGNPHJOBIBCase_ == HDGNPHJOBIBOneofCase.FMNIINNJNHG) { output.WriteRawTag(74); output.WriteMessage(FMNIINNJNHG); } if (MaxTimes != 0) { output.WriteRawTag(104); output.WriteUInt32(MaxTimes); } 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 (MaxTimes != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MaxTimes); } if (HasName) { size += 1 + pb::CodedOutputStream.ComputeStringSize(Name); } if (hDGNPHJOBIBCase_ == HDGNPHJOBIBOneofCase.IHPLGEBKNAD) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(IHPLGEBKNAD); } if (hDGNPHJOBIBCase_ == HDGNPHJOBIBOneofCase.FMNIINNJNHG) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(FMNIINNJNHG); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(ModifyRelicFilterPlanCsReq other) { if (other == null) { return; } if (other.MaxTimes != 0) { MaxTimes = other.MaxTimes; } switch (other.HDGNPHJOBIBCase) { case HDGNPHJOBIBOneofCase.Name: Name = other.Name; break; case HDGNPHJOBIBOneofCase.IHPLGEBKNAD: if (IHPLGEBKNAD == null) { IHPLGEBKNAD = new global::EggLink.DanhengServer.Proto.HNGDNBIAAMC(); } IHPLGEBKNAD.MergeFrom(other.IHPLGEBKNAD); break; case HDGNPHJOBIBOneofCase.FMNIINNJNHG: if (FMNIINNJNHG == null) { FMNIINNJNHG = new global::EggLink.DanhengServer.Proto.BGHFGPJPKLE(); } FMNIINNJNHG.MergeFrom(other.FMNIINNJNHG); 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 26: { Name = input.ReadString(); break; } case 66: { global::EggLink.DanhengServer.Proto.HNGDNBIAAMC subBuilder = new global::EggLink.DanhengServer.Proto.HNGDNBIAAMC(); if (hDGNPHJOBIBCase_ == HDGNPHJOBIBOneofCase.IHPLGEBKNAD) { subBuilder.MergeFrom(IHPLGEBKNAD); } input.ReadMessage(subBuilder); IHPLGEBKNAD = subBuilder; break; } case 74: { global::EggLink.DanhengServer.Proto.BGHFGPJPKLE subBuilder = new global::EggLink.DanhengServer.Proto.BGHFGPJPKLE(); if (hDGNPHJOBIBCase_ == HDGNPHJOBIBOneofCase.FMNIINNJNHG) { subBuilder.MergeFrom(FMNIINNJNHG); } input.ReadMessage(subBuilder); FMNIINNJNHG = subBuilder; break; } case 104: { MaxTimes = input.ReadUInt32(); 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: { Name = input.ReadString(); break; } case 66: { global::EggLink.DanhengServer.Proto.HNGDNBIAAMC subBuilder = new global::EggLink.DanhengServer.Proto.HNGDNBIAAMC(); if (hDGNPHJOBIBCase_ == HDGNPHJOBIBOneofCase.IHPLGEBKNAD) { subBuilder.MergeFrom(IHPLGEBKNAD); } input.ReadMessage(subBuilder); IHPLGEBKNAD = subBuilder; break; } case 74: { global::EggLink.DanhengServer.Proto.BGHFGPJPKLE subBuilder = new global::EggLink.DanhengServer.Proto.BGHFGPJPKLE(); if (hDGNPHJOBIBCase_ == HDGNPHJOBIBOneofCase.FMNIINNJNHG) { subBuilder.MergeFrom(FMNIINNJNHG); } input.ReadMessage(subBuilder); FMNIINNJNHG = subBuilder; break; } case 104: { MaxTimes = input.ReadUInt32(); break; } } } } #endif } #endregion } #endregion Designer generated code