Files
DanhengServer-OpenSource/Proto/GetFriendAssistListCsReq.cs
2025-09-27 13:58:04 +08:00

368 lines
14 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: GetFriendAssistListCsReq.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 GetFriendAssistListCsReq.proto</summary>
public static partial class GetFriendAssistListCsReqReflection {
#region Descriptor
/// <summary>File descriptor for GetFriendAssistListCsReq.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static GetFriendAssistListCsReqReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"Ch5HZXRGcmllbmRBc3Npc3RMaXN0Q3NSZXEucHJvdG8aFkFzc2lzdEF2YXRh",
"clR5cGUucHJvdG8ilgEKGEdldEZyaWVuZEFzc2lzdExpc3RDc1JlcRImCgtN",
"TE9PR0FCTUlIUBgJIAEoDjIRLkFzc2lzdEF2YXRhclR5cGUSEwoLQklKR0pF",
"Q0pNSE0YAiADKA0SEwoLdGFyZ2V0X3NpZGUYCiABKA0SEwoLS0NQQU9ERUJK",
"REcYAyADKA0SEwoLQUhPSUxORklJRUcYCCABKAhCHqoCG0VnZ0xpbmsuRGFu",
"aGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.AssistAvatarTypeReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetFriendAssistListCsReq), global::EggLink.DanhengServer.Proto.GetFriendAssistListCsReq.Parser, new[]{ "MLOOGABMIHP", "BIJGJECJMHM", "TargetSide", "KCPAODEBJDG", "AHOILNFIIEG" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class GetFriendAssistListCsReq : pb::IMessage<GetFriendAssistListCsReq>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<GetFriendAssistListCsReq> _parser = new pb::MessageParser<GetFriendAssistListCsReq>(() => new GetFriendAssistListCsReq());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<GetFriendAssistListCsReq> 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.GetFriendAssistListCsReqReflection.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 GetFriendAssistListCsReq() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public GetFriendAssistListCsReq(GetFriendAssistListCsReq other) : this() {
mLOOGABMIHP_ = other.mLOOGABMIHP_;
bIJGJECJMHM_ = other.bIJGJECJMHM_.Clone();
targetSide_ = other.targetSide_;
kCPAODEBJDG_ = other.kCPAODEBJDG_.Clone();
aHOILNFIIEG_ = other.aHOILNFIIEG_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public GetFriendAssistListCsReq Clone() {
return new GetFriendAssistListCsReq(this);
}
/// <summary>Field number for the "MLOOGABMIHP" field.</summary>
public const int MLOOGABMIHPFieldNumber = 9;
private global::EggLink.DanhengServer.Proto.AssistAvatarType mLOOGABMIHP_ = global::EggLink.DanhengServer.Proto.AssistAvatarType.AssistAvatarUnknow;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.AssistAvatarType MLOOGABMIHP {
get { return mLOOGABMIHP_; }
set {
mLOOGABMIHP_ = value;
}
}
/// <summary>Field number for the "BIJGJECJMHM" field.</summary>
public const int BIJGJECJMHMFieldNumber = 2;
private static readonly pb::FieldCodec<uint> _repeated_bIJGJECJMHM_codec
= pb::FieldCodec.ForUInt32(18);
private readonly pbc::RepeatedField<uint> bIJGJECJMHM_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> BIJGJECJMHM {
get { return bIJGJECJMHM_; }
}
/// <summary>Field number for the "target_side" field.</summary>
public const int TargetSideFieldNumber = 10;
private uint targetSide_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint TargetSide {
get { return targetSide_; }
set {
targetSide_ = value;
}
}
/// <summary>Field number for the "KCPAODEBJDG" field.</summary>
public const int KCPAODEBJDGFieldNumber = 3;
private static readonly pb::FieldCodec<uint> _repeated_kCPAODEBJDG_codec
= pb::FieldCodec.ForUInt32(26);
private readonly pbc::RepeatedField<uint> kCPAODEBJDG_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> KCPAODEBJDG {
get { return kCPAODEBJDG_; }
}
/// <summary>Field number for the "AHOILNFIIEG" field.</summary>
public const int AHOILNFIIEGFieldNumber = 8;
private bool aHOILNFIIEG_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool AHOILNFIIEG {
get { return aHOILNFIIEG_; }
set {
aHOILNFIIEG_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as GetFriendAssistListCsReq);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(GetFriendAssistListCsReq other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (MLOOGABMIHP != other.MLOOGABMIHP) return false;
if(!bIJGJECJMHM_.Equals(other.bIJGJECJMHM_)) return false;
if (TargetSide != other.TargetSide) return false;
if(!kCPAODEBJDG_.Equals(other.kCPAODEBJDG_)) return false;
if (AHOILNFIIEG != other.AHOILNFIIEG) 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 (MLOOGABMIHP != global::EggLink.DanhengServer.Proto.AssistAvatarType.AssistAvatarUnknow) hash ^= MLOOGABMIHP.GetHashCode();
hash ^= bIJGJECJMHM_.GetHashCode();
if (TargetSide != 0) hash ^= TargetSide.GetHashCode();
hash ^= kCPAODEBJDG_.GetHashCode();
if (AHOILNFIIEG != false) hash ^= AHOILNFIIEG.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
bIJGJECJMHM_.WriteTo(output, _repeated_bIJGJECJMHM_codec);
kCPAODEBJDG_.WriteTo(output, _repeated_kCPAODEBJDG_codec);
if (AHOILNFIIEG != false) {
output.WriteRawTag(64);
output.WriteBool(AHOILNFIIEG);
}
if (MLOOGABMIHP != global::EggLink.DanhengServer.Proto.AssistAvatarType.AssistAvatarUnknow) {
output.WriteRawTag(72);
output.WriteEnum((int) MLOOGABMIHP);
}
if (TargetSide != 0) {
output.WriteRawTag(80);
output.WriteUInt32(TargetSide);
}
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) {
bIJGJECJMHM_.WriteTo(ref output, _repeated_bIJGJECJMHM_codec);
kCPAODEBJDG_.WriteTo(ref output, _repeated_kCPAODEBJDG_codec);
if (AHOILNFIIEG != false) {
output.WriteRawTag(64);
output.WriteBool(AHOILNFIIEG);
}
if (MLOOGABMIHP != global::EggLink.DanhengServer.Proto.AssistAvatarType.AssistAvatarUnknow) {
output.WriteRawTag(72);
output.WriteEnum((int) MLOOGABMIHP);
}
if (TargetSide != 0) {
output.WriteRawTag(80);
output.WriteUInt32(TargetSide);
}
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 (MLOOGABMIHP != global::EggLink.DanhengServer.Proto.AssistAvatarType.AssistAvatarUnknow) {
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) MLOOGABMIHP);
}
size += bIJGJECJMHM_.CalculateSize(_repeated_bIJGJECJMHM_codec);
if (TargetSide != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(TargetSide);
}
size += kCPAODEBJDG_.CalculateSize(_repeated_kCPAODEBJDG_codec);
if (AHOILNFIIEG != 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(GetFriendAssistListCsReq other) {
if (other == null) {
return;
}
if (other.MLOOGABMIHP != global::EggLink.DanhengServer.Proto.AssistAvatarType.AssistAvatarUnknow) {
MLOOGABMIHP = other.MLOOGABMIHP;
}
bIJGJECJMHM_.Add(other.bIJGJECJMHM_);
if (other.TargetSide != 0) {
TargetSide = other.TargetSide;
}
kCPAODEBJDG_.Add(other.kCPAODEBJDG_);
if (other.AHOILNFIIEG != false) {
AHOILNFIIEG = other.AHOILNFIIEG;
}
_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:
case 16: {
bIJGJECJMHM_.AddEntriesFrom(input, _repeated_bIJGJECJMHM_codec);
break;
}
case 26:
case 24: {
kCPAODEBJDG_.AddEntriesFrom(input, _repeated_kCPAODEBJDG_codec);
break;
}
case 64: {
AHOILNFIIEG = input.ReadBool();
break;
}
case 72: {
MLOOGABMIHP = (global::EggLink.DanhengServer.Proto.AssistAvatarType) input.ReadEnum();
break;
}
case 80: {
TargetSide = 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 18:
case 16: {
bIJGJECJMHM_.AddEntriesFrom(ref input, _repeated_bIJGJECJMHM_codec);
break;
}
case 26:
case 24: {
kCPAODEBJDG_.AddEntriesFrom(ref input, _repeated_kCPAODEBJDG_codec);
break;
}
case 64: {
AHOILNFIIEG = input.ReadBool();
break;
}
case 72: {
MLOOGABMIHP = (global::EggLink.DanhengServer.Proto.AssistAvatarType) input.ReadEnum();
break;
}
case 80: {
TargetSide = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code