mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
404 lines
14 KiB
C#
404 lines
14 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: AddRelicFilterPlanCsReq.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 AddRelicFilterPlanCsReq.proto</summary>
|
|
public static partial class AddRelicFilterPlanCsReqReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for AddRelicFilterPlanCsReq.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static AddRelicFilterPlanCsReqReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"Ch1BZGRSZWxpY0ZpbHRlclBsYW5Dc1JlcS5wcm90bxoRSE5HRE5CSUFBTUMu",
|
|
"cHJvdG8aEUJHSEZHUEpQS0xFLnByb3RvIpMBChdBZGRSZWxpY0ZpbHRlclBs",
|
|
"YW5Dc1JlcRIRCglpc19tYXJrZWQYDCABKAgSEQoJbWF4X3RpbWVzGAcgASgN",
|
|
"EgwKBG5hbWUYAiABKAkSIQoLRk1OSUlOTkpOSEcYBCABKAsyDC5CR0hGR1BK",
|
|
"UEtMRRIhCgtJSFBMR0VCS05BRBgJIAEoCzIMLkhOR0ROQklBQU1DQh6qAhtF",
|
|
"Z2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
|
|
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.AddRelicFilterPlanCsReq), global::EggLink.DanhengServer.Proto.AddRelicFilterPlanCsReq.Parser, new[]{ "IsMarked", "MaxTimes", "Name", "FMNIINNJNHG", "IHPLGEBKNAD" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class AddRelicFilterPlanCsReq : pb::IMessage<AddRelicFilterPlanCsReq>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<AddRelicFilterPlanCsReq> _parser = new pb::MessageParser<AddRelicFilterPlanCsReq>(() => new AddRelicFilterPlanCsReq());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<AddRelicFilterPlanCsReq> 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.AddRelicFilterPlanCsReqReflection.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 AddRelicFilterPlanCsReq() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public AddRelicFilterPlanCsReq(AddRelicFilterPlanCsReq other) : this() {
|
|
isMarked_ = other.isMarked_;
|
|
maxTimes_ = other.maxTimes_;
|
|
name_ = other.name_;
|
|
fMNIINNJNHG_ = other.fMNIINNJNHG_ != null ? other.fMNIINNJNHG_.Clone() : null;
|
|
iHPLGEBKNAD_ = other.iHPLGEBKNAD_ != null ? other.iHPLGEBKNAD_.Clone() : null;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public AddRelicFilterPlanCsReq Clone() {
|
|
return new AddRelicFilterPlanCsReq(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "is_marked" field.</summary>
|
|
public const int IsMarkedFieldNumber = 12;
|
|
private bool isMarked_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool IsMarked {
|
|
get { return isMarked_; }
|
|
set {
|
|
isMarked_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "max_times" field.</summary>
|
|
public const int MaxTimesFieldNumber = 7;
|
|
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 = 2;
|
|
private string name_ = "";
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public string Name {
|
|
get { return name_; }
|
|
set {
|
|
name_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "FMNIINNJNHG" field.</summary>
|
|
public const int FMNIINNJNHGFieldNumber = 4;
|
|
private global::EggLink.DanhengServer.Proto.BGHFGPJPKLE fMNIINNJNHG_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.BGHFGPJPKLE FMNIINNJNHG {
|
|
get { return fMNIINNJNHG_; }
|
|
set {
|
|
fMNIINNJNHG_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "IHPLGEBKNAD" field.</summary>
|
|
public const int IHPLGEBKNADFieldNumber = 9;
|
|
private global::EggLink.DanhengServer.Proto.HNGDNBIAAMC iHPLGEBKNAD_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.HNGDNBIAAMC IHPLGEBKNAD {
|
|
get { return iHPLGEBKNAD_; }
|
|
set {
|
|
iHPLGEBKNAD_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as AddRelicFilterPlanCsReq);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(AddRelicFilterPlanCsReq other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (IsMarked != other.IsMarked) return false;
|
|
if (MaxTimes != other.MaxTimes) return false;
|
|
if (Name != other.Name) return false;
|
|
if (!object.Equals(FMNIINNJNHG, other.FMNIINNJNHG)) return false;
|
|
if (!object.Equals(IHPLGEBKNAD, other.IHPLGEBKNAD)) 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 (IsMarked != false) hash ^= IsMarked.GetHashCode();
|
|
if (MaxTimes != 0) hash ^= MaxTimes.GetHashCode();
|
|
if (Name.Length != 0) hash ^= Name.GetHashCode();
|
|
if (fMNIINNJNHG_ != null) hash ^= FMNIINNJNHG.GetHashCode();
|
|
if (iHPLGEBKNAD_ != null) hash ^= IHPLGEBKNAD.GetHashCode();
|
|
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 (Name.Length != 0) {
|
|
output.WriteRawTag(18);
|
|
output.WriteString(Name);
|
|
}
|
|
if (fMNIINNJNHG_ != null) {
|
|
output.WriteRawTag(34);
|
|
output.WriteMessage(FMNIINNJNHG);
|
|
}
|
|
if (MaxTimes != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(MaxTimes);
|
|
}
|
|
if (iHPLGEBKNAD_ != null) {
|
|
output.WriteRawTag(74);
|
|
output.WriteMessage(IHPLGEBKNAD);
|
|
}
|
|
if (IsMarked != false) {
|
|
output.WriteRawTag(96);
|
|
output.WriteBool(IsMarked);
|
|
}
|
|
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 (Name.Length != 0) {
|
|
output.WriteRawTag(18);
|
|
output.WriteString(Name);
|
|
}
|
|
if (fMNIINNJNHG_ != null) {
|
|
output.WriteRawTag(34);
|
|
output.WriteMessage(FMNIINNJNHG);
|
|
}
|
|
if (MaxTimes != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(MaxTimes);
|
|
}
|
|
if (iHPLGEBKNAD_ != null) {
|
|
output.WriteRawTag(74);
|
|
output.WriteMessage(IHPLGEBKNAD);
|
|
}
|
|
if (IsMarked != false) {
|
|
output.WriteRawTag(96);
|
|
output.WriteBool(IsMarked);
|
|
}
|
|
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 (IsMarked != false) {
|
|
size += 1 + 1;
|
|
}
|
|
if (MaxTimes != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MaxTimes);
|
|
}
|
|
if (Name.Length != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeStringSize(Name);
|
|
}
|
|
if (fMNIINNJNHG_ != null) {
|
|
size += 1 + pb::CodedOutputStream.ComputeMessageSize(FMNIINNJNHG);
|
|
}
|
|
if (iHPLGEBKNAD_ != null) {
|
|
size += 1 + pb::CodedOutputStream.ComputeMessageSize(IHPLGEBKNAD);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(AddRelicFilterPlanCsReq other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.IsMarked != false) {
|
|
IsMarked = other.IsMarked;
|
|
}
|
|
if (other.MaxTimes != 0) {
|
|
MaxTimes = other.MaxTimes;
|
|
}
|
|
if (other.Name.Length != 0) {
|
|
Name = other.Name;
|
|
}
|
|
if (other.fMNIINNJNHG_ != null) {
|
|
if (fMNIINNJNHG_ == null) {
|
|
FMNIINNJNHG = new global::EggLink.DanhengServer.Proto.BGHFGPJPKLE();
|
|
}
|
|
FMNIINNJNHG.MergeFrom(other.FMNIINNJNHG);
|
|
}
|
|
if (other.iHPLGEBKNAD_ != null) {
|
|
if (iHPLGEBKNAD_ == null) {
|
|
IHPLGEBKNAD = new global::EggLink.DanhengServer.Proto.HNGDNBIAAMC();
|
|
}
|
|
IHPLGEBKNAD.MergeFrom(other.IHPLGEBKNAD);
|
|
}
|
|
_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 18: {
|
|
Name = input.ReadString();
|
|
break;
|
|
}
|
|
case 34: {
|
|
if (fMNIINNJNHG_ == null) {
|
|
FMNIINNJNHG = new global::EggLink.DanhengServer.Proto.BGHFGPJPKLE();
|
|
}
|
|
input.ReadMessage(FMNIINNJNHG);
|
|
break;
|
|
}
|
|
case 56: {
|
|
MaxTimes = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 74: {
|
|
if (iHPLGEBKNAD_ == null) {
|
|
IHPLGEBKNAD = new global::EggLink.DanhengServer.Proto.HNGDNBIAAMC();
|
|
}
|
|
input.ReadMessage(IHPLGEBKNAD);
|
|
break;
|
|
}
|
|
case 96: {
|
|
IsMarked = 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 18: {
|
|
Name = input.ReadString();
|
|
break;
|
|
}
|
|
case 34: {
|
|
if (fMNIINNJNHG_ == null) {
|
|
FMNIINNJNHG = new global::EggLink.DanhengServer.Proto.BGHFGPJPKLE();
|
|
}
|
|
input.ReadMessage(FMNIINNJNHG);
|
|
break;
|
|
}
|
|
case 56: {
|
|
MaxTimes = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 74: {
|
|
if (iHPLGEBKNAD_ == null) {
|
|
IHPLGEBKNAD = new global::EggLink.DanhengServer.Proto.HNGDNBIAAMC();
|
|
}
|
|
input.ReadMessage(IHPLGEBKNAD);
|
|
break;
|
|
}
|
|
case 96: {
|
|
IsMarked = input.ReadBool();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|