Files
DanhengServer-OpenSource/Proto/GetFriendAssistListCsReq.cs
2024-10-05 22:40:41 +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",
"clR5cGUucHJvdG8ilQEKGEdldEZyaWVuZEFzc2lzdExpc3RDc1JlcRImCgtP",
"UENISkhHR0tKUBgFIAEoDjIRLkFzc2lzdEF2YXRhclR5cGUSEwoLS0tLTU1Q",
"Qk5FQ00YCSADKA0SEgoKdGFyZ2V0X3VpZBgGIAEoDRITCgtHSkVDT0hDR05N",
"UBgNIAMoDRITCgtDT0JESExNQUxLSRgLIAEoCEIeqgIbRWdnTGluay5EYW5o",
"ZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
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[]{ "OPCHJHGGKJP", "KKKMMPBNECM", "TargetUid", "GJECOHCGNMP", "COBDHLMALKI" }, 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() {
oPCHJHGGKJP_ = other.oPCHJHGGKJP_;
kKKMMPBNECM_ = other.kKKMMPBNECM_.Clone();
targetUid_ = other.targetUid_;
gJECOHCGNMP_ = other.gJECOHCGNMP_.Clone();
cOBDHLMALKI_ = other.cOBDHLMALKI_;
_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 "OPCHJHGGKJP" field.</summary>
public const int OPCHJHGGKJPFieldNumber = 5;
private global::EggLink.DanhengServer.Proto.AssistAvatarType oPCHJHGGKJP_ = global::EggLink.DanhengServer.Proto.AssistAvatarType.AssistAvatarUnknow;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.AssistAvatarType OPCHJHGGKJP {
get { return oPCHJHGGKJP_; }
set {
oPCHJHGGKJP_ = value;
}
}
/// <summary>Field number for the "KKKMMPBNECM" field.</summary>
public const int KKKMMPBNECMFieldNumber = 9;
private static readonly pb::FieldCodec<uint> _repeated_kKKMMPBNECM_codec
= pb::FieldCodec.ForUInt32(74);
private readonly pbc::RepeatedField<uint> kKKMMPBNECM_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> KKKMMPBNECM {
get { return kKKMMPBNECM_; }
}
/// <summary>Field number for the "target_uid" field.</summary>
public const int TargetUidFieldNumber = 6;
private uint targetUid_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint TargetUid {
get { return targetUid_; }
set {
targetUid_ = value;
}
}
/// <summary>Field number for the "GJECOHCGNMP" field.</summary>
public const int GJECOHCGNMPFieldNumber = 13;
private static readonly pb::FieldCodec<uint> _repeated_gJECOHCGNMP_codec
= pb::FieldCodec.ForUInt32(106);
private readonly pbc::RepeatedField<uint> gJECOHCGNMP_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> GJECOHCGNMP {
get { return gJECOHCGNMP_; }
}
/// <summary>Field number for the "COBDHLMALKI" field.</summary>
public const int COBDHLMALKIFieldNumber = 11;
private bool cOBDHLMALKI_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool COBDHLMALKI {
get { return cOBDHLMALKI_; }
set {
cOBDHLMALKI_ = 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 (OPCHJHGGKJP != other.OPCHJHGGKJP) return false;
if(!kKKMMPBNECM_.Equals(other.kKKMMPBNECM_)) return false;
if (TargetUid != other.TargetUid) return false;
if(!gJECOHCGNMP_.Equals(other.gJECOHCGNMP_)) return false;
if (COBDHLMALKI != other.COBDHLMALKI) 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 (OPCHJHGGKJP != global::EggLink.DanhengServer.Proto.AssistAvatarType.AssistAvatarUnknow) hash ^= OPCHJHGGKJP.GetHashCode();
hash ^= kKKMMPBNECM_.GetHashCode();
if (TargetUid != 0) hash ^= TargetUid.GetHashCode();
hash ^= gJECOHCGNMP_.GetHashCode();
if (COBDHLMALKI != false) hash ^= COBDHLMALKI.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 (OPCHJHGGKJP != global::EggLink.DanhengServer.Proto.AssistAvatarType.AssistAvatarUnknow) {
output.WriteRawTag(40);
output.WriteEnum((int) OPCHJHGGKJP);
}
if (TargetUid != 0) {
output.WriteRawTag(48);
output.WriteUInt32(TargetUid);
}
kKKMMPBNECM_.WriteTo(output, _repeated_kKKMMPBNECM_codec);
if (COBDHLMALKI != false) {
output.WriteRawTag(88);
output.WriteBool(COBDHLMALKI);
}
gJECOHCGNMP_.WriteTo(output, _repeated_gJECOHCGNMP_codec);
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 (OPCHJHGGKJP != global::EggLink.DanhengServer.Proto.AssistAvatarType.AssistAvatarUnknow) {
output.WriteRawTag(40);
output.WriteEnum((int) OPCHJHGGKJP);
}
if (TargetUid != 0) {
output.WriteRawTag(48);
output.WriteUInt32(TargetUid);
}
kKKMMPBNECM_.WriteTo(ref output, _repeated_kKKMMPBNECM_codec);
if (COBDHLMALKI != false) {
output.WriteRawTag(88);
output.WriteBool(COBDHLMALKI);
}
gJECOHCGNMP_.WriteTo(ref output, _repeated_gJECOHCGNMP_codec);
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 (OPCHJHGGKJP != global::EggLink.DanhengServer.Proto.AssistAvatarType.AssistAvatarUnknow) {
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) OPCHJHGGKJP);
}
size += kKKMMPBNECM_.CalculateSize(_repeated_kKKMMPBNECM_codec);
if (TargetUid != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(TargetUid);
}
size += gJECOHCGNMP_.CalculateSize(_repeated_gJECOHCGNMP_codec);
if (COBDHLMALKI != 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.OPCHJHGGKJP != global::EggLink.DanhengServer.Proto.AssistAvatarType.AssistAvatarUnknow) {
OPCHJHGGKJP = other.OPCHJHGGKJP;
}
kKKMMPBNECM_.Add(other.kKKMMPBNECM_);
if (other.TargetUid != 0) {
TargetUid = other.TargetUid;
}
gJECOHCGNMP_.Add(other.gJECOHCGNMP_);
if (other.COBDHLMALKI != false) {
COBDHLMALKI = other.COBDHLMALKI;
}
_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 40: {
OPCHJHGGKJP = (global::EggLink.DanhengServer.Proto.AssistAvatarType) input.ReadEnum();
break;
}
case 48: {
TargetUid = input.ReadUInt32();
break;
}
case 74:
case 72: {
kKKMMPBNECM_.AddEntriesFrom(input, _repeated_kKKMMPBNECM_codec);
break;
}
case 88: {
COBDHLMALKI = input.ReadBool();
break;
}
case 106:
case 104: {
gJECOHCGNMP_.AddEntriesFrom(input, _repeated_gJECOHCGNMP_codec);
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 40: {
OPCHJHGGKJP = (global::EggLink.DanhengServer.Proto.AssistAvatarType) input.ReadEnum();
break;
}
case 48: {
TargetUid = input.ReadUInt32();
break;
}
case 74:
case 72: {
kKKMMPBNECM_.AddEntriesFrom(ref input, _repeated_kKKMMPBNECM_codec);
break;
}
case 88: {
COBDHLMALKI = input.ReadBool();
break;
}
case 106:
case 104: {
gJECOHCGNMP_.AddEntriesFrom(ref input, _repeated_gJECOHCGNMP_codec);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code