mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
368 lines
14 KiB
C#
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",
|
|
"clR5cGUucHJvdG8ilgEKGEdldEZyaWVuZEFzc2lzdExpc3RDc1JlcRITCgtL",
|
|
"Q1BBT0RFQkpERxgMIAMoDRITCgt0YXJnZXRfc2lkZRgOIAEoDRImCgtNTE9P",
|
|
"R0FCTUlIUBgPIAEoDjIRLkFzc2lzdEF2YXRhclR5cGUSEwoLQUhPSUxORklJ",
|
|
"RUcYAiABKAgSEwoLQklKR0pFQ0pNSE0YDSADKA1CHqoCG0VnZ0xpbmsuRGFu",
|
|
"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[]{ "KCPAODEBJDG", "TargetSide", "MLOOGABMIHP", "AHOILNFIIEG", "BIJGJECJMHM" }, 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() {
|
|
kCPAODEBJDG_ = other.kCPAODEBJDG_.Clone();
|
|
targetSide_ = other.targetSide_;
|
|
mLOOGABMIHP_ = other.mLOOGABMIHP_;
|
|
aHOILNFIIEG_ = other.aHOILNFIIEG_;
|
|
bIJGJECJMHM_ = other.bIJGJECJMHM_.Clone();
|
|
_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 "KCPAODEBJDG" field.</summary>
|
|
public const int KCPAODEBJDGFieldNumber = 12;
|
|
private static readonly pb::FieldCodec<uint> _repeated_kCPAODEBJDG_codec
|
|
= pb::FieldCodec.ForUInt32(98);
|
|
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 "target_side" field.</summary>
|
|
public const int TargetSideFieldNumber = 14;
|
|
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 "MLOOGABMIHP" field.</summary>
|
|
public const int MLOOGABMIHPFieldNumber = 15;
|
|
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 "AHOILNFIIEG" field.</summary>
|
|
public const int AHOILNFIIEGFieldNumber = 2;
|
|
private bool aHOILNFIIEG_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool AHOILNFIIEG {
|
|
get { return aHOILNFIIEG_; }
|
|
set {
|
|
aHOILNFIIEG_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "BIJGJECJMHM" field.</summary>
|
|
public const int BIJGJECJMHMFieldNumber = 13;
|
|
private static readonly pb::FieldCodec<uint> _repeated_bIJGJECJMHM_codec
|
|
= pb::FieldCodec.ForUInt32(106);
|
|
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_; }
|
|
}
|
|
|
|
[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(!kCPAODEBJDG_.Equals(other.kCPAODEBJDG_)) return false;
|
|
if (TargetSide != other.TargetSide) return false;
|
|
if (MLOOGABMIHP != other.MLOOGABMIHP) return false;
|
|
if (AHOILNFIIEG != other.AHOILNFIIEG) return false;
|
|
if(!bIJGJECJMHM_.Equals(other.bIJGJECJMHM_)) 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;
|
|
hash ^= kCPAODEBJDG_.GetHashCode();
|
|
if (TargetSide != 0) hash ^= TargetSide.GetHashCode();
|
|
if (MLOOGABMIHP != global::EggLink.DanhengServer.Proto.AssistAvatarType.AssistAvatarUnknow) hash ^= MLOOGABMIHP.GetHashCode();
|
|
if (AHOILNFIIEG != false) hash ^= AHOILNFIIEG.GetHashCode();
|
|
hash ^= bIJGJECJMHM_.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 (AHOILNFIIEG != false) {
|
|
output.WriteRawTag(16);
|
|
output.WriteBool(AHOILNFIIEG);
|
|
}
|
|
kCPAODEBJDG_.WriteTo(output, _repeated_kCPAODEBJDG_codec);
|
|
bIJGJECJMHM_.WriteTo(output, _repeated_bIJGJECJMHM_codec);
|
|
if (TargetSide != 0) {
|
|
output.WriteRawTag(112);
|
|
output.WriteUInt32(TargetSide);
|
|
}
|
|
if (MLOOGABMIHP != global::EggLink.DanhengServer.Proto.AssistAvatarType.AssistAvatarUnknow) {
|
|
output.WriteRawTag(120);
|
|
output.WriteEnum((int) MLOOGABMIHP);
|
|
}
|
|
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 (AHOILNFIIEG != false) {
|
|
output.WriteRawTag(16);
|
|
output.WriteBool(AHOILNFIIEG);
|
|
}
|
|
kCPAODEBJDG_.WriteTo(ref output, _repeated_kCPAODEBJDG_codec);
|
|
bIJGJECJMHM_.WriteTo(ref output, _repeated_bIJGJECJMHM_codec);
|
|
if (TargetSide != 0) {
|
|
output.WriteRawTag(112);
|
|
output.WriteUInt32(TargetSide);
|
|
}
|
|
if (MLOOGABMIHP != global::EggLink.DanhengServer.Proto.AssistAvatarType.AssistAvatarUnknow) {
|
|
output.WriteRawTag(120);
|
|
output.WriteEnum((int) MLOOGABMIHP);
|
|
}
|
|
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;
|
|
size += kCPAODEBJDG_.CalculateSize(_repeated_kCPAODEBJDG_codec);
|
|
if (TargetSide != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(TargetSide);
|
|
}
|
|
if (MLOOGABMIHP != global::EggLink.DanhengServer.Proto.AssistAvatarType.AssistAvatarUnknow) {
|
|
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) MLOOGABMIHP);
|
|
}
|
|
if (AHOILNFIIEG != false) {
|
|
size += 1 + 1;
|
|
}
|
|
size += bIJGJECJMHM_.CalculateSize(_repeated_bIJGJECJMHM_codec);
|
|
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;
|
|
}
|
|
kCPAODEBJDG_.Add(other.kCPAODEBJDG_);
|
|
if (other.TargetSide != 0) {
|
|
TargetSide = other.TargetSide;
|
|
}
|
|
if (other.MLOOGABMIHP != global::EggLink.DanhengServer.Proto.AssistAvatarType.AssistAvatarUnknow) {
|
|
MLOOGABMIHP = other.MLOOGABMIHP;
|
|
}
|
|
if (other.AHOILNFIIEG != false) {
|
|
AHOILNFIIEG = other.AHOILNFIIEG;
|
|
}
|
|
bIJGJECJMHM_.Add(other.bIJGJECJMHM_);
|
|
_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 16: {
|
|
AHOILNFIIEG = input.ReadBool();
|
|
break;
|
|
}
|
|
case 98:
|
|
case 96: {
|
|
kCPAODEBJDG_.AddEntriesFrom(input, _repeated_kCPAODEBJDG_codec);
|
|
break;
|
|
}
|
|
case 106:
|
|
case 104: {
|
|
bIJGJECJMHM_.AddEntriesFrom(input, _repeated_bIJGJECJMHM_codec);
|
|
break;
|
|
}
|
|
case 112: {
|
|
TargetSide = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 120: {
|
|
MLOOGABMIHP = (global::EggLink.DanhengServer.Proto.AssistAvatarType) input.ReadEnum();
|
|
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 16: {
|
|
AHOILNFIIEG = input.ReadBool();
|
|
break;
|
|
}
|
|
case 98:
|
|
case 96: {
|
|
kCPAODEBJDG_.AddEntriesFrom(ref input, _repeated_kCPAODEBJDG_codec);
|
|
break;
|
|
}
|
|
case 106:
|
|
case 104: {
|
|
bIJGJECJMHM_.AddEntriesFrom(ref input, _repeated_bIJGJECJMHM_codec);
|
|
break;
|
|
}
|
|
case 112: {
|
|
TargetSide = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 120: {
|
|
MLOOGABMIHP = (global::EggLink.DanhengServer.Proto.AssistAvatarType) input.ReadEnum();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|