Files
DanhengServer-OpenSource/Proto/FateHandlePendingActionCsReq.cs
2025-06-06 17:50:07 +08:00

371 lines
14 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: FateHandlePendingActionCsReq.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 FateHandlePendingActionCsReq.proto</summary>
public static partial class FateHandlePendingActionCsReqReflection {
#region Descriptor
/// <summary>File descriptor for FateHandlePendingActionCsReq.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static FateHandlePendingActionCsReqReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"CiJGYXRlSGFuZGxlUGVuZGluZ0FjdGlvbkNzUmVxLnByb3RvGhFMSUNNUE9M",
"QkNGSi5wcm90bxoRREFORU1MTEpBQ08ucHJvdG8ijwEKHEZhdGVIYW5kbGVQ",
"ZW5kaW5nQWN0aW9uQ3NSZXESFgoOcXVldWVfcG9zaXRpb24YBSABKA0SIwoL",
"QkFNTk9KS01CTU4YBCABKAsyDC5MSUNNUE9MQkNGSkgAEiMKC0ZKR01OSU9J",
"TE9LGA0gASgLMgwuREFORU1MTEpBQ09IAEINCgtOSkxJTUZGTUlDSEIeqgIb",
"RWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.LICMPOLBCFJReflection.Descriptor, global::EggLink.DanhengServer.Proto.DANEMLLJACOReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.FateHandlePendingActionCsReq), global::EggLink.DanhengServer.Proto.FateHandlePendingActionCsReq.Parser, new[]{ "QueuePosition", "BAMNOJKMBMN", "FJGMNIOILOK" }, new[]{ "NJLIMFFMICH" }, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class FateHandlePendingActionCsReq : pb::IMessage<FateHandlePendingActionCsReq>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<FateHandlePendingActionCsReq> _parser = new pb::MessageParser<FateHandlePendingActionCsReq>(() => new FateHandlePendingActionCsReq());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<FateHandlePendingActionCsReq> 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.FateHandlePendingActionCsReqReflection.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 FateHandlePendingActionCsReq() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public FateHandlePendingActionCsReq(FateHandlePendingActionCsReq other) : this() {
queuePosition_ = other.queuePosition_;
switch (other.NJLIMFFMICHCase) {
case NJLIMFFMICHOneofCase.BAMNOJKMBMN:
BAMNOJKMBMN = other.BAMNOJKMBMN.Clone();
break;
case NJLIMFFMICHOneofCase.FJGMNIOILOK:
FJGMNIOILOK = other.FJGMNIOILOK.Clone();
break;
}
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public FateHandlePendingActionCsReq Clone() {
return new FateHandlePendingActionCsReq(this);
}
/// <summary>Field number for the "queue_position" field.</summary>
public const int QueuePositionFieldNumber = 5;
private uint queuePosition_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint QueuePosition {
get { return queuePosition_; }
set {
queuePosition_ = value;
}
}
/// <summary>Field number for the "BAMNOJKMBMN" field.</summary>
public const int BAMNOJKMBMNFieldNumber = 4;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.LICMPOLBCFJ BAMNOJKMBMN {
get { return nJLIMFFMICHCase_ == NJLIMFFMICHOneofCase.BAMNOJKMBMN ? (global::EggLink.DanhengServer.Proto.LICMPOLBCFJ) nJLIMFFMICH_ : null; }
set {
nJLIMFFMICH_ = value;
nJLIMFFMICHCase_ = value == null ? NJLIMFFMICHOneofCase.None : NJLIMFFMICHOneofCase.BAMNOJKMBMN;
}
}
/// <summary>Field number for the "FJGMNIOILOK" field.</summary>
public const int FJGMNIOILOKFieldNumber = 13;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.DANEMLLJACO FJGMNIOILOK {
get { return nJLIMFFMICHCase_ == NJLIMFFMICHOneofCase.FJGMNIOILOK ? (global::EggLink.DanhengServer.Proto.DANEMLLJACO) nJLIMFFMICH_ : null; }
set {
nJLIMFFMICH_ = value;
nJLIMFFMICHCase_ = value == null ? NJLIMFFMICHOneofCase.None : NJLIMFFMICHOneofCase.FJGMNIOILOK;
}
}
private object nJLIMFFMICH_;
/// <summary>Enum of possible cases for the "NJLIMFFMICH" oneof.</summary>
public enum NJLIMFFMICHOneofCase {
None = 0,
BAMNOJKMBMN = 4,
FJGMNIOILOK = 13,
}
private NJLIMFFMICHOneofCase nJLIMFFMICHCase_ = NJLIMFFMICHOneofCase.None;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public NJLIMFFMICHOneofCase NJLIMFFMICHCase {
get { return nJLIMFFMICHCase_; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void ClearNJLIMFFMICH() {
nJLIMFFMICHCase_ = NJLIMFFMICHOneofCase.None;
nJLIMFFMICH_ = null;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as FateHandlePendingActionCsReq);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(FateHandlePendingActionCsReq other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (QueuePosition != other.QueuePosition) return false;
if (!object.Equals(BAMNOJKMBMN, other.BAMNOJKMBMN)) return false;
if (!object.Equals(FJGMNIOILOK, other.FJGMNIOILOK)) return false;
if (NJLIMFFMICHCase != other.NJLIMFFMICHCase) 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 (QueuePosition != 0) hash ^= QueuePosition.GetHashCode();
if (nJLIMFFMICHCase_ == NJLIMFFMICHOneofCase.BAMNOJKMBMN) hash ^= BAMNOJKMBMN.GetHashCode();
if (nJLIMFFMICHCase_ == NJLIMFFMICHOneofCase.FJGMNIOILOK) hash ^= FJGMNIOILOK.GetHashCode();
hash ^= (int) nJLIMFFMICHCase_;
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 (nJLIMFFMICHCase_ == NJLIMFFMICHOneofCase.BAMNOJKMBMN) {
output.WriteRawTag(34);
output.WriteMessage(BAMNOJKMBMN);
}
if (QueuePosition != 0) {
output.WriteRawTag(40);
output.WriteUInt32(QueuePosition);
}
if (nJLIMFFMICHCase_ == NJLIMFFMICHOneofCase.FJGMNIOILOK) {
output.WriteRawTag(106);
output.WriteMessage(FJGMNIOILOK);
}
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 (nJLIMFFMICHCase_ == NJLIMFFMICHOneofCase.BAMNOJKMBMN) {
output.WriteRawTag(34);
output.WriteMessage(BAMNOJKMBMN);
}
if (QueuePosition != 0) {
output.WriteRawTag(40);
output.WriteUInt32(QueuePosition);
}
if (nJLIMFFMICHCase_ == NJLIMFFMICHOneofCase.FJGMNIOILOK) {
output.WriteRawTag(106);
output.WriteMessage(FJGMNIOILOK);
}
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 (QueuePosition != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(QueuePosition);
}
if (nJLIMFFMICHCase_ == NJLIMFFMICHOneofCase.BAMNOJKMBMN) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(BAMNOJKMBMN);
}
if (nJLIMFFMICHCase_ == NJLIMFFMICHOneofCase.FJGMNIOILOK) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(FJGMNIOILOK);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(FateHandlePendingActionCsReq other) {
if (other == null) {
return;
}
if (other.QueuePosition != 0) {
QueuePosition = other.QueuePosition;
}
switch (other.NJLIMFFMICHCase) {
case NJLIMFFMICHOneofCase.BAMNOJKMBMN:
if (BAMNOJKMBMN == null) {
BAMNOJKMBMN = new global::EggLink.DanhengServer.Proto.LICMPOLBCFJ();
}
BAMNOJKMBMN.MergeFrom(other.BAMNOJKMBMN);
break;
case NJLIMFFMICHOneofCase.FJGMNIOILOK:
if (FJGMNIOILOK == null) {
FJGMNIOILOK = new global::EggLink.DanhengServer.Proto.DANEMLLJACO();
}
FJGMNIOILOK.MergeFrom(other.FJGMNIOILOK);
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 34: {
global::EggLink.DanhengServer.Proto.LICMPOLBCFJ subBuilder = new global::EggLink.DanhengServer.Proto.LICMPOLBCFJ();
if (nJLIMFFMICHCase_ == NJLIMFFMICHOneofCase.BAMNOJKMBMN) {
subBuilder.MergeFrom(BAMNOJKMBMN);
}
input.ReadMessage(subBuilder);
BAMNOJKMBMN = subBuilder;
break;
}
case 40: {
QueuePosition = input.ReadUInt32();
break;
}
case 106: {
global::EggLink.DanhengServer.Proto.DANEMLLJACO subBuilder = new global::EggLink.DanhengServer.Proto.DANEMLLJACO();
if (nJLIMFFMICHCase_ == NJLIMFFMICHOneofCase.FJGMNIOILOK) {
subBuilder.MergeFrom(FJGMNIOILOK);
}
input.ReadMessage(subBuilder);
FJGMNIOILOK = 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 34: {
global::EggLink.DanhengServer.Proto.LICMPOLBCFJ subBuilder = new global::EggLink.DanhengServer.Proto.LICMPOLBCFJ();
if (nJLIMFFMICHCase_ == NJLIMFFMICHOneofCase.BAMNOJKMBMN) {
subBuilder.MergeFrom(BAMNOJKMBMN);
}
input.ReadMessage(subBuilder);
BAMNOJKMBMN = subBuilder;
break;
}
case 40: {
QueuePosition = input.ReadUInt32();
break;
}
case 106: {
global::EggLink.DanhengServer.Proto.DANEMLLJACO subBuilder = new global::EggLink.DanhengServer.Proto.DANEMLLJACO();
if (nJLIMFFMICHCase_ == NJLIMFFMICHOneofCase.FJGMNIOILOK) {
subBuilder.MergeFrom(FJGMNIOILOK);
}
input.ReadMessage(subBuilder);
FJGMNIOILOK = subBuilder;
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code