Files
DanhengServer-OpenSource/Proto/MarkRelicFilterPlanCsReq.cs
2025-05-25 09:26:31 +08:00

301 lines
11 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: MarkRelicFilterPlanCsReq.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 MarkRelicFilterPlanCsReq.proto</summary>
public static partial class MarkRelicFilterPlanCsReqReflection {
#region Descriptor
/// <summary>File descriptor for MarkRelicFilterPlanCsReq.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static MarkRelicFilterPlanCsReqReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"Ch5NYXJrUmVsaWNGaWx0ZXJQbGFuQ3NSZXEucHJvdG8iWQoYTWFya1JlbGlj",
"RmlsdGVyUGxhbkNzUmVxEhMKC2lzX2JhdGNoX29wGAcgASgIEhcKD3Nsb3Rf",
"aW5kZXhfbGlzdBgBIAMoDRIPCgdpc19tYXJrGAggASgIQh6qAhtFZ2dMaW5r",
"LkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MarkRelicFilterPlanCsReq), global::EggLink.DanhengServer.Proto.MarkRelicFilterPlanCsReq.Parser, new[]{ "IsBatchOp", "SlotIndexList", "IsMark" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class MarkRelicFilterPlanCsReq : pb::IMessage<MarkRelicFilterPlanCsReq>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<MarkRelicFilterPlanCsReq> _parser = new pb::MessageParser<MarkRelicFilterPlanCsReq>(() => new MarkRelicFilterPlanCsReq());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<MarkRelicFilterPlanCsReq> 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.MarkRelicFilterPlanCsReqReflection.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 MarkRelicFilterPlanCsReq() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public MarkRelicFilterPlanCsReq(MarkRelicFilterPlanCsReq other) : this() {
isBatchOp_ = other.isBatchOp_;
slotIndexList_ = other.slotIndexList_.Clone();
isMark_ = other.isMark_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public MarkRelicFilterPlanCsReq Clone() {
return new MarkRelicFilterPlanCsReq(this);
}
/// <summary>Field number for the "is_batch_op" field.</summary>
public const int IsBatchOpFieldNumber = 7;
private bool isBatchOp_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool IsBatchOp {
get { return isBatchOp_; }
set {
isBatchOp_ = value;
}
}
/// <summary>Field number for the "slot_index_list" field.</summary>
public const int SlotIndexListFieldNumber = 1;
private static readonly pb::FieldCodec<uint> _repeated_slotIndexList_codec
= pb::FieldCodec.ForUInt32(10);
private readonly pbc::RepeatedField<uint> slotIndexList_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> SlotIndexList {
get { return slotIndexList_; }
}
/// <summary>Field number for the "is_mark" field.</summary>
public const int IsMarkFieldNumber = 8;
private bool isMark_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool IsMark {
get { return isMark_; }
set {
isMark_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as MarkRelicFilterPlanCsReq);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(MarkRelicFilterPlanCsReq other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (IsBatchOp != other.IsBatchOp) return false;
if(!slotIndexList_.Equals(other.slotIndexList_)) return false;
if (IsMark != other.IsMark) 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 (IsBatchOp != false) hash ^= IsBatchOp.GetHashCode();
hash ^= slotIndexList_.GetHashCode();
if (IsMark != false) hash ^= IsMark.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
slotIndexList_.WriteTo(output, _repeated_slotIndexList_codec);
if (IsBatchOp != false) {
output.WriteRawTag(56);
output.WriteBool(IsBatchOp);
}
if (IsMark != false) {
output.WriteRawTag(64);
output.WriteBool(IsMark);
}
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) {
slotIndexList_.WriteTo(ref output, _repeated_slotIndexList_codec);
if (IsBatchOp != false) {
output.WriteRawTag(56);
output.WriteBool(IsBatchOp);
}
if (IsMark != false) {
output.WriteRawTag(64);
output.WriteBool(IsMark);
}
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 (IsBatchOp != false) {
size += 1 + 1;
}
size += slotIndexList_.CalculateSize(_repeated_slotIndexList_codec);
if (IsMark != false) {
size += 1 + 1;
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(MarkRelicFilterPlanCsReq other) {
if (other == null) {
return;
}
if (other.IsBatchOp != false) {
IsBatchOp = other.IsBatchOp;
}
slotIndexList_.Add(other.slotIndexList_);
if (other.IsMark != false) {
IsMark = other.IsMark;
}
_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 10:
case 8: {
slotIndexList_.AddEntriesFrom(input, _repeated_slotIndexList_codec);
break;
}
case 56: {
IsBatchOp = input.ReadBool();
break;
}
case 64: {
IsMark = 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 10:
case 8: {
slotIndexList_.AddEntriesFrom(ref input, _repeated_slotIndexList_codec);
break;
}
case 56: {
IsBatchOp = input.ReadBool();
break;
}
case 64: {
IsMark = input.ReadBool();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code