Files
DanhengServer-OpenSource/Proto/GetChallengeGroupStatisticsScRsp.cs
2024-08-11 16:23:02 +08:00

463 lines
18 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(
"CiZHZXRDaGFsbGVuZ2VHcm91cFN0YXRpc3RpY3NTY1JzcC5wcm90bxoRRlBK",
"QlBOQkNCQUwucHJvdG8aEU1KQVBFQ0hCRU5HLnByb3RvGhFFRkJESExFSkRK",
"TS5wcm90byLDAQogR2V0Q2hhbGxlbmdlR3JvdXBTdGF0aXN0aWNzU2NSc3AS",
"DwoHcmV0Y29kZRgEIAEoDRIQCghncm91cF9pZBgBIAEoDRIjCgtBRE1QREtB",
"Q01NUBgDIAEoCzIMLkZQSkJQTkJDQkFMSAASIwoLSkNFT09FR0pLTkUYCSAB",
"KAsyDC5NSkFQRUNIQkVOR0gAEiMKC0xCS0NJS0lETENHGA4gASgLMgwuRUZC",
"REhMRUpESk1IAEINCgtOTUFMS0FFSEdDS0IeqgIbRWdnTGluay5EYW5oZW5n",
"U2VydmVyLlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.FPJBPNBCBALReflection.Descriptor, global::EggLink.DanhengServer.Proto.MJAPECHBENGReflection.Descriptor, global::EggLink.DanhengServer.Proto.EFBDHLEJDJMReflection.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", "ADMPDKACMMP", "JCEOOEGJKNE", "LBKCIKIDLCG" }, new[]{ "NMALKAEHGCK" }, 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_;
switch (other.NMALKAEHGCKCase) {
case NMALKAEHGCKOneofCase.ADMPDKACMMP:
ADMPDKACMMP = other.ADMPDKACMMP.Clone();
break;
case NMALKAEHGCKOneofCase.JCEOOEGJKNE:
JCEOOEGJKNE = other.JCEOOEGJKNE.Clone();
break;
case NMALKAEHGCKOneofCase.LBKCIKIDLCG:
LBKCIKIDLCG = other.LBKCIKIDLCG.Clone();
break;
}
_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 = 4;
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 = 1;
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 "ADMPDKACMMP" field.</summary>
public const int ADMPDKACMMPFieldNumber = 3;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.FPJBPNBCBAL ADMPDKACMMP {
get { return nMALKAEHGCKCase_ == NMALKAEHGCKOneofCase.ADMPDKACMMP ? (global::EggLink.DanhengServer.Proto.FPJBPNBCBAL) nMALKAEHGCK_ : null; }
set {
nMALKAEHGCK_ = value;
nMALKAEHGCKCase_ = value == null ? NMALKAEHGCKOneofCase.None : NMALKAEHGCKOneofCase.ADMPDKACMMP;
}
}
/// <summary>Field number for the "JCEOOEGJKNE" field.</summary>
public const int JCEOOEGJKNEFieldNumber = 9;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.MJAPECHBENG JCEOOEGJKNE {
get { return nMALKAEHGCKCase_ == NMALKAEHGCKOneofCase.JCEOOEGJKNE ? (global::EggLink.DanhengServer.Proto.MJAPECHBENG) nMALKAEHGCK_ : null; }
set {
nMALKAEHGCK_ = value;
nMALKAEHGCKCase_ = value == null ? NMALKAEHGCKOneofCase.None : NMALKAEHGCKOneofCase.JCEOOEGJKNE;
}
}
/// <summary>Field number for the "LBKCIKIDLCG" field.</summary>
public const int LBKCIKIDLCGFieldNumber = 14;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.EFBDHLEJDJM LBKCIKIDLCG {
get { return nMALKAEHGCKCase_ == NMALKAEHGCKOneofCase.LBKCIKIDLCG ? (global::EggLink.DanhengServer.Proto.EFBDHLEJDJM) nMALKAEHGCK_ : null; }
set {
nMALKAEHGCK_ = value;
nMALKAEHGCKCase_ = value == null ? NMALKAEHGCKOneofCase.None : NMALKAEHGCKOneofCase.LBKCIKIDLCG;
}
}
private object nMALKAEHGCK_;
/// <summary>Enum of possible cases for the "NMALKAEHGCK" oneof.</summary>
public enum NMALKAEHGCKOneofCase {
None = 0,
ADMPDKACMMP = 3,
JCEOOEGJKNE = 9,
LBKCIKIDLCG = 14,
}
private NMALKAEHGCKOneofCase nMALKAEHGCKCase_ = NMALKAEHGCKOneofCase.None;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public NMALKAEHGCKOneofCase NMALKAEHGCKCase {
get { return nMALKAEHGCKCase_; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void ClearNMALKAEHGCK() {
nMALKAEHGCKCase_ = NMALKAEHGCKOneofCase.None;
nMALKAEHGCK_ = null;
}
[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(ADMPDKACMMP, other.ADMPDKACMMP)) return false;
if (!object.Equals(JCEOOEGJKNE, other.JCEOOEGJKNE)) return false;
if (!object.Equals(LBKCIKIDLCG, other.LBKCIKIDLCG)) return false;
if (NMALKAEHGCKCase != other.NMALKAEHGCKCase) 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 (nMALKAEHGCKCase_ == NMALKAEHGCKOneofCase.ADMPDKACMMP) hash ^= ADMPDKACMMP.GetHashCode();
if (nMALKAEHGCKCase_ == NMALKAEHGCKOneofCase.JCEOOEGJKNE) hash ^= JCEOOEGJKNE.GetHashCode();
if (nMALKAEHGCKCase_ == NMALKAEHGCKOneofCase.LBKCIKIDLCG) hash ^= LBKCIKIDLCG.GetHashCode();
hash ^= (int) nMALKAEHGCKCase_;
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 (GroupId != 0) {
output.WriteRawTag(8);
output.WriteUInt32(GroupId);
}
if (nMALKAEHGCKCase_ == NMALKAEHGCKOneofCase.ADMPDKACMMP) {
output.WriteRawTag(26);
output.WriteMessage(ADMPDKACMMP);
}
if (Retcode != 0) {
output.WriteRawTag(32);
output.WriteUInt32(Retcode);
}
if (nMALKAEHGCKCase_ == NMALKAEHGCKOneofCase.JCEOOEGJKNE) {
output.WriteRawTag(74);
output.WriteMessage(JCEOOEGJKNE);
}
if (nMALKAEHGCKCase_ == NMALKAEHGCKOneofCase.LBKCIKIDLCG) {
output.WriteRawTag(114);
output.WriteMessage(LBKCIKIDLCG);
}
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 (GroupId != 0) {
output.WriteRawTag(8);
output.WriteUInt32(GroupId);
}
if (nMALKAEHGCKCase_ == NMALKAEHGCKOneofCase.ADMPDKACMMP) {
output.WriteRawTag(26);
output.WriteMessage(ADMPDKACMMP);
}
if (Retcode != 0) {
output.WriteRawTag(32);
output.WriteUInt32(Retcode);
}
if (nMALKAEHGCKCase_ == NMALKAEHGCKOneofCase.JCEOOEGJKNE) {
output.WriteRawTag(74);
output.WriteMessage(JCEOOEGJKNE);
}
if (nMALKAEHGCKCase_ == NMALKAEHGCKOneofCase.LBKCIKIDLCG) {
output.WriteRawTag(114);
output.WriteMessage(LBKCIKIDLCG);
}
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 (nMALKAEHGCKCase_ == NMALKAEHGCKOneofCase.ADMPDKACMMP) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(ADMPDKACMMP);
}
if (nMALKAEHGCKCase_ == NMALKAEHGCKOneofCase.JCEOOEGJKNE) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(JCEOOEGJKNE);
}
if (nMALKAEHGCKCase_ == NMALKAEHGCKOneofCase.LBKCIKIDLCG) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(LBKCIKIDLCG);
}
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;
}
switch (other.NMALKAEHGCKCase) {
case NMALKAEHGCKOneofCase.ADMPDKACMMP:
if (ADMPDKACMMP == null) {
ADMPDKACMMP = new global::EggLink.DanhengServer.Proto.FPJBPNBCBAL();
}
ADMPDKACMMP.MergeFrom(other.ADMPDKACMMP);
break;
case NMALKAEHGCKOneofCase.JCEOOEGJKNE:
if (JCEOOEGJKNE == null) {
JCEOOEGJKNE = new global::EggLink.DanhengServer.Proto.MJAPECHBENG();
}
JCEOOEGJKNE.MergeFrom(other.JCEOOEGJKNE);
break;
case NMALKAEHGCKOneofCase.LBKCIKIDLCG:
if (LBKCIKIDLCG == null) {
LBKCIKIDLCG = new global::EggLink.DanhengServer.Proto.EFBDHLEJDJM();
}
LBKCIKIDLCG.MergeFrom(other.LBKCIKIDLCG);
break;
}
_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 8: {
GroupId = input.ReadUInt32();
break;
}
case 26: {
global::EggLink.DanhengServer.Proto.FPJBPNBCBAL subBuilder = new global::EggLink.DanhengServer.Proto.FPJBPNBCBAL();
if (nMALKAEHGCKCase_ == NMALKAEHGCKOneofCase.ADMPDKACMMP) {
subBuilder.MergeFrom(ADMPDKACMMP);
}
input.ReadMessage(subBuilder);
ADMPDKACMMP = subBuilder;
break;
}
case 32: {
Retcode = input.ReadUInt32();
break;
}
case 74: {
global::EggLink.DanhengServer.Proto.MJAPECHBENG subBuilder = new global::EggLink.DanhengServer.Proto.MJAPECHBENG();
if (nMALKAEHGCKCase_ == NMALKAEHGCKOneofCase.JCEOOEGJKNE) {
subBuilder.MergeFrom(JCEOOEGJKNE);
}
input.ReadMessage(subBuilder);
JCEOOEGJKNE = subBuilder;
break;
}
case 114: {
global::EggLink.DanhengServer.Proto.EFBDHLEJDJM subBuilder = new global::EggLink.DanhengServer.Proto.EFBDHLEJDJM();
if (nMALKAEHGCKCase_ == NMALKAEHGCKOneofCase.LBKCIKIDLCG) {
subBuilder.MergeFrom(LBKCIKIDLCG);
}
input.ReadMessage(subBuilder);
LBKCIKIDLCG = subBuilder;
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 8: {
GroupId = input.ReadUInt32();
break;
}
case 26: {
global::EggLink.DanhengServer.Proto.FPJBPNBCBAL subBuilder = new global::EggLink.DanhengServer.Proto.FPJBPNBCBAL();
if (nMALKAEHGCKCase_ == NMALKAEHGCKOneofCase.ADMPDKACMMP) {
subBuilder.MergeFrom(ADMPDKACMMP);
}
input.ReadMessage(subBuilder);
ADMPDKACMMP = subBuilder;
break;
}
case 32: {
Retcode = input.ReadUInt32();
break;
}
case 74: {
global::EggLink.DanhengServer.Proto.MJAPECHBENG subBuilder = new global::EggLink.DanhengServer.Proto.MJAPECHBENG();
if (nMALKAEHGCKCase_ == NMALKAEHGCKOneofCase.JCEOOEGJKNE) {
subBuilder.MergeFrom(JCEOOEGJKNE);
}
input.ReadMessage(subBuilder);
JCEOOEGJKNE = subBuilder;
break;
}
case 114: {
global::EggLink.DanhengServer.Proto.EFBDHLEJDJM subBuilder = new global::EggLink.DanhengServer.Proto.EFBDHLEJDJM();
if (nMALKAEHGCKCase_ == NMALKAEHGCKOneofCase.LBKCIKIDLCG) {
subBuilder.MergeFrom(LBKCIKIDLCG);
}
input.ReadMessage(subBuilder);
LBKCIKIDLCG = subBuilder;
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code