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

432 lines
15 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: LLLOMACPCGB.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 LLLOMACPCGB.proto</summary>
public static partial class LLLOMACPCGBReflection {
#region Descriptor
/// <summary>File descriptor for LLLOMACPCGB.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static LLLOMACPCGBReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFMTExPTUFDUENHQi5wcm90byKcAQoLTExMT01BQ1BDR0ISEwoLUFBJQkJL",
"SExNSkMYASADKA0SDwoHc2hvcF9pZBgJIAEoDRITCgtCRUhQQUJFRU9ESBgL",
"IAEoDRITCgtMRVBBQ0RITEJJQhgEIAEoDRITCgtER05LR0RMSUxMQhgFIAMo",
"DRITCgtDQUtDQ0JKT0hPSRgNIAEoDRITCgtDQURIUEhMTk9DSBgMIAMoDUIe",
"qgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.LLLOMACPCGB), global::EggLink.DanhengServer.Proto.LLLOMACPCGB.Parser, new[]{ "PPIBBKHLMJC", "ShopId", "BEHPABEEODH", "LEPACDHLBIB", "DGNKGDLILLB", "CAKCCBJOHOI", "CADHPHLNOCH" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class LLLOMACPCGB : pb::IMessage<LLLOMACPCGB>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<LLLOMACPCGB> _parser = new pb::MessageParser<LLLOMACPCGB>(() => new LLLOMACPCGB());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<LLLOMACPCGB> 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.LLLOMACPCGBReflection.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 LLLOMACPCGB() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public LLLOMACPCGB(LLLOMACPCGB other) : this() {
pPIBBKHLMJC_ = other.pPIBBKHLMJC_.Clone();
shopId_ = other.shopId_;
bEHPABEEODH_ = other.bEHPABEEODH_;
lEPACDHLBIB_ = other.lEPACDHLBIB_;
dGNKGDLILLB_ = other.dGNKGDLILLB_.Clone();
cAKCCBJOHOI_ = other.cAKCCBJOHOI_;
cADHPHLNOCH_ = other.cADHPHLNOCH_.Clone();
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public LLLOMACPCGB Clone() {
return new LLLOMACPCGB(this);
}
/// <summary>Field number for the "PPIBBKHLMJC" field.</summary>
public const int PPIBBKHLMJCFieldNumber = 1;
private static readonly pb::FieldCodec<uint> _repeated_pPIBBKHLMJC_codec
= pb::FieldCodec.ForUInt32(10);
private readonly pbc::RepeatedField<uint> pPIBBKHLMJC_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> PPIBBKHLMJC {
get { return pPIBBKHLMJC_; }
}
/// <summary>Field number for the "shop_id" field.</summary>
public const int ShopIdFieldNumber = 9;
private uint shopId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint ShopId {
get { return shopId_; }
set {
shopId_ = value;
}
}
/// <summary>Field number for the "BEHPABEEODH" field.</summary>
public const int BEHPABEEODHFieldNumber = 11;
private uint bEHPABEEODH_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint BEHPABEEODH {
get { return bEHPABEEODH_; }
set {
bEHPABEEODH_ = value;
}
}
/// <summary>Field number for the "LEPACDHLBIB" field.</summary>
public const int LEPACDHLBIBFieldNumber = 4;
private uint lEPACDHLBIB_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint LEPACDHLBIB {
get { return lEPACDHLBIB_; }
set {
lEPACDHLBIB_ = value;
}
}
/// <summary>Field number for the "DGNKGDLILLB" field.</summary>
public const int DGNKGDLILLBFieldNumber = 5;
private static readonly pb::FieldCodec<uint> _repeated_dGNKGDLILLB_codec
= pb::FieldCodec.ForUInt32(42);
private readonly pbc::RepeatedField<uint> dGNKGDLILLB_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> DGNKGDLILLB {
get { return dGNKGDLILLB_; }
}
/// <summary>Field number for the "CAKCCBJOHOI" field.</summary>
public const int CAKCCBJOHOIFieldNumber = 13;
private uint cAKCCBJOHOI_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint CAKCCBJOHOI {
get { return cAKCCBJOHOI_; }
set {
cAKCCBJOHOI_ = value;
}
}
/// <summary>Field number for the "CADHPHLNOCH" field.</summary>
public const int CADHPHLNOCHFieldNumber = 12;
private static readonly pb::FieldCodec<uint> _repeated_cADHPHLNOCH_codec
= pb::FieldCodec.ForUInt32(98);
private readonly pbc::RepeatedField<uint> cADHPHLNOCH_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> CADHPHLNOCH {
get { return cADHPHLNOCH_; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as LLLOMACPCGB);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(LLLOMACPCGB other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if(!pPIBBKHLMJC_.Equals(other.pPIBBKHLMJC_)) return false;
if (ShopId != other.ShopId) return false;
if (BEHPABEEODH != other.BEHPABEEODH) return false;
if (LEPACDHLBIB != other.LEPACDHLBIB) return false;
if(!dGNKGDLILLB_.Equals(other.dGNKGDLILLB_)) return false;
if (CAKCCBJOHOI != other.CAKCCBJOHOI) return false;
if(!cADHPHLNOCH_.Equals(other.cADHPHLNOCH_)) 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 ^= pPIBBKHLMJC_.GetHashCode();
if (ShopId != 0) hash ^= ShopId.GetHashCode();
if (BEHPABEEODH != 0) hash ^= BEHPABEEODH.GetHashCode();
if (LEPACDHLBIB != 0) hash ^= LEPACDHLBIB.GetHashCode();
hash ^= dGNKGDLILLB_.GetHashCode();
if (CAKCCBJOHOI != 0) hash ^= CAKCCBJOHOI.GetHashCode();
hash ^= cADHPHLNOCH_.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
pPIBBKHLMJC_.WriteTo(output, _repeated_pPIBBKHLMJC_codec);
if (LEPACDHLBIB != 0) {
output.WriteRawTag(32);
output.WriteUInt32(LEPACDHLBIB);
}
dGNKGDLILLB_.WriteTo(output, _repeated_dGNKGDLILLB_codec);
if (ShopId != 0) {
output.WriteRawTag(72);
output.WriteUInt32(ShopId);
}
if (BEHPABEEODH != 0) {
output.WriteRawTag(88);
output.WriteUInt32(BEHPABEEODH);
}
cADHPHLNOCH_.WriteTo(output, _repeated_cADHPHLNOCH_codec);
if (CAKCCBJOHOI != 0) {
output.WriteRawTag(104);
output.WriteUInt32(CAKCCBJOHOI);
}
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) {
pPIBBKHLMJC_.WriteTo(ref output, _repeated_pPIBBKHLMJC_codec);
if (LEPACDHLBIB != 0) {
output.WriteRawTag(32);
output.WriteUInt32(LEPACDHLBIB);
}
dGNKGDLILLB_.WriteTo(ref output, _repeated_dGNKGDLILLB_codec);
if (ShopId != 0) {
output.WriteRawTag(72);
output.WriteUInt32(ShopId);
}
if (BEHPABEEODH != 0) {
output.WriteRawTag(88);
output.WriteUInt32(BEHPABEEODH);
}
cADHPHLNOCH_.WriteTo(ref output, _repeated_cADHPHLNOCH_codec);
if (CAKCCBJOHOI != 0) {
output.WriteRawTag(104);
output.WriteUInt32(CAKCCBJOHOI);
}
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 += pPIBBKHLMJC_.CalculateSize(_repeated_pPIBBKHLMJC_codec);
if (ShopId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ShopId);
}
if (BEHPABEEODH != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BEHPABEEODH);
}
if (LEPACDHLBIB != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LEPACDHLBIB);
}
size += dGNKGDLILLB_.CalculateSize(_repeated_dGNKGDLILLB_codec);
if (CAKCCBJOHOI != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CAKCCBJOHOI);
}
size += cADHPHLNOCH_.CalculateSize(_repeated_cADHPHLNOCH_codec);
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(LLLOMACPCGB other) {
if (other == null) {
return;
}
pPIBBKHLMJC_.Add(other.pPIBBKHLMJC_);
if (other.ShopId != 0) {
ShopId = other.ShopId;
}
if (other.BEHPABEEODH != 0) {
BEHPABEEODH = other.BEHPABEEODH;
}
if (other.LEPACDHLBIB != 0) {
LEPACDHLBIB = other.LEPACDHLBIB;
}
dGNKGDLILLB_.Add(other.dGNKGDLILLB_);
if (other.CAKCCBJOHOI != 0) {
CAKCCBJOHOI = other.CAKCCBJOHOI;
}
cADHPHLNOCH_.Add(other.cADHPHLNOCH_);
_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:
case 8: {
pPIBBKHLMJC_.AddEntriesFrom(input, _repeated_pPIBBKHLMJC_codec);
break;
}
case 32: {
LEPACDHLBIB = input.ReadUInt32();
break;
}
case 42:
case 40: {
dGNKGDLILLB_.AddEntriesFrom(input, _repeated_dGNKGDLILLB_codec);
break;
}
case 72: {
ShopId = input.ReadUInt32();
break;
}
case 88: {
BEHPABEEODH = input.ReadUInt32();
break;
}
case 98:
case 96: {
cADHPHLNOCH_.AddEntriesFrom(input, _repeated_cADHPHLNOCH_codec);
break;
}
case 104: {
CAKCCBJOHOI = 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 10:
case 8: {
pPIBBKHLMJC_.AddEntriesFrom(ref input, _repeated_pPIBBKHLMJC_codec);
break;
}
case 32: {
LEPACDHLBIB = input.ReadUInt32();
break;
}
case 42:
case 40: {
dGNKGDLILLB_.AddEntriesFrom(ref input, _repeated_dGNKGDLILLB_codec);
break;
}
case 72: {
ShopId = input.ReadUInt32();
break;
}
case 88: {
BEHPABEEODH = input.ReadUInt32();
break;
}
case 98:
case 96: {
cADHPHLNOCH_.AddEntriesFrom(ref input, _repeated_cADHPHLNOCH_codec);
break;
}
case 104: {
CAKCCBJOHOI = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code