Files
DanhengServer-OpenSource/Common/Proto/GetChallengeGroupStatisticsScRsp.cs
2024-04-14 17:41:19 +08:00

367 lines
13 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: GetChallengeGroupStatisticsScRsp.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 GetChallengeGroupStatisticsScRsp.proto</summary>
public static partial class GetChallengeGroupStatisticsScRspReflection {
#region Descriptor
/// <summary>File descriptor for GetChallengeGroupStatisticsScRsp.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static GetChallengeGroupStatisticsScRspReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"CiZHZXRDaGFsbGVuZ2VHcm91cFN0YXRpc3RpY3NTY1JzcC5wcm90bxoRQ0JE",
"TkFIQ0FHRUoucHJvdG8aEUJMRE9JRkFFSUlKLnByb3RvIosBCiBHZXRDaGFs",
"bGVuZ2VHcm91cFN0YXRpc3RpY3NTY1JzcBIPCgdyZXRjb2RlGA4gASgNEhAK",
"CGdyb3VwX2lkGAsgASgNEiEKC1BQRkdNREpIS0xHGAcgASgLMgwuQkxET0lG",
"QUVJSUoSIQoLTkpGT0hDSENNS0QYBiABKAsyDC5DQkROQUhDQUdFSkIeqgIb",
"RWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.CBDNAHCAGEJReflection.Descriptor, global::EggLink.DanhengServer.Proto.BLDOIFAEIIJReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetChallengeGroupStatisticsScRsp), global::EggLink.DanhengServer.Proto.GetChallengeGroupStatisticsScRsp.Parser, new[]{ "Retcode", "GroupId", "PPFGMDJHKLG", "NJFOHCHCMKD" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class GetChallengeGroupStatisticsScRsp : pb::IMessage<GetChallengeGroupStatisticsScRsp>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<GetChallengeGroupStatisticsScRsp> _parser = new pb::MessageParser<GetChallengeGroupStatisticsScRsp>(() => new GetChallengeGroupStatisticsScRsp());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<GetChallengeGroupStatisticsScRsp> 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.GetChallengeGroupStatisticsScRspReflection.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 GetChallengeGroupStatisticsScRsp() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public GetChallengeGroupStatisticsScRsp(GetChallengeGroupStatisticsScRsp other) : this() {
retcode_ = other.retcode_;
groupId_ = other.groupId_;
pPFGMDJHKLG_ = other.pPFGMDJHKLG_ != null ? other.pPFGMDJHKLG_.Clone() : null;
nJFOHCHCMKD_ = other.nJFOHCHCMKD_ != null ? other.nJFOHCHCMKD_.Clone() : null;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public GetChallengeGroupStatisticsScRsp Clone() {
return new GetChallengeGroupStatisticsScRsp(this);
}
/// <summary>Field number for the "retcode" field.</summary>
public const int RetcodeFieldNumber = 14;
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 "group_id" field.</summary>
public const int GroupIdFieldNumber = 11;
private uint groupId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint GroupId {
get { return groupId_; }
set {
groupId_ = value;
}
}
/// <summary>Field number for the "PPFGMDJHKLG" field.</summary>
public const int PPFGMDJHKLGFieldNumber = 7;
private global::EggLink.DanhengServer.Proto.BLDOIFAEIIJ pPFGMDJHKLG_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.BLDOIFAEIIJ PPFGMDJHKLG {
get { return pPFGMDJHKLG_; }
set {
pPFGMDJHKLG_ = value;
}
}
/// <summary>Field number for the "NJFOHCHCMKD" field.</summary>
public const int NJFOHCHCMKDFieldNumber = 6;
private global::EggLink.DanhengServer.Proto.CBDNAHCAGEJ nJFOHCHCMKD_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.CBDNAHCAGEJ NJFOHCHCMKD {
get { return nJFOHCHCMKD_; }
set {
nJFOHCHCMKD_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as GetChallengeGroupStatisticsScRsp);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(GetChallengeGroupStatisticsScRsp other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (Retcode != other.Retcode) return false;
if (GroupId != other.GroupId) return false;
if (!object.Equals(PPFGMDJHKLG, other.PPFGMDJHKLG)) return false;
if (!object.Equals(NJFOHCHCMKD, other.NJFOHCHCMKD)) 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 (GroupId != 0) hash ^= GroupId.GetHashCode();
if (pPFGMDJHKLG_ != null) hash ^= PPFGMDJHKLG.GetHashCode();
if (nJFOHCHCMKD_ != null) hash ^= NJFOHCHCMKD.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 (nJFOHCHCMKD_ != null) {
output.WriteRawTag(50);
output.WriteMessage(NJFOHCHCMKD);
}
if (pPFGMDJHKLG_ != null) {
output.WriteRawTag(58);
output.WriteMessage(PPFGMDJHKLG);
}
if (GroupId != 0) {
output.WriteRawTag(88);
output.WriteUInt32(GroupId);
}
if (Retcode != 0) {
output.WriteRawTag(112);
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) {
if (nJFOHCHCMKD_ != null) {
output.WriteRawTag(50);
output.WriteMessage(NJFOHCHCMKD);
}
if (pPFGMDJHKLG_ != null) {
output.WriteRawTag(58);
output.WriteMessage(PPFGMDJHKLG);
}
if (GroupId != 0) {
output.WriteRawTag(88);
output.WriteUInt32(GroupId);
}
if (Retcode != 0) {
output.WriteRawTag(112);
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;
if (Retcode != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
}
if (GroupId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GroupId);
}
if (pPFGMDJHKLG_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(PPFGMDJHKLG);
}
if (nJFOHCHCMKD_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(NJFOHCHCMKD);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(GetChallengeGroupStatisticsScRsp other) {
if (other == null) {
return;
}
if (other.Retcode != 0) {
Retcode = other.Retcode;
}
if (other.GroupId != 0) {
GroupId = other.GroupId;
}
if (other.pPFGMDJHKLG_ != null) {
if (pPFGMDJHKLG_ == null) {
PPFGMDJHKLG = new global::EggLink.DanhengServer.Proto.BLDOIFAEIIJ();
}
PPFGMDJHKLG.MergeFrom(other.PPFGMDJHKLG);
}
if (other.nJFOHCHCMKD_ != null) {
if (nJFOHCHCMKD_ == null) {
NJFOHCHCMKD = new global::EggLink.DanhengServer.Proto.CBDNAHCAGEJ();
}
NJFOHCHCMKD.MergeFrom(other.NJFOHCHCMKD);
}
_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 50: {
if (nJFOHCHCMKD_ == null) {
NJFOHCHCMKD = new global::EggLink.DanhengServer.Proto.CBDNAHCAGEJ();
}
input.ReadMessage(NJFOHCHCMKD);
break;
}
case 58: {
if (pPFGMDJHKLG_ == null) {
PPFGMDJHKLG = new global::EggLink.DanhengServer.Proto.BLDOIFAEIIJ();
}
input.ReadMessage(PPFGMDJHKLG);
break;
}
case 88: {
GroupId = input.ReadUInt32();
break;
}
case 112: {
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 50: {
if (nJFOHCHCMKD_ == null) {
NJFOHCHCMKD = new global::EggLink.DanhengServer.Proto.CBDNAHCAGEJ();
}
input.ReadMessage(NJFOHCHCMKD);
break;
}
case 58: {
if (pPFGMDJHKLG_ == null) {
PPFGMDJHKLG = new global::EggLink.DanhengServer.Proto.BLDOIFAEIIJ();
}
input.ReadMessage(PPFGMDJHKLG);
break;
}
case 88: {
GroupId = input.ReadUInt32();
break;
}
case 112: {
Retcode = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code