mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
409 lines
16 KiB
C#
409 lines
16 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: GetFriendBattleRecordDetailScRsp.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 GetFriendBattleRecordDetailScRsp.proto</summary>
|
|
public static partial class GetFriendBattleRecordDetailScRspReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for GetFriendBattleRecordDetailScRsp.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static GetFriendBattleRecordDetailScRspReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"CiZHZXRGcmllbmRCYXR0bGVSZWNvcmREZXRhaWxTY1JzcC5wcm90bxoRS09H",
|
|
"Q0VOT0tDSUQucHJvdG8aEU9KRk5LRkhESU9PLnByb3RvIpsBCiBHZXRGcmll",
|
|
"bmRCYXR0bGVSZWNvcmREZXRhaWxTY1JzcBIPCgdyZXRjb2RlGAYgASgNEgsK",
|
|
"A3VpZBgEIAEoDRIkCgtOT0FKSEhBTU5HSBjsBCABKAsyDC5PSkZOS0ZIRElP",
|
|
"T0gAEiQKC0hBSkxQQkJMQk5LGNwCIAEoCzIMLktPR0NFTk9LQ0lESABCDQoL",
|
|
"R0ROSElGQkdKQ0NCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IG",
|
|
"cHJvdG8z"));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.KOGCENOKCIDReflection.Descriptor, global::EggLink.DanhengServer.Proto.OJFNKFHDIOOReflection.Descriptor, },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetFriendBattleRecordDetailScRsp), global::EggLink.DanhengServer.Proto.GetFriendBattleRecordDetailScRsp.Parser, new[]{ "Retcode", "Uid", "NOAJHHAMNGH", "HAJLPBBLBNK" }, new[]{ "GDNHIFBGJCC" }, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class GetFriendBattleRecordDetailScRsp : pb::IMessage<GetFriendBattleRecordDetailScRsp>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<GetFriendBattleRecordDetailScRsp> _parser = new pb::MessageParser<GetFriendBattleRecordDetailScRsp>(() => new GetFriendBattleRecordDetailScRsp());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<GetFriendBattleRecordDetailScRsp> 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.GetFriendBattleRecordDetailScRspReflection.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 GetFriendBattleRecordDetailScRsp() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public GetFriendBattleRecordDetailScRsp(GetFriendBattleRecordDetailScRsp other) : this() {
|
|
retcode_ = other.retcode_;
|
|
uid_ = other.uid_;
|
|
switch (other.GDNHIFBGJCCCase) {
|
|
case GDNHIFBGJCCOneofCase.NOAJHHAMNGH:
|
|
NOAJHHAMNGH = other.NOAJHHAMNGH.Clone();
|
|
break;
|
|
case GDNHIFBGJCCOneofCase.HAJLPBBLBNK:
|
|
HAJLPBBLBNK = other.HAJLPBBLBNK.Clone();
|
|
break;
|
|
}
|
|
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public GetFriendBattleRecordDetailScRsp Clone() {
|
|
return new GetFriendBattleRecordDetailScRsp(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "retcode" field.</summary>
|
|
public const int RetcodeFieldNumber = 6;
|
|
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 "uid" field.</summary>
|
|
public const int UidFieldNumber = 4;
|
|
private uint uid_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint Uid {
|
|
get { return uid_; }
|
|
set {
|
|
uid_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "NOAJHHAMNGH" field.</summary>
|
|
public const int NOAJHHAMNGHFieldNumber = 620;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.OJFNKFHDIOO NOAJHHAMNGH {
|
|
get { return gDNHIFBGJCCCase_ == GDNHIFBGJCCOneofCase.NOAJHHAMNGH ? (global::EggLink.DanhengServer.Proto.OJFNKFHDIOO) gDNHIFBGJCC_ : null; }
|
|
set {
|
|
gDNHIFBGJCC_ = value;
|
|
gDNHIFBGJCCCase_ = value == null ? GDNHIFBGJCCOneofCase.None : GDNHIFBGJCCOneofCase.NOAJHHAMNGH;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "HAJLPBBLBNK" field.</summary>
|
|
public const int HAJLPBBLBNKFieldNumber = 348;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.KOGCENOKCID HAJLPBBLBNK {
|
|
get { return gDNHIFBGJCCCase_ == GDNHIFBGJCCOneofCase.HAJLPBBLBNK ? (global::EggLink.DanhengServer.Proto.KOGCENOKCID) gDNHIFBGJCC_ : null; }
|
|
set {
|
|
gDNHIFBGJCC_ = value;
|
|
gDNHIFBGJCCCase_ = value == null ? GDNHIFBGJCCOneofCase.None : GDNHIFBGJCCOneofCase.HAJLPBBLBNK;
|
|
}
|
|
}
|
|
|
|
private object gDNHIFBGJCC_;
|
|
/// <summary>Enum of possible cases for the "GDNHIFBGJCC" oneof.</summary>
|
|
public enum GDNHIFBGJCCOneofCase {
|
|
None = 0,
|
|
NOAJHHAMNGH = 620,
|
|
HAJLPBBLBNK = 348,
|
|
}
|
|
private GDNHIFBGJCCOneofCase gDNHIFBGJCCCase_ = GDNHIFBGJCCOneofCase.None;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public GDNHIFBGJCCOneofCase GDNHIFBGJCCCase {
|
|
get { return gDNHIFBGJCCCase_; }
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void ClearGDNHIFBGJCC() {
|
|
gDNHIFBGJCCCase_ = GDNHIFBGJCCOneofCase.None;
|
|
gDNHIFBGJCC_ = null;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as GetFriendBattleRecordDetailScRsp);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(GetFriendBattleRecordDetailScRsp other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (Retcode != other.Retcode) return false;
|
|
if (Uid != other.Uid) return false;
|
|
if (!object.Equals(NOAJHHAMNGH, other.NOAJHHAMNGH)) return false;
|
|
if (!object.Equals(HAJLPBBLBNK, other.HAJLPBBLBNK)) return false;
|
|
if (GDNHIFBGJCCCase != other.GDNHIFBGJCCCase) 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 (Retcode != 0) hash ^= Retcode.GetHashCode();
|
|
if (Uid != 0) hash ^= Uid.GetHashCode();
|
|
if (gDNHIFBGJCCCase_ == GDNHIFBGJCCOneofCase.NOAJHHAMNGH) hash ^= NOAJHHAMNGH.GetHashCode();
|
|
if (gDNHIFBGJCCCase_ == GDNHIFBGJCCOneofCase.HAJLPBBLBNK) hash ^= HAJLPBBLBNK.GetHashCode();
|
|
hash ^= (int) gDNHIFBGJCCCase_;
|
|
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 (Uid != 0) {
|
|
output.WriteRawTag(32);
|
|
output.WriteUInt32(Uid);
|
|
}
|
|
if (Retcode != 0) {
|
|
output.WriteRawTag(48);
|
|
output.WriteUInt32(Retcode);
|
|
}
|
|
if (gDNHIFBGJCCCase_ == GDNHIFBGJCCOneofCase.HAJLPBBLBNK) {
|
|
output.WriteRawTag(226, 21);
|
|
output.WriteMessage(HAJLPBBLBNK);
|
|
}
|
|
if (gDNHIFBGJCCCase_ == GDNHIFBGJCCOneofCase.NOAJHHAMNGH) {
|
|
output.WriteRawTag(226, 38);
|
|
output.WriteMessage(NOAJHHAMNGH);
|
|
}
|
|
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 (Uid != 0) {
|
|
output.WriteRawTag(32);
|
|
output.WriteUInt32(Uid);
|
|
}
|
|
if (Retcode != 0) {
|
|
output.WriteRawTag(48);
|
|
output.WriteUInt32(Retcode);
|
|
}
|
|
if (gDNHIFBGJCCCase_ == GDNHIFBGJCCOneofCase.HAJLPBBLBNK) {
|
|
output.WriteRawTag(226, 21);
|
|
output.WriteMessage(HAJLPBBLBNK);
|
|
}
|
|
if (gDNHIFBGJCCCase_ == GDNHIFBGJCCOneofCase.NOAJHHAMNGH) {
|
|
output.WriteRawTag(226, 38);
|
|
output.WriteMessage(NOAJHHAMNGH);
|
|
}
|
|
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 (Retcode != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
|
|
}
|
|
if (Uid != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Uid);
|
|
}
|
|
if (gDNHIFBGJCCCase_ == GDNHIFBGJCCOneofCase.NOAJHHAMNGH) {
|
|
size += 2 + pb::CodedOutputStream.ComputeMessageSize(NOAJHHAMNGH);
|
|
}
|
|
if (gDNHIFBGJCCCase_ == GDNHIFBGJCCOneofCase.HAJLPBBLBNK) {
|
|
size += 2 + pb::CodedOutputStream.ComputeMessageSize(HAJLPBBLBNK);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(GetFriendBattleRecordDetailScRsp other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.Retcode != 0) {
|
|
Retcode = other.Retcode;
|
|
}
|
|
if (other.Uid != 0) {
|
|
Uid = other.Uid;
|
|
}
|
|
switch (other.GDNHIFBGJCCCase) {
|
|
case GDNHIFBGJCCOneofCase.NOAJHHAMNGH:
|
|
if (NOAJHHAMNGH == null) {
|
|
NOAJHHAMNGH = new global::EggLink.DanhengServer.Proto.OJFNKFHDIOO();
|
|
}
|
|
NOAJHHAMNGH.MergeFrom(other.NOAJHHAMNGH);
|
|
break;
|
|
case GDNHIFBGJCCOneofCase.HAJLPBBLBNK:
|
|
if (HAJLPBBLBNK == null) {
|
|
HAJLPBBLBNK = new global::EggLink.DanhengServer.Proto.KOGCENOKCID();
|
|
}
|
|
HAJLPBBLBNK.MergeFrom(other.HAJLPBBLBNK);
|
|
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 32: {
|
|
Uid = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 48: {
|
|
Retcode = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 2786: {
|
|
global::EggLink.DanhengServer.Proto.KOGCENOKCID subBuilder = new global::EggLink.DanhengServer.Proto.KOGCENOKCID();
|
|
if (gDNHIFBGJCCCase_ == GDNHIFBGJCCOneofCase.HAJLPBBLBNK) {
|
|
subBuilder.MergeFrom(HAJLPBBLBNK);
|
|
}
|
|
input.ReadMessage(subBuilder);
|
|
HAJLPBBLBNK = subBuilder;
|
|
break;
|
|
}
|
|
case 4962: {
|
|
global::EggLink.DanhengServer.Proto.OJFNKFHDIOO subBuilder = new global::EggLink.DanhengServer.Proto.OJFNKFHDIOO();
|
|
if (gDNHIFBGJCCCase_ == GDNHIFBGJCCOneofCase.NOAJHHAMNGH) {
|
|
subBuilder.MergeFrom(NOAJHHAMNGH);
|
|
}
|
|
input.ReadMessage(subBuilder);
|
|
NOAJHHAMNGH = 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 32: {
|
|
Uid = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 48: {
|
|
Retcode = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 2786: {
|
|
global::EggLink.DanhengServer.Proto.KOGCENOKCID subBuilder = new global::EggLink.DanhengServer.Proto.KOGCENOKCID();
|
|
if (gDNHIFBGJCCCase_ == GDNHIFBGJCCOneofCase.HAJLPBBLBNK) {
|
|
subBuilder.MergeFrom(HAJLPBBLBNK);
|
|
}
|
|
input.ReadMessage(subBuilder);
|
|
HAJLPBBLBNK = subBuilder;
|
|
break;
|
|
}
|
|
case 4962: {
|
|
global::EggLink.DanhengServer.Proto.OJFNKFHDIOO subBuilder = new global::EggLink.DanhengServer.Proto.OJFNKFHDIOO();
|
|
if (gDNHIFBGJCCCase_ == GDNHIFBGJCCOneofCase.NOAJHHAMNGH) {
|
|
subBuilder.MergeFrom(NOAJHHAMNGH);
|
|
}
|
|
input.ReadMessage(subBuilder);
|
|
NOAJHHAMNGH = subBuilder;
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|