Files
DanhengServer-OpenSource/Proto/GetMultiPathAvatarInfoScRsp.cs
2024-12-07 09:58:35 +08:00

322 lines
14 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: GetMultiPathAvatarInfoScRsp.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 GetMultiPathAvatarInfoScRsp.proto</summary>
public static partial class GetMultiPathAvatarInfoScRspReflection {
#region Descriptor
/// <summary>File descriptor for GetMultiPathAvatarInfoScRsp.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static GetMultiPathAvatarInfoScRspReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"CiFHZXRNdWx0aVBhdGhBdmF0YXJJbmZvU2NSc3AucHJvdG8aGU11bHRpUGF0",
"aEF2YXRhckluZm8ucHJvdG8aGU11bHRpUGF0aEF2YXRhclR5cGUucHJvdG8i",
"mwIKG0dldE11bHRpUGF0aEF2YXRhckluZm9TY1JzcBIaChJiYXNpY190eXBl",
"X2lkX2xpc3QYASADKA0SOQobbXVsdGlfcGF0aF9hdmF0YXJfaW5mb19saXN0",
"GAQgAygLMhQuTXVsdGlQYXRoQXZhdGFySW5mbxIPCgdyZXRjb2RlGAggASgN",
"EkgKD2N1cl9hdmF0YXJfcGF0aBgNIAMoCzIvLkdldE11bHRpUGF0aEF2YXRh",
"ckluZm9TY1JzcC5DdXJBdmF0YXJQYXRoRW50cnkaSgoSQ3VyQXZhdGFyUGF0",
"aEVudHJ5EgsKA2tleRgBIAEoDRIjCgV2YWx1ZRgCIAEoDjIULk11bHRpUGF0",
"aEF2YXRhclR5cGU6AjgBQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJv",
"dG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MultiPathAvatarInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.MultiPathAvatarTypeReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetMultiPathAvatarInfoScRsp), global::EggLink.DanhengServer.Proto.GetMultiPathAvatarInfoScRsp.Parser, new[]{ "BasicTypeIdList", "MultiPathAvatarInfoList", "Retcode", "CurAvatarPath" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { null, })
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class GetMultiPathAvatarInfoScRsp : pb::IMessage<GetMultiPathAvatarInfoScRsp>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<GetMultiPathAvatarInfoScRsp> _parser = new pb::MessageParser<GetMultiPathAvatarInfoScRsp>(() => new GetMultiPathAvatarInfoScRsp());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<GetMultiPathAvatarInfoScRsp> 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.GetMultiPathAvatarInfoScRspReflection.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 GetMultiPathAvatarInfoScRsp() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public GetMultiPathAvatarInfoScRsp(GetMultiPathAvatarInfoScRsp other) : this() {
basicTypeIdList_ = other.basicTypeIdList_.Clone();
multiPathAvatarInfoList_ = other.multiPathAvatarInfoList_.Clone();
retcode_ = other.retcode_;
curAvatarPath_ = other.curAvatarPath_.Clone();
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public GetMultiPathAvatarInfoScRsp Clone() {
return new GetMultiPathAvatarInfoScRsp(this);
}
/// <summary>Field number for the "basic_type_id_list" field.</summary>
public const int BasicTypeIdListFieldNumber = 1;
private static readonly pb::FieldCodec<uint> _repeated_basicTypeIdList_codec
= pb::FieldCodec.ForUInt32(10);
private readonly pbc::RepeatedField<uint> basicTypeIdList_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> BasicTypeIdList {
get { return basicTypeIdList_; }
}
/// <summary>Field number for the "multi_path_avatar_info_list" field.</summary>
public const int MultiPathAvatarInfoListFieldNumber = 4;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.MultiPathAvatarInfo> _repeated_multiPathAvatarInfoList_codec
= pb::FieldCodec.ForMessage(34, global::EggLink.DanhengServer.Proto.MultiPathAvatarInfo.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.MultiPathAvatarInfo> multiPathAvatarInfoList_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.MultiPathAvatarInfo>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.MultiPathAvatarInfo> MultiPathAvatarInfoList {
get { return multiPathAvatarInfoList_; }
}
/// <summary>Field number for the "retcode" field.</summary>
public const int RetcodeFieldNumber = 8;
private uint retcode_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint Retcode {
get { return retcode_; }
set {
retcode_ = value;
}
}
/// <summary>Field number for the "cur_avatar_path" field.</summary>
public const int CurAvatarPathFieldNumber = 13;
private static readonly pbc::MapField<uint, global::EggLink.DanhengServer.Proto.MultiPathAvatarType>.Codec _map_curAvatarPath_codec
= new pbc::MapField<uint, global::EggLink.DanhengServer.Proto.MultiPathAvatarType>.Codec(pb::FieldCodec.ForUInt32(8, 0), pb::FieldCodec.ForEnum(16, x => (int) x, x => (global::EggLink.DanhengServer.Proto.MultiPathAvatarType) x, global::EggLink.DanhengServer.Proto.MultiPathAvatarType.None), 106);
private readonly pbc::MapField<uint, global::EggLink.DanhengServer.Proto.MultiPathAvatarType> curAvatarPath_ = new pbc::MapField<uint, global::EggLink.DanhengServer.Proto.MultiPathAvatarType>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::MapField<uint, global::EggLink.DanhengServer.Proto.MultiPathAvatarType> CurAvatarPath {
get { return curAvatarPath_; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as GetMultiPathAvatarInfoScRsp);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(GetMultiPathAvatarInfoScRsp other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if(!basicTypeIdList_.Equals(other.basicTypeIdList_)) return false;
if(!multiPathAvatarInfoList_.Equals(other.multiPathAvatarInfoList_)) return false;
if (Retcode != other.Retcode) return false;
if (!CurAvatarPath.Equals(other.CurAvatarPath)) 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 ^= basicTypeIdList_.GetHashCode();
hash ^= multiPathAvatarInfoList_.GetHashCode();
if (Retcode != 0) hash ^= Retcode.GetHashCode();
hash ^= CurAvatarPath.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
basicTypeIdList_.WriteTo(output, _repeated_basicTypeIdList_codec);
multiPathAvatarInfoList_.WriteTo(output, _repeated_multiPathAvatarInfoList_codec);
if (Retcode != 0) {
output.WriteRawTag(64);
output.WriteUInt32(Retcode);
}
curAvatarPath_.WriteTo(output, _map_curAvatarPath_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) {
basicTypeIdList_.WriteTo(ref output, _repeated_basicTypeIdList_codec);
multiPathAvatarInfoList_.WriteTo(ref output, _repeated_multiPathAvatarInfoList_codec);
if (Retcode != 0) {
output.WriteRawTag(64);
output.WriteUInt32(Retcode);
}
curAvatarPath_.WriteTo(ref output, _map_curAvatarPath_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;
size += basicTypeIdList_.CalculateSize(_repeated_basicTypeIdList_codec);
size += multiPathAvatarInfoList_.CalculateSize(_repeated_multiPathAvatarInfoList_codec);
if (Retcode != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
}
size += curAvatarPath_.CalculateSize(_map_curAvatarPath_codec);
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(GetMultiPathAvatarInfoScRsp other) {
if (other == null) {
return;
}
basicTypeIdList_.Add(other.basicTypeIdList_);
multiPathAvatarInfoList_.Add(other.multiPathAvatarInfoList_);
if (other.Retcode != 0) {
Retcode = other.Retcode;
}
curAvatarPath_.MergeFrom(other.curAvatarPath_);
_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: {
basicTypeIdList_.AddEntriesFrom(input, _repeated_basicTypeIdList_codec);
break;
}
case 34: {
multiPathAvatarInfoList_.AddEntriesFrom(input, _repeated_multiPathAvatarInfoList_codec);
break;
}
case 64: {
Retcode = input.ReadUInt32();
break;
}
case 106: {
curAvatarPath_.AddEntriesFrom(input, _map_curAvatarPath_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 10:
case 8: {
basicTypeIdList_.AddEntriesFrom(ref input, _repeated_basicTypeIdList_codec);
break;
}
case 34: {
multiPathAvatarInfoList_.AddEntriesFrom(ref input, _repeated_multiPathAvatarInfoList_codec);
break;
}
case 64: {
Retcode = input.ReadUInt32();
break;
}
case 106: {
curAvatarPath_.AddEntriesFrom(ref input, _map_curAvatarPath_codec);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code