mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
358 lines
13 KiB
C#
358 lines
13 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: PlayerHeartBeatScRsp.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 PlayerHeartBeatScRsp.proto</summary>
|
|
public static partial class PlayerHeartBeatScRspReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for PlayerHeartBeatScRsp.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static PlayerHeartBeatScRspReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChpQbGF5ZXJIZWFydEJlYXRTY1JzcC5wcm90bxoYQ2xpZW50RG93bmxvYWRE",
|
|
"YXRhLnByb3RvIoMBChRQbGF5ZXJIZWFydEJlYXRTY1JzcBIWCg5jbGllbnRf",
|
|
"dGltZV9tcxgGIAEoBBIPCgdyZXRjb2RlGAIgASgNEhYKDnNlcnZlcl90aW1l",
|
|
"X21zGAcgASgEEioKDWRvd25sb2FkX2RhdGEYDCABKAsyEy5DbGllbnREb3du",
|
|
"bG9hZERhdGFCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJv",
|
|
"dG8z"));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ClientDownloadDataReflection.Descriptor, },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PlayerHeartBeatScRsp), global::EggLink.DanhengServer.Proto.PlayerHeartBeatScRsp.Parser, new[]{ "ClientTimeMs", "Retcode", "ServerTimeMs", "DownloadData" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class PlayerHeartBeatScRsp : pb::IMessage<PlayerHeartBeatScRsp>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<PlayerHeartBeatScRsp> _parser = new pb::MessageParser<PlayerHeartBeatScRsp>(() => new PlayerHeartBeatScRsp());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<PlayerHeartBeatScRsp> 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.PlayerHeartBeatScRspReflection.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 PlayerHeartBeatScRsp() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public PlayerHeartBeatScRsp(PlayerHeartBeatScRsp other) : this() {
|
|
clientTimeMs_ = other.clientTimeMs_;
|
|
retcode_ = other.retcode_;
|
|
serverTimeMs_ = other.serverTimeMs_;
|
|
downloadData_ = other.downloadData_ != null ? other.downloadData_.Clone() : null;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public PlayerHeartBeatScRsp Clone() {
|
|
return new PlayerHeartBeatScRsp(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "client_time_ms" field.</summary>
|
|
public const int ClientTimeMsFieldNumber = 6;
|
|
private ulong clientTimeMs_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public ulong ClientTimeMs {
|
|
get { return clientTimeMs_; }
|
|
set {
|
|
clientTimeMs_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "retcode" field.</summary>
|
|
public const int RetcodeFieldNumber = 2;
|
|
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 "server_time_ms" field.</summary>
|
|
public const int ServerTimeMsFieldNumber = 7;
|
|
private ulong serverTimeMs_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public ulong ServerTimeMs {
|
|
get { return serverTimeMs_; }
|
|
set {
|
|
serverTimeMs_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "download_data" field.</summary>
|
|
public const int DownloadDataFieldNumber = 12;
|
|
private global::EggLink.DanhengServer.Proto.ClientDownloadData downloadData_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.ClientDownloadData DownloadData {
|
|
get { return downloadData_; }
|
|
set {
|
|
downloadData_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as PlayerHeartBeatScRsp);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(PlayerHeartBeatScRsp other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (ClientTimeMs != other.ClientTimeMs) return false;
|
|
if (Retcode != other.Retcode) return false;
|
|
if (ServerTimeMs != other.ServerTimeMs) return false;
|
|
if (!object.Equals(DownloadData, other.DownloadData)) 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 (ClientTimeMs != 0UL) hash ^= ClientTimeMs.GetHashCode();
|
|
if (Retcode != 0) hash ^= Retcode.GetHashCode();
|
|
if (ServerTimeMs != 0UL) hash ^= ServerTimeMs.GetHashCode();
|
|
if (downloadData_ != null) hash ^= DownloadData.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 (Retcode != 0) {
|
|
output.WriteRawTag(16);
|
|
output.WriteUInt32(Retcode);
|
|
}
|
|
if (ClientTimeMs != 0UL) {
|
|
output.WriteRawTag(48);
|
|
output.WriteUInt64(ClientTimeMs);
|
|
}
|
|
if (ServerTimeMs != 0UL) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt64(ServerTimeMs);
|
|
}
|
|
if (downloadData_ != null) {
|
|
output.WriteRawTag(98);
|
|
output.WriteMessage(DownloadData);
|
|
}
|
|
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 (Retcode != 0) {
|
|
output.WriteRawTag(16);
|
|
output.WriteUInt32(Retcode);
|
|
}
|
|
if (ClientTimeMs != 0UL) {
|
|
output.WriteRawTag(48);
|
|
output.WriteUInt64(ClientTimeMs);
|
|
}
|
|
if (ServerTimeMs != 0UL) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt64(ServerTimeMs);
|
|
}
|
|
if (downloadData_ != null) {
|
|
output.WriteRawTag(98);
|
|
output.WriteMessage(DownloadData);
|
|
}
|
|
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 (ClientTimeMs != 0UL) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt64Size(ClientTimeMs);
|
|
}
|
|
if (Retcode != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
|
|
}
|
|
if (ServerTimeMs != 0UL) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt64Size(ServerTimeMs);
|
|
}
|
|
if (downloadData_ != null) {
|
|
size += 1 + pb::CodedOutputStream.ComputeMessageSize(DownloadData);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(PlayerHeartBeatScRsp other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.ClientTimeMs != 0UL) {
|
|
ClientTimeMs = other.ClientTimeMs;
|
|
}
|
|
if (other.Retcode != 0) {
|
|
Retcode = other.Retcode;
|
|
}
|
|
if (other.ServerTimeMs != 0UL) {
|
|
ServerTimeMs = other.ServerTimeMs;
|
|
}
|
|
if (other.downloadData_ != null) {
|
|
if (downloadData_ == null) {
|
|
DownloadData = new global::EggLink.DanhengServer.Proto.ClientDownloadData();
|
|
}
|
|
DownloadData.MergeFrom(other.DownloadData);
|
|
}
|
|
_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: {
|
|
Retcode = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 48: {
|
|
ClientTimeMs = input.ReadUInt64();
|
|
break;
|
|
}
|
|
case 56: {
|
|
ServerTimeMs = input.ReadUInt64();
|
|
break;
|
|
}
|
|
case 98: {
|
|
if (downloadData_ == null) {
|
|
DownloadData = new global::EggLink.DanhengServer.Proto.ClientDownloadData();
|
|
}
|
|
input.ReadMessage(DownloadData);
|
|
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: {
|
|
Retcode = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 48: {
|
|
ClientTimeMs = input.ReadUInt64();
|
|
break;
|
|
}
|
|
case 56: {
|
|
ServerTimeMs = input.ReadUInt64();
|
|
break;
|
|
}
|
|
case 98: {
|
|
if (downloadData_ == null) {
|
|
DownloadData = new global::EggLink.DanhengServer.Proto.ClientDownloadData();
|
|
}
|
|
input.ReadMessage(DownloadData);
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|