Files
DanhengServer-OpenSource/Proto/GetGameStateServiceConfigScRsp.cs
2025-04-15 16:44:46 +08:00

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",
"R2FtZVN0YXRlU2VydmljZUNvbmZpZ1NjUnNwEhMKC0tBT0pDT0JFRU9OGAEg",
"AygJEhMKC0ZJQklKR01LRFBQGAUgAygJEhMKC0xFREtNRE9MTEJCGAogAygJ",
"Eg8KB3JldGNvZGUYAiABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Q",
"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[]{ "KAOJCOBEEON", "FIBIJGMKDPP", "LEDKMDOLLBB", "Retcode" }, 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() {
kAOJCOBEEON_ = other.kAOJCOBEEON_.Clone();
fIBIJGMKDPP_ = other.fIBIJGMKDPP_.Clone();
lEDKMDOLLBB_ = other.lEDKMDOLLBB_.Clone();
retcode_ = other.retcode_;
_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 "KAOJCOBEEON" field.</summary>
public const int KAOJCOBEEONFieldNumber = 1;
private static readonly pb::FieldCodec<string> _repeated_kAOJCOBEEON_codec
= pb::FieldCodec.ForString(10);
private readonly pbc::RepeatedField<string> kAOJCOBEEON_ = new pbc::RepeatedField<string>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<string> KAOJCOBEEON {
get { return kAOJCOBEEON_; }
}
/// <summary>Field number for the "FIBIJGMKDPP" field.</summary>
public const int FIBIJGMKDPPFieldNumber = 5;
private static readonly pb::FieldCodec<string> _repeated_fIBIJGMKDPP_codec
= pb::FieldCodec.ForString(42);
private readonly pbc::RepeatedField<string> fIBIJGMKDPP_ = new pbc::RepeatedField<string>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<string> FIBIJGMKDPP {
get { return fIBIJGMKDPP_; }
}
/// <summary>Field number for the "LEDKMDOLLBB" field.</summary>
public const int LEDKMDOLLBBFieldNumber = 10;
private static readonly pb::FieldCodec<string> _repeated_lEDKMDOLLBB_codec
= pb::FieldCodec.ForString(82);
private readonly pbc::RepeatedField<string> lEDKMDOLLBB_ = new pbc::RepeatedField<string>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<string> LEDKMDOLLBB {
get { return lEDKMDOLLBB_; }
}
/// <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;
}
}
[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(!kAOJCOBEEON_.Equals(other.kAOJCOBEEON_)) return false;
if(!fIBIJGMKDPP_.Equals(other.fIBIJGMKDPP_)) return false;
if(!lEDKMDOLLBB_.Equals(other.lEDKMDOLLBB_)) return false;
if (Retcode != other.Retcode) 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 ^= kAOJCOBEEON_.GetHashCode();
hash ^= fIBIJGMKDPP_.GetHashCode();
hash ^= lEDKMDOLLBB_.GetHashCode();
if (Retcode != 0) hash ^= Retcode.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
kAOJCOBEEON_.WriteTo(output, _repeated_kAOJCOBEEON_codec);
if (Retcode != 0) {
output.WriteRawTag(16);
output.WriteUInt32(Retcode);
}
fIBIJGMKDPP_.WriteTo(output, _repeated_fIBIJGMKDPP_codec);
lEDKMDOLLBB_.WriteTo(output, _repeated_lEDKMDOLLBB_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) {
kAOJCOBEEON_.WriteTo(ref output, _repeated_kAOJCOBEEON_codec);
if (Retcode != 0) {
output.WriteRawTag(16);
output.WriteUInt32(Retcode);
}
fIBIJGMKDPP_.WriteTo(ref output, _repeated_fIBIJGMKDPP_codec);
lEDKMDOLLBB_.WriteTo(ref output, _repeated_lEDKMDOLLBB_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 += kAOJCOBEEON_.CalculateSize(_repeated_kAOJCOBEEON_codec);
size += fIBIJGMKDPP_.CalculateSize(_repeated_fIBIJGMKDPP_codec);
size += lEDKMDOLLBB_.CalculateSize(_repeated_lEDKMDOLLBB_codec);
if (Retcode != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
}
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;
}
kAOJCOBEEON_.Add(other.kAOJCOBEEON_);
fIBIJGMKDPP_.Add(other.fIBIJGMKDPP_);
lEDKMDOLLBB_.Add(other.lEDKMDOLLBB_);
if (other.Retcode != 0) {
Retcode = other.Retcode;
}
_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: {
kAOJCOBEEON_.AddEntriesFrom(input, _repeated_kAOJCOBEEON_codec);
break;
}
case 16: {
Retcode = input.ReadUInt32();
break;
}
case 42: {
fIBIJGMKDPP_.AddEntriesFrom(input, _repeated_fIBIJGMKDPP_codec);
break;
}
case 82: {
lEDKMDOLLBB_.AddEntriesFrom(input, _repeated_lEDKMDOLLBB_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: {
kAOJCOBEEON_.AddEntriesFrom(ref input, _repeated_kAOJCOBEEON_codec);
break;
}
case 16: {
Retcode = input.ReadUInt32();
break;
}
case 42: {
fIBIJGMKDPP_.AddEntriesFrom(ref input, _repeated_fIBIJGMKDPP_codec);
break;
}
case 82: {
lEDKMDOLLBB_.AddEntriesFrom(ref input, _repeated_lEDKMDOLLBB_codec);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code