Files
DanhengServer-OpenSource/Proto/ModifyRelicFilterPlanCsReq.cs
2024-08-11 16:23:02 +08:00

425 lines
16 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: ModifyRelicFilterPlanCsReq.proto
// </auto-generated>
#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 {
/// <summary>Holder for reflection information generated from ModifyRelicFilterPlanCsReq.proto</summary>
public static partial class ModifyRelicFilterPlanCsReqReflection {
#region Descriptor
/// <summary>File descriptor for ModifyRelicFilterPlanCsReq.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static ModifyRelicFilterPlanCsReqReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"CiBNb2RpZnlSZWxpY0ZpbHRlclBsYW5Dc1JlcS5wcm90bxoRQkdIRkdQSlBL",
"TEUucHJvdG8aEUhOR0ROQklBQU1DLnByb3RvIpgBChpNb2RpZnlSZWxpY0Zp",
"bHRlclBsYW5Dc1JlcRIRCgltYXhfdGltZXMYDSABKA0SDgoEbmFtZRgDIAEo",
"CUgAEiMKC0lIUExHRUJLTkFEGAggASgLMgwuSE5HRE5CSUFBTUNIABIjCgtG",
"TU5JSU5OSk5IRxgJIAEoCzIMLkJHSEZHUEpQS0xFSABCDQoLSERHTlBISk9C",
"SUJCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
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.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<ModifyRelicFilterPlanCsReq>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<ModifyRelicFilterPlanCsReq> _parser = new pb::MessageParser<ModifyRelicFilterPlanCsReq>(() => new ModifyRelicFilterPlanCsReq());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<ModifyRelicFilterPlanCsReq> 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);
}
/// <summary>Field number for the "max_times" field.</summary>
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;
}
}
/// <summary>Field number for the "name" field.</summary>
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;
}
}
/// <summary>Gets whether the "name" field is set</summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool HasName {
get { return hDGNPHJOBIBCase_ == HDGNPHJOBIBOneofCase.Name; }
}
/// <summary> Clears the value of the oneof if it's currently set to "name" </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void ClearName() {
if (HasName) {
ClearHDGNPHJOBIB();
}
}
/// <summary>Field number for the "IHPLGEBKNAD" field.</summary>
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;
}
}
/// <summary>Field number for the "FMNIINNJNHG" field.</summary>
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_;
/// <summary>Enum of possible cases for the "HDGNPHJOBIB" oneof.</summary>
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