Files
DanhengServer-OpenSource/Proto/MonopolySelectOptionScRsp.cs
2025-08-15 12:52:47 +08:00

384 lines
14 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: MonopolySelectOptionScRsp.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 MonopolySelectOptionScRsp.proto</summary>
public static partial class MonopolySelectOptionScRspReflection {
#region Descriptor
/// <summary>File descriptor for MonopolySelectOptionScRsp.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static MonopolySelectOptionScRspReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"Ch9Nb25vcG9seVNlbGVjdE9wdGlvblNjUnNwLnByb3RvGhFERENFTENPSkdO",
"UC5wcm90bxoRTEJFTkFBSENQRU8ucHJvdG8ilwEKGU1vbm9wb2x5U2VsZWN0",
"T3B0aW9uU2NSc3ASIQoLR1BGR0RPS05HRUwYDCABKAsyDC5MQkVOQUFIQ1BF",
"TxIhCgtBQk5PSU5MT0tMThgNIAMoCzIMLkREQ0VMQ09KR05QEg8KB3JldGNv",
"ZGUYAiABKA0SEAoIZXZlbnRfaWQYCiABKA0SEQoJb3B0aW9uX2lkGA8gASgN",
"Qh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.DDCELCOJGNPReflection.Descriptor, global::EggLink.DanhengServer.Proto.LBENAAHCPEOReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MonopolySelectOptionScRsp), global::EggLink.DanhengServer.Proto.MonopolySelectOptionScRsp.Parser, new[]{ "GPFGDOKNGEL", "ABNOINLOKLN", "Retcode", "EventId", "OptionId" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class MonopolySelectOptionScRsp : pb::IMessage<MonopolySelectOptionScRsp>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<MonopolySelectOptionScRsp> _parser = new pb::MessageParser<MonopolySelectOptionScRsp>(() => new MonopolySelectOptionScRsp());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<MonopolySelectOptionScRsp> 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.MonopolySelectOptionScRspReflection.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 MonopolySelectOptionScRsp() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public MonopolySelectOptionScRsp(MonopolySelectOptionScRsp other) : this() {
gPFGDOKNGEL_ = other.gPFGDOKNGEL_ != null ? other.gPFGDOKNGEL_.Clone() : null;
aBNOINLOKLN_ = other.aBNOINLOKLN_.Clone();
retcode_ = other.retcode_;
eventId_ = other.eventId_;
optionId_ = other.optionId_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public MonopolySelectOptionScRsp Clone() {
return new MonopolySelectOptionScRsp(this);
}
/// <summary>Field number for the "GPFGDOKNGEL" field.</summary>
public const int GPFGDOKNGELFieldNumber = 12;
private global::EggLink.DanhengServer.Proto.LBENAAHCPEO gPFGDOKNGEL_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.LBENAAHCPEO GPFGDOKNGEL {
get { return gPFGDOKNGEL_; }
set {
gPFGDOKNGEL_ = value;
}
}
/// <summary>Field number for the "ABNOINLOKLN" field.</summary>
public const int ABNOINLOKLNFieldNumber = 13;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.DDCELCOJGNP> _repeated_aBNOINLOKLN_codec
= pb::FieldCodec.ForMessage(106, global::EggLink.DanhengServer.Proto.DDCELCOJGNP.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.DDCELCOJGNP> aBNOINLOKLN_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.DDCELCOJGNP>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.DDCELCOJGNP> ABNOINLOKLN {
get { return aBNOINLOKLN_; }
}
/// <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 "event_id" field.</summary>
public const int EventIdFieldNumber = 10;
private uint eventId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint EventId {
get { return eventId_; }
set {
eventId_ = value;
}
}
/// <summary>Field number for the "option_id" field.</summary>
public const int OptionIdFieldNumber = 15;
private uint optionId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint OptionId {
get { return optionId_; }
set {
optionId_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as MonopolySelectOptionScRsp);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(MonopolySelectOptionScRsp other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (!object.Equals(GPFGDOKNGEL, other.GPFGDOKNGEL)) return false;
if(!aBNOINLOKLN_.Equals(other.aBNOINLOKLN_)) return false;
if (Retcode != other.Retcode) return false;
if (EventId != other.EventId) return false;
if (OptionId != other.OptionId) 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 (gPFGDOKNGEL_ != null) hash ^= GPFGDOKNGEL.GetHashCode();
hash ^= aBNOINLOKLN_.GetHashCode();
if (Retcode != 0) hash ^= Retcode.GetHashCode();
if (EventId != 0) hash ^= EventId.GetHashCode();
if (OptionId != 0) hash ^= OptionId.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);
}
if (EventId != 0) {
output.WriteRawTag(80);
output.WriteUInt32(EventId);
}
if (gPFGDOKNGEL_ != null) {
output.WriteRawTag(98);
output.WriteMessage(GPFGDOKNGEL);
}
aBNOINLOKLN_.WriteTo(output, _repeated_aBNOINLOKLN_codec);
if (OptionId != 0) {
output.WriteRawTag(120);
output.WriteUInt32(OptionId);
}
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);
}
if (EventId != 0) {
output.WriteRawTag(80);
output.WriteUInt32(EventId);
}
if (gPFGDOKNGEL_ != null) {
output.WriteRawTag(98);
output.WriteMessage(GPFGDOKNGEL);
}
aBNOINLOKLN_.WriteTo(ref output, _repeated_aBNOINLOKLN_codec);
if (OptionId != 0) {
output.WriteRawTag(120);
output.WriteUInt32(OptionId);
}
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 (gPFGDOKNGEL_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(GPFGDOKNGEL);
}
size += aBNOINLOKLN_.CalculateSize(_repeated_aBNOINLOKLN_codec);
if (Retcode != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
}
if (EventId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EventId);
}
if (OptionId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OptionId);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(MonopolySelectOptionScRsp other) {
if (other == null) {
return;
}
if (other.gPFGDOKNGEL_ != null) {
if (gPFGDOKNGEL_ == null) {
GPFGDOKNGEL = new global::EggLink.DanhengServer.Proto.LBENAAHCPEO();
}
GPFGDOKNGEL.MergeFrom(other.GPFGDOKNGEL);
}
aBNOINLOKLN_.Add(other.aBNOINLOKLN_);
if (other.Retcode != 0) {
Retcode = other.Retcode;
}
if (other.EventId != 0) {
EventId = other.EventId;
}
if (other.OptionId != 0) {
OptionId = other.OptionId;
}
_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 80: {
EventId = input.ReadUInt32();
break;
}
case 98: {
if (gPFGDOKNGEL_ == null) {
GPFGDOKNGEL = new global::EggLink.DanhengServer.Proto.LBENAAHCPEO();
}
input.ReadMessage(GPFGDOKNGEL);
break;
}
case 106: {
aBNOINLOKLN_.AddEntriesFrom(input, _repeated_aBNOINLOKLN_codec);
break;
}
case 120: {
OptionId = 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 16: {
Retcode = input.ReadUInt32();
break;
}
case 80: {
EventId = input.ReadUInt32();
break;
}
case 98: {
if (gPFGDOKNGEL_ == null) {
GPFGDOKNGEL = new global::EggLink.DanhengServer.Proto.LBENAAHCPEO();
}
input.ReadMessage(GPFGDOKNGEL);
break;
}
case 106: {
aBNOINLOKLN_.AddEntriesFrom(ref input, _repeated_aBNOINLOKLN_codec);
break;
}
case 120: {
OptionId = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code