Files
DanhengServer-OpenSource/Proto/GetAetherDivideChallengeInfoScRsp.cs
2024-10-05 22:40:41 +08:00

330 lines
12 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: GetAetherDivideChallengeInfoScRsp.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 GetAetherDivideChallengeInfoScRsp.proto</summary>
public static partial class GetAetherDivideChallengeInfoScRspReflection {
#region Descriptor
/// <summary>File descriptor for GetAetherDivideChallengeInfoScRsp.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static GetAetherDivideChallengeInfoScRspReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"CidHZXRBZXRoZXJEaXZpZGVDaGFsbGVuZ2VJbmZvU2NSc3AucHJvdG8icwoh",
"R2V0QWV0aGVyRGl2aWRlQ2hhbGxlbmdlSW5mb1NjUnNwEhMKC0NMRkJIUEpC",
"TEtIGA0gAygNEg8KB3JldGNvZGUYDyABKA0SEwoLR0pKSU1CTU1OR0MYAyAD",
"KA0SEwoLRkpPSUxBRkhHQUgYDCABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1Nl",
"cnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetAetherDivideChallengeInfoScRsp), global::EggLink.DanhengServer.Proto.GetAetherDivideChallengeInfoScRsp.Parser, new[]{ "CLFBHPJBLKH", "Retcode", "GJJIMBMMNGC", "FJOILAFHGAH" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class GetAetherDivideChallengeInfoScRsp : pb::IMessage<GetAetherDivideChallengeInfoScRsp>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<GetAetherDivideChallengeInfoScRsp> _parser = new pb::MessageParser<GetAetherDivideChallengeInfoScRsp>(() => new GetAetherDivideChallengeInfoScRsp());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<GetAetherDivideChallengeInfoScRsp> 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.GetAetherDivideChallengeInfoScRspReflection.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 GetAetherDivideChallengeInfoScRsp() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public GetAetherDivideChallengeInfoScRsp(GetAetherDivideChallengeInfoScRsp other) : this() {
cLFBHPJBLKH_ = other.cLFBHPJBLKH_.Clone();
retcode_ = other.retcode_;
gJJIMBMMNGC_ = other.gJJIMBMMNGC_.Clone();
fJOILAFHGAH_ = other.fJOILAFHGAH_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public GetAetherDivideChallengeInfoScRsp Clone() {
return new GetAetherDivideChallengeInfoScRsp(this);
}
/// <summary>Field number for the "CLFBHPJBLKH" field.</summary>
public const int CLFBHPJBLKHFieldNumber = 13;
private static readonly pb::FieldCodec<uint> _repeated_cLFBHPJBLKH_codec
= pb::FieldCodec.ForUInt32(106);
private readonly pbc::RepeatedField<uint> cLFBHPJBLKH_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> CLFBHPJBLKH {
get { return cLFBHPJBLKH_; }
}
/// <summary>Field number for the "retcode" field.</summary>
public const int RetcodeFieldNumber = 15;
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 "GJJIMBMMNGC" field.</summary>
public const int GJJIMBMMNGCFieldNumber = 3;
private static readonly pb::FieldCodec<uint> _repeated_gJJIMBMMNGC_codec
= pb::FieldCodec.ForUInt32(26);
private readonly pbc::RepeatedField<uint> gJJIMBMMNGC_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> GJJIMBMMNGC {
get { return gJJIMBMMNGC_; }
}
/// <summary>Field number for the "FJOILAFHGAH" field.</summary>
public const int FJOILAFHGAHFieldNumber = 12;
private uint fJOILAFHGAH_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint FJOILAFHGAH {
get { return fJOILAFHGAH_; }
set {
fJOILAFHGAH_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as GetAetherDivideChallengeInfoScRsp);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(GetAetherDivideChallengeInfoScRsp other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if(!cLFBHPJBLKH_.Equals(other.cLFBHPJBLKH_)) return false;
if (Retcode != other.Retcode) return false;
if(!gJJIMBMMNGC_.Equals(other.gJJIMBMMNGC_)) return false;
if (FJOILAFHGAH != other.FJOILAFHGAH) 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 ^= cLFBHPJBLKH_.GetHashCode();
if (Retcode != 0) hash ^= Retcode.GetHashCode();
hash ^= gJJIMBMMNGC_.GetHashCode();
if (FJOILAFHGAH != 0) hash ^= FJOILAFHGAH.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
gJJIMBMMNGC_.WriteTo(output, _repeated_gJJIMBMMNGC_codec);
if (FJOILAFHGAH != 0) {
output.WriteRawTag(96);
output.WriteUInt32(FJOILAFHGAH);
}
cLFBHPJBLKH_.WriteTo(output, _repeated_cLFBHPJBLKH_codec);
if (Retcode != 0) {
output.WriteRawTag(120);
output.WriteUInt32(Retcode);
}
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) {
gJJIMBMMNGC_.WriteTo(ref output, _repeated_gJJIMBMMNGC_codec);
if (FJOILAFHGAH != 0) {
output.WriteRawTag(96);
output.WriteUInt32(FJOILAFHGAH);
}
cLFBHPJBLKH_.WriteTo(ref output, _repeated_cLFBHPJBLKH_codec);
if (Retcode != 0) {
output.WriteRawTag(120);
output.WriteUInt32(Retcode);
}
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 += cLFBHPJBLKH_.CalculateSize(_repeated_cLFBHPJBLKH_codec);
if (Retcode != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
}
size += gJJIMBMMNGC_.CalculateSize(_repeated_gJJIMBMMNGC_codec);
if (FJOILAFHGAH != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FJOILAFHGAH);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(GetAetherDivideChallengeInfoScRsp other) {
if (other == null) {
return;
}
cLFBHPJBLKH_.Add(other.cLFBHPJBLKH_);
if (other.Retcode != 0) {
Retcode = other.Retcode;
}
gJJIMBMMNGC_.Add(other.gJJIMBMMNGC_);
if (other.FJOILAFHGAH != 0) {
FJOILAFHGAH = other.FJOILAFHGAH;
}
_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 26:
case 24: {
gJJIMBMMNGC_.AddEntriesFrom(input, _repeated_gJJIMBMMNGC_codec);
break;
}
case 96: {
FJOILAFHGAH = input.ReadUInt32();
break;
}
case 106:
case 104: {
cLFBHPJBLKH_.AddEntriesFrom(input, _repeated_cLFBHPJBLKH_codec);
break;
}
case 120: {
Retcode = input.ReadUInt32();
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 26:
case 24: {
gJJIMBMMNGC_.AddEntriesFrom(ref input, _repeated_gJJIMBMMNGC_codec);
break;
}
case 96: {
FJOILAFHGAH = input.ReadUInt32();
break;
}
case 106:
case 104: {
cLFBHPJBLKH_.AddEntriesFrom(ref input, _repeated_cLFBHPJBLKH_codec);
break;
}
case 120: {
Retcode = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code