mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
369 lines
14 KiB
C#
369 lines
14 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(
|
|
"CiBNb2RpZnlSZWxpY0ZpbHRlclBsYW5Dc1JlcS5wcm90bxodUmVsaWNGaWx0",
|
|
"ZXJQbGFuU2V0dGluZ3MucHJvdG8aGVJlbGljRmlsdGVyUGxhbkljb24ucHJv",
|
|
"dG8iuQEKGk1vZGlmeVJlbGljRmlsdGVyUGxhbkNzUmVxEhwKFFNsb3RJbmRl",
|
|
"eEZpZWxkTnVtYmVyGAEgASgNEhcKD05hbWVGaWVsZE51bWJlchgFIAEoCRIt",
|
|
"Cg9JY29uRmllbGROdW1iZXIYCCABKAsyFC5SZWxpY0ZpbHRlclBsYW5JY29u",
|
|
"EjUKE1NldHRpbmdzRmllbGROdW1iZXIYAyABKAsyGC5SZWxpY0ZpbHRlclBs",
|
|
"YW5TZXR0aW5nc0IeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw",
|
|
"cm90bzM="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RelicFilterPlanSettingsReflection.Descriptor, global::EggLink.DanhengServer.Proto.RelicFilterPlanIconReflection.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[]{ "SlotIndexFieldNumber", "NameFieldNumber", "IconFieldNumber", "SettingsFieldNumber" }, null, 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() {
|
|
slotIndexFieldNumber_ = other.slotIndexFieldNumber_;
|
|
nameFieldNumber_ = other.nameFieldNumber_;
|
|
iconFieldNumber_ = other.iconFieldNumber_ != null ? other.iconFieldNumber_.Clone() : null;
|
|
settingsFieldNumber_ = other.settingsFieldNumber_ != null ? other.settingsFieldNumber_.Clone() : null;
|
|
_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 "SlotIndexFieldNumber" field.</summary>
|
|
public const int SlotIndexFieldNumberFieldNumber = 1;
|
|
private uint slotIndexFieldNumber_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint SlotIndexFieldNumber {
|
|
get { return slotIndexFieldNumber_; }
|
|
set {
|
|
slotIndexFieldNumber_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "NameFieldNumber" field.</summary>
|
|
public const int NameFieldNumberFieldNumber = 5;
|
|
private string nameFieldNumber_ = "";
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public string NameFieldNumber {
|
|
get { return nameFieldNumber_; }
|
|
set {
|
|
nameFieldNumber_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "IconFieldNumber" field.</summary>
|
|
public const int IconFieldNumberFieldNumber = 8;
|
|
private global::EggLink.DanhengServer.Proto.RelicFilterPlanIcon iconFieldNumber_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.RelicFilterPlanIcon IconFieldNumber {
|
|
get { return iconFieldNumber_; }
|
|
set {
|
|
iconFieldNumber_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "SettingsFieldNumber" field.</summary>
|
|
public const int SettingsFieldNumberFieldNumber = 3;
|
|
private global::EggLink.DanhengServer.Proto.RelicFilterPlanSettings settingsFieldNumber_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.RelicFilterPlanSettings SettingsFieldNumber {
|
|
get { return settingsFieldNumber_; }
|
|
set {
|
|
settingsFieldNumber_ = value;
|
|
}
|
|
}
|
|
|
|
[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 (SlotIndexFieldNumber != other.SlotIndexFieldNumber) return false;
|
|
if (NameFieldNumber != other.NameFieldNumber) return false;
|
|
if (!object.Equals(IconFieldNumber, other.IconFieldNumber)) return false;
|
|
if (!object.Equals(SettingsFieldNumber, other.SettingsFieldNumber)) 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 (SlotIndexFieldNumber != 0) hash ^= SlotIndexFieldNumber.GetHashCode();
|
|
if (NameFieldNumber.Length != 0) hash ^= NameFieldNumber.GetHashCode();
|
|
if (iconFieldNumber_ != null) hash ^= IconFieldNumber.GetHashCode();
|
|
if (settingsFieldNumber_ != null) hash ^= SettingsFieldNumber.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 (SlotIndexFieldNumber != 0) {
|
|
output.WriteRawTag(8);
|
|
output.WriteUInt32(SlotIndexFieldNumber);
|
|
}
|
|
if (settingsFieldNumber_ != null) {
|
|
output.WriteRawTag(26);
|
|
output.WriteMessage(SettingsFieldNumber);
|
|
}
|
|
if (NameFieldNumber.Length != 0) {
|
|
output.WriteRawTag(42);
|
|
output.WriteString(NameFieldNumber);
|
|
}
|
|
if (iconFieldNumber_ != null) {
|
|
output.WriteRawTag(66);
|
|
output.WriteMessage(IconFieldNumber);
|
|
}
|
|
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 (SlotIndexFieldNumber != 0) {
|
|
output.WriteRawTag(8);
|
|
output.WriteUInt32(SlotIndexFieldNumber);
|
|
}
|
|
if (settingsFieldNumber_ != null) {
|
|
output.WriteRawTag(26);
|
|
output.WriteMessage(SettingsFieldNumber);
|
|
}
|
|
if (NameFieldNumber.Length != 0) {
|
|
output.WriteRawTag(42);
|
|
output.WriteString(NameFieldNumber);
|
|
}
|
|
if (iconFieldNumber_ != null) {
|
|
output.WriteRawTag(66);
|
|
output.WriteMessage(IconFieldNumber);
|
|
}
|
|
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 (SlotIndexFieldNumber != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(SlotIndexFieldNumber);
|
|
}
|
|
if (NameFieldNumber.Length != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeStringSize(NameFieldNumber);
|
|
}
|
|
if (iconFieldNumber_ != null) {
|
|
size += 1 + pb::CodedOutputStream.ComputeMessageSize(IconFieldNumber);
|
|
}
|
|
if (settingsFieldNumber_ != null) {
|
|
size += 1 + pb::CodedOutputStream.ComputeMessageSize(SettingsFieldNumber);
|
|
}
|
|
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.SlotIndexFieldNumber != 0) {
|
|
SlotIndexFieldNumber = other.SlotIndexFieldNumber;
|
|
}
|
|
if (other.NameFieldNumber.Length != 0) {
|
|
NameFieldNumber = other.NameFieldNumber;
|
|
}
|
|
if (other.iconFieldNumber_ != null) {
|
|
if (iconFieldNumber_ == null) {
|
|
IconFieldNumber = new global::EggLink.DanhengServer.Proto.RelicFilterPlanIcon();
|
|
}
|
|
IconFieldNumber.MergeFrom(other.IconFieldNumber);
|
|
}
|
|
if (other.settingsFieldNumber_ != null) {
|
|
if (settingsFieldNumber_ == null) {
|
|
SettingsFieldNumber = new global::EggLink.DanhengServer.Proto.RelicFilterPlanSettings();
|
|
}
|
|
SettingsFieldNumber.MergeFrom(other.SettingsFieldNumber);
|
|
}
|
|
_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: {
|
|
SlotIndexFieldNumber = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 26: {
|
|
if (settingsFieldNumber_ == null) {
|
|
SettingsFieldNumber = new global::EggLink.DanhengServer.Proto.RelicFilterPlanSettings();
|
|
}
|
|
input.ReadMessage(SettingsFieldNumber);
|
|
break;
|
|
}
|
|
case 42: {
|
|
NameFieldNumber = input.ReadString();
|
|
break;
|
|
}
|
|
case 66: {
|
|
if (iconFieldNumber_ == null) {
|
|
IconFieldNumber = new global::EggLink.DanhengServer.Proto.RelicFilterPlanIcon();
|
|
}
|
|
input.ReadMessage(IconFieldNumber);
|
|
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: {
|
|
SlotIndexFieldNumber = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 26: {
|
|
if (settingsFieldNumber_ == null) {
|
|
SettingsFieldNumber = new global::EggLink.DanhengServer.Proto.RelicFilterPlanSettings();
|
|
}
|
|
input.ReadMessage(SettingsFieldNumber);
|
|
break;
|
|
}
|
|
case 42: {
|
|
NameFieldNumber = input.ReadString();
|
|
break;
|
|
}
|
|
case 66: {
|
|
if (iconFieldNumber_ == null) {
|
|
IconFieldNumber = new global::EggLink.DanhengServer.Proto.RelicFilterPlanIcon();
|
|
}
|
|
input.ReadMessage(IconFieldNumber);
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|