// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: ModifyRelicFilterPlanScRsp.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 ModifyRelicFilterPlanScRsp.proto public static partial class ModifyRelicFilterPlanScRspReflection { #region Descriptor /// File descriptor for ModifyRelicFilterPlanScRsp.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static ModifyRelicFilterPlanScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "CiBNb2RpZnlSZWxpY0ZpbHRlclBsYW5TY1JzcC5wcm90bxoRQkdIRkdQSlBL", "TEUucHJvdG8aEUhOR0ROQklBQU1DLnByb3RvIr4BChpNb2RpZnlSZWxpY0Zp", "bHRlclBsYW5TY1JzcBIRCgltYXhfdGltZXMYASABKA0SDwoHcmV0Y29kZRgL", "IAEoDRITCgtDR0hHR0hMT0lCTBgMIAEoAxIOCgRuYW1lGAUgASgJSAASIwoL", "SUhQTEdFQktOQUQYDiABKAsyDC5ITkdETkJJQUFNQ0gAEiMKC0ZNTklJTk5K", "TkhHGAIgASgLMgwuQkdIRkdQSlBLTEVIAEINCgtHR0pMQkpMRk5DR0IeqgIb", "RWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BGHFGPJPKLEReflection.Descriptor, global::EggLink.DanhengServer.Proto.HNGDNBIAAMCReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ModifyRelicFilterPlanScRsp), global::EggLink.DanhengServer.Proto.ModifyRelicFilterPlanScRsp.Parser, new[]{ "MaxTimes", "Retcode", "CGHGGHLOIBL", "Name", "IHPLGEBKNAD", "FMNIINNJNHG" }, new[]{ "GGJLBJLFNCG" }, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class ModifyRelicFilterPlanScRsp : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ModifyRelicFilterPlanScRsp()); 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.ModifyRelicFilterPlanScRspReflection.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 ModifyRelicFilterPlanScRsp() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public ModifyRelicFilterPlanScRsp(ModifyRelicFilterPlanScRsp other) : this() { maxTimes_ = other.maxTimes_; retcode_ = other.retcode_; cGHGGHLOIBL_ = other.cGHGGHLOIBL_; switch (other.GGJLBJLFNCGCase) { case GGJLBJLFNCGOneofCase.Name: Name = other.Name; break; case GGJLBJLFNCGOneofCase.IHPLGEBKNAD: IHPLGEBKNAD = other.IHPLGEBKNAD.Clone(); break; case GGJLBJLFNCGOneofCase.FMNIINNJNHG: FMNIINNJNHG = other.FMNIINNJNHG.Clone(); break; } _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public ModifyRelicFilterPlanScRsp Clone() { return new ModifyRelicFilterPlanScRsp(this); } /// Field number for the "max_times" field. public const int MaxTimesFieldNumber = 1; 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 "retcode" field. public const int RetcodeFieldNumber = 11; 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 "CGHGGHLOIBL" field. public const int CGHGGHLOIBLFieldNumber = 12; private long cGHGGHLOIBL_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public long CGHGGHLOIBL { get { return cGHGGHLOIBL_; } set { cGHGGHLOIBL_ = value; } } /// Field number for the "name" field. public const int NameFieldNumber = 5; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public string Name { get { return HasName ? (string) gGJLBJLFNCG_ : ""; } set { gGJLBJLFNCG_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); gGJLBJLFNCGCase_ = GGJLBJLFNCGOneofCase.Name; } } /// Gets whether the "name" field is set [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool HasName { get { return gGJLBJLFNCGCase_ == GGJLBJLFNCGOneofCase.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) { ClearGGJLBJLFNCG(); } } /// Field number for the "IHPLGEBKNAD" field. public const int IHPLGEBKNADFieldNumber = 14; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.HNGDNBIAAMC IHPLGEBKNAD { get { return gGJLBJLFNCGCase_ == GGJLBJLFNCGOneofCase.IHPLGEBKNAD ? (global::EggLink.DanhengServer.Proto.HNGDNBIAAMC) gGJLBJLFNCG_ : null; } set { gGJLBJLFNCG_ = value; gGJLBJLFNCGCase_ = value == null ? GGJLBJLFNCGOneofCase.None : GGJLBJLFNCGOneofCase.IHPLGEBKNAD; } } /// Field number for the "FMNIINNJNHG" field. public const int FMNIINNJNHGFieldNumber = 2; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.BGHFGPJPKLE FMNIINNJNHG { get { return gGJLBJLFNCGCase_ == GGJLBJLFNCGOneofCase.FMNIINNJNHG ? (global::EggLink.DanhengServer.Proto.BGHFGPJPKLE) gGJLBJLFNCG_ : null; } set { gGJLBJLFNCG_ = value; gGJLBJLFNCGCase_ = value == null ? GGJLBJLFNCGOneofCase.None : GGJLBJLFNCGOneofCase.FMNIINNJNHG; } } private object gGJLBJLFNCG_; /// Enum of possible cases for the "GGJLBJLFNCG" oneof. public enum GGJLBJLFNCGOneofCase { None = 0, Name = 5, IHPLGEBKNAD = 14, FMNIINNJNHG = 2, } private GGJLBJLFNCGOneofCase gGJLBJLFNCGCase_ = GGJLBJLFNCGOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public GGJLBJLFNCGOneofCase GGJLBJLFNCGCase { get { return gGJLBJLFNCGCase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void ClearGGJLBJLFNCG() { gGJLBJLFNCGCase_ = GGJLBJLFNCGOneofCase.None; gGJLBJLFNCG_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as ModifyRelicFilterPlanScRsp); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(ModifyRelicFilterPlanScRsp other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (MaxTimes != other.MaxTimes) return false; if (Retcode != other.Retcode) return false; if (CGHGGHLOIBL != other.CGHGGHLOIBL) 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 (GGJLBJLFNCGCase != other.GGJLBJLFNCGCase) 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 (Retcode != 0) hash ^= Retcode.GetHashCode(); if (CGHGGHLOIBL != 0L) hash ^= CGHGGHLOIBL.GetHashCode(); if (HasName) hash ^= Name.GetHashCode(); if (gGJLBJLFNCGCase_ == GGJLBJLFNCGOneofCase.IHPLGEBKNAD) hash ^= IHPLGEBKNAD.GetHashCode(); if (gGJLBJLFNCGCase_ == GGJLBJLFNCGOneofCase.FMNIINNJNHG) hash ^= FMNIINNJNHG.GetHashCode(); hash ^= (int) gGJLBJLFNCGCase_; 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 (MaxTimes != 0) { output.WriteRawTag(8); output.WriteUInt32(MaxTimes); } if (gGJLBJLFNCGCase_ == GGJLBJLFNCGOneofCase.FMNIINNJNHG) { output.WriteRawTag(18); output.WriteMessage(FMNIINNJNHG); } if (HasName) { output.WriteRawTag(42); output.WriteString(Name); } if (Retcode != 0) { output.WriteRawTag(88); output.WriteUInt32(Retcode); } if (CGHGGHLOIBL != 0L) { output.WriteRawTag(96); output.WriteInt64(CGHGGHLOIBL); } if (gGJLBJLFNCGCase_ == GGJLBJLFNCGOneofCase.IHPLGEBKNAD) { output.WriteRawTag(114); output.WriteMessage(IHPLGEBKNAD); } 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 (MaxTimes != 0) { output.WriteRawTag(8); output.WriteUInt32(MaxTimes); } if (gGJLBJLFNCGCase_ == GGJLBJLFNCGOneofCase.FMNIINNJNHG) { output.WriteRawTag(18); output.WriteMessage(FMNIINNJNHG); } if (HasName) { output.WriteRawTag(42); output.WriteString(Name); } if (Retcode != 0) { output.WriteRawTag(88); output.WriteUInt32(Retcode); } if (CGHGGHLOIBL != 0L) { output.WriteRawTag(96); output.WriteInt64(CGHGGHLOIBL); } if (gGJLBJLFNCGCase_ == GGJLBJLFNCGOneofCase.IHPLGEBKNAD) { output.WriteRawTag(114); output.WriteMessage(IHPLGEBKNAD); } 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 (Retcode != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode); } if (CGHGGHLOIBL != 0L) { size += 1 + pb::CodedOutputStream.ComputeInt64Size(CGHGGHLOIBL); } if (HasName) { size += 1 + pb::CodedOutputStream.ComputeStringSize(Name); } if (gGJLBJLFNCGCase_ == GGJLBJLFNCGOneofCase.IHPLGEBKNAD) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(IHPLGEBKNAD); } if (gGJLBJLFNCGCase_ == GGJLBJLFNCGOneofCase.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(ModifyRelicFilterPlanScRsp other) { if (other == null) { return; } if (other.MaxTimes != 0) { MaxTimes = other.MaxTimes; } if (other.Retcode != 0) { Retcode = other.Retcode; } if (other.CGHGGHLOIBL != 0L) { CGHGGHLOIBL = other.CGHGGHLOIBL; } switch (other.GGJLBJLFNCGCase) { case GGJLBJLFNCGOneofCase.Name: Name = other.Name; break; case GGJLBJLFNCGOneofCase.IHPLGEBKNAD: if (IHPLGEBKNAD == null) { IHPLGEBKNAD = new global::EggLink.DanhengServer.Proto.HNGDNBIAAMC(); } IHPLGEBKNAD.MergeFrom(other.IHPLGEBKNAD); break; case GGJLBJLFNCGOneofCase.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 8: { MaxTimes = input.ReadUInt32(); break; } case 18: { global::EggLink.DanhengServer.Proto.BGHFGPJPKLE subBuilder = new global::EggLink.DanhengServer.Proto.BGHFGPJPKLE(); if (gGJLBJLFNCGCase_ == GGJLBJLFNCGOneofCase.FMNIINNJNHG) { subBuilder.MergeFrom(FMNIINNJNHG); } input.ReadMessage(subBuilder); FMNIINNJNHG = subBuilder; break; } case 42: { Name = input.ReadString(); break; } case 88: { Retcode = input.ReadUInt32(); break; } case 96: { CGHGGHLOIBL = input.ReadInt64(); break; } case 114: { global::EggLink.DanhengServer.Proto.HNGDNBIAAMC subBuilder = new global::EggLink.DanhengServer.Proto.HNGDNBIAAMC(); if (gGJLBJLFNCGCase_ == GGJLBJLFNCGOneofCase.IHPLGEBKNAD) { subBuilder.MergeFrom(IHPLGEBKNAD); } input.ReadMessage(subBuilder); IHPLGEBKNAD = 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 8: { MaxTimes = input.ReadUInt32(); break; } case 18: { global::EggLink.DanhengServer.Proto.BGHFGPJPKLE subBuilder = new global::EggLink.DanhengServer.Proto.BGHFGPJPKLE(); if (gGJLBJLFNCGCase_ == GGJLBJLFNCGOneofCase.FMNIINNJNHG) { subBuilder.MergeFrom(FMNIINNJNHG); } input.ReadMessage(subBuilder); FMNIINNJNHG = subBuilder; break; } case 42: { Name = input.ReadString(); break; } case 88: { Retcode = input.ReadUInt32(); break; } case 96: { CGHGGHLOIBL = input.ReadInt64(); break; } case 114: { global::EggLink.DanhengServer.Proto.HNGDNBIAAMC subBuilder = new global::EggLink.DanhengServer.Proto.HNGDNBIAAMC(); if (gGJLBJLFNCGCase_ == GGJLBJLFNCGOneofCase.IHPLGEBKNAD) { subBuilder.MergeFrom(IHPLGEBKNAD); } input.ReadMessage(subBuilder); IHPLGEBKNAD = subBuilder; break; } } } } #endif } #endregion } #endregion Designer generated code