mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
315 lines
12 KiB
C#
315 lines
12 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: GetGameStateServiceConfigScRsp.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 GetGameStateServiceConfigScRsp.proto</summary>
|
|
public static partial class GetGameStateServiceConfigScRspReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for GetGameStateServiceConfigScRsp.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static GetGameStateServiceConfigScRspReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"CiRHZXRHYW1lU3RhdGVTZXJ2aWNlQ29uZmlnU2NSc3AucHJvdG8icAoeR2V0",
|
|
"R2FtZVN0YXRlU2VydmljZUNvbmZpZ1NjUnNwEhMKC0dBRU5MTEhMSEROGA8g",
|
|
"AygJEg8KB3JldGNvZGUYAiABKA0SEwoLTE5MQUFBQ09ESUMYCiADKAkSEwoL",
|
|
"UEpETkNNRU1OSkgYDCADKAlCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Q",
|
|
"cm90b2IGcHJvdG8z"));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetGameStateServiceConfigScRsp), global::EggLink.DanhengServer.Proto.GetGameStateServiceConfigScRsp.Parser, new[]{ "GAENLLHLHDN", "Retcode", "LNLAAACODIC", "PJDNCMEMNJH" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class GetGameStateServiceConfigScRsp : pb::IMessage<GetGameStateServiceConfigScRsp>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<GetGameStateServiceConfigScRsp> _parser = new pb::MessageParser<GetGameStateServiceConfigScRsp>(() => new GetGameStateServiceConfigScRsp());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<GetGameStateServiceConfigScRsp> 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.GetGameStateServiceConfigScRspReflection.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 GetGameStateServiceConfigScRsp() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public GetGameStateServiceConfigScRsp(GetGameStateServiceConfigScRsp other) : this() {
|
|
gAENLLHLHDN_ = other.gAENLLHLHDN_.Clone();
|
|
retcode_ = other.retcode_;
|
|
lNLAAACODIC_ = other.lNLAAACODIC_.Clone();
|
|
pJDNCMEMNJH_ = other.pJDNCMEMNJH_.Clone();
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public GetGameStateServiceConfigScRsp Clone() {
|
|
return new GetGameStateServiceConfigScRsp(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "GAENLLHLHDN" field.</summary>
|
|
public const int GAENLLHLHDNFieldNumber = 15;
|
|
private static readonly pb::FieldCodec<string> _repeated_gAENLLHLHDN_codec
|
|
= pb::FieldCodec.ForString(122);
|
|
private readonly pbc::RepeatedField<string> gAENLLHLHDN_ = new pbc::RepeatedField<string>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<string> GAENLLHLHDN {
|
|
get { return gAENLLHLHDN_; }
|
|
}
|
|
|
|
/// <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 "LNLAAACODIC" field.</summary>
|
|
public const int LNLAAACODICFieldNumber = 10;
|
|
private static readonly pb::FieldCodec<string> _repeated_lNLAAACODIC_codec
|
|
= pb::FieldCodec.ForString(82);
|
|
private readonly pbc::RepeatedField<string> lNLAAACODIC_ = new pbc::RepeatedField<string>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<string> LNLAAACODIC {
|
|
get { return lNLAAACODIC_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "PJDNCMEMNJH" field.</summary>
|
|
public const int PJDNCMEMNJHFieldNumber = 12;
|
|
private static readonly pb::FieldCodec<string> _repeated_pJDNCMEMNJH_codec
|
|
= pb::FieldCodec.ForString(98);
|
|
private readonly pbc::RepeatedField<string> pJDNCMEMNJH_ = new pbc::RepeatedField<string>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<string> PJDNCMEMNJH {
|
|
get { return pJDNCMEMNJH_; }
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as GetGameStateServiceConfigScRsp);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(GetGameStateServiceConfigScRsp other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if(!gAENLLHLHDN_.Equals(other.gAENLLHLHDN_)) return false;
|
|
if (Retcode != other.Retcode) return false;
|
|
if(!lNLAAACODIC_.Equals(other.lNLAAACODIC_)) return false;
|
|
if(!pJDNCMEMNJH_.Equals(other.pJDNCMEMNJH_)) 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 ^= gAENLLHLHDN_.GetHashCode();
|
|
if (Retcode != 0) hash ^= Retcode.GetHashCode();
|
|
hash ^= lNLAAACODIC_.GetHashCode();
|
|
hash ^= pJDNCMEMNJH_.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);
|
|
}
|
|
lNLAAACODIC_.WriteTo(output, _repeated_lNLAAACODIC_codec);
|
|
pJDNCMEMNJH_.WriteTo(output, _repeated_pJDNCMEMNJH_codec);
|
|
gAENLLHLHDN_.WriteTo(output, _repeated_gAENLLHLHDN_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 (Retcode != 0) {
|
|
output.WriteRawTag(16);
|
|
output.WriteUInt32(Retcode);
|
|
}
|
|
lNLAAACODIC_.WriteTo(ref output, _repeated_lNLAAACODIC_codec);
|
|
pJDNCMEMNJH_.WriteTo(ref output, _repeated_pJDNCMEMNJH_codec);
|
|
gAENLLHLHDN_.WriteTo(ref output, _repeated_gAENLLHLHDN_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 += gAENLLHLHDN_.CalculateSize(_repeated_gAENLLHLHDN_codec);
|
|
if (Retcode != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
|
|
}
|
|
size += lNLAAACODIC_.CalculateSize(_repeated_lNLAAACODIC_codec);
|
|
size += pJDNCMEMNJH_.CalculateSize(_repeated_pJDNCMEMNJH_codec);
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(GetGameStateServiceConfigScRsp other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
gAENLLHLHDN_.Add(other.gAENLLHLHDN_);
|
|
if (other.Retcode != 0) {
|
|
Retcode = other.Retcode;
|
|
}
|
|
lNLAAACODIC_.Add(other.lNLAAACODIC_);
|
|
pJDNCMEMNJH_.Add(other.pJDNCMEMNJH_);
|
|
_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 82: {
|
|
lNLAAACODIC_.AddEntriesFrom(input, _repeated_lNLAAACODIC_codec);
|
|
break;
|
|
}
|
|
case 98: {
|
|
pJDNCMEMNJH_.AddEntriesFrom(input, _repeated_pJDNCMEMNJH_codec);
|
|
break;
|
|
}
|
|
case 122: {
|
|
gAENLLHLHDN_.AddEntriesFrom(input, _repeated_gAENLLHLHDN_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 16: {
|
|
Retcode = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 82: {
|
|
lNLAAACODIC_.AddEntriesFrom(ref input, _repeated_lNLAAACODIC_codec);
|
|
break;
|
|
}
|
|
case 98: {
|
|
pJDNCMEMNJH_.AddEntriesFrom(ref input, _repeated_pJDNCMEMNJH_codec);
|
|
break;
|
|
}
|
|
case 122: {
|
|
gAENLLHLHDN_.AddEntriesFrom(ref input, _repeated_gAENLLHLHDN_codec);
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|