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

413 lines
14 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: BuyGoodsCsReq.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 BuyGoodsCsReq.proto</summary>
public static partial class BuyGoodsCsReqReflection {
#region Descriptor
/// <summary>File descriptor for BuyGoodsCsReq.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static BuyGoodsCsReqReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChNCdXlHb29kc0NzUmVxLnByb3RvIo4BCg1CdXlHb29kc0NzUmVxEiEKGWlu",
"dGVyYWN0ZWRfcHJvcF9lbnRpdHlfaWQYCyABKA0SEwoLRk1QTkhFQUlNRE4Y",
"CSADKA0SEAoIZ29vZHNfaWQYAyABKA0SDwoHaXRlbV9pZBgNIAEoDRIRCgln",
"b29kc19udW0YBSABKA0SDwoHc2hvcF9pZBgBIAEoDUIeqgIbRWdnTGluay5E",
"YW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BuyGoodsCsReq), global::EggLink.DanhengServer.Proto.BuyGoodsCsReq.Parser, new[]{ "InteractedPropEntityId", "FMPNHEAIMDN", "GoodsId", "ItemId", "GoodsNum", "ShopId" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class BuyGoodsCsReq : pb::IMessage<BuyGoodsCsReq>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<BuyGoodsCsReq> _parser = new pb::MessageParser<BuyGoodsCsReq>(() => new BuyGoodsCsReq());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<BuyGoodsCsReq> 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.BuyGoodsCsReqReflection.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 BuyGoodsCsReq() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public BuyGoodsCsReq(BuyGoodsCsReq other) : this() {
interactedPropEntityId_ = other.interactedPropEntityId_;
fMPNHEAIMDN_ = other.fMPNHEAIMDN_.Clone();
goodsId_ = other.goodsId_;
itemId_ = other.itemId_;
goodsNum_ = other.goodsNum_;
shopId_ = other.shopId_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public BuyGoodsCsReq Clone() {
return new BuyGoodsCsReq(this);
}
/// <summary>Field number for the "interacted_prop_entity_id" field.</summary>
public const int InteractedPropEntityIdFieldNumber = 11;
private uint interactedPropEntityId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint InteractedPropEntityId {
get { return interactedPropEntityId_; }
set {
interactedPropEntityId_ = value;
}
}
/// <summary>Field number for the "FMPNHEAIMDN" field.</summary>
public const int FMPNHEAIMDNFieldNumber = 9;
private static readonly pb::FieldCodec<uint> _repeated_fMPNHEAIMDN_codec
= pb::FieldCodec.ForUInt32(74);
private readonly pbc::RepeatedField<uint> fMPNHEAIMDN_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> FMPNHEAIMDN {
get { return fMPNHEAIMDN_; }
}
/// <summary>Field number for the "goods_id" field.</summary>
public const int GoodsIdFieldNumber = 3;
private uint goodsId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint GoodsId {
get { return goodsId_; }
set {
goodsId_ = value;
}
}
/// <summary>Field number for the "item_id" field.</summary>
public const int ItemIdFieldNumber = 13;
private uint itemId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint ItemId {
get { return itemId_; }
set {
itemId_ = value;
}
}
/// <summary>Field number for the "goods_num" field.</summary>
public const int GoodsNumFieldNumber = 5;
private uint goodsNum_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint GoodsNum {
get { return goodsNum_; }
set {
goodsNum_ = value;
}
}
/// <summary>Field number for the "shop_id" field.</summary>
public const int ShopIdFieldNumber = 1;
private uint shopId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint ShopId {
get { return shopId_; }
set {
shopId_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as BuyGoodsCsReq);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(BuyGoodsCsReq other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (InteractedPropEntityId != other.InteractedPropEntityId) return false;
if(!fMPNHEAIMDN_.Equals(other.fMPNHEAIMDN_)) return false;
if (GoodsId != other.GoodsId) return false;
if (ItemId != other.ItemId) return false;
if (GoodsNum != other.GoodsNum) return false;
if (ShopId != other.ShopId) 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 (InteractedPropEntityId != 0) hash ^= InteractedPropEntityId.GetHashCode();
hash ^= fMPNHEAIMDN_.GetHashCode();
if (GoodsId != 0) hash ^= GoodsId.GetHashCode();
if (ItemId != 0) hash ^= ItemId.GetHashCode();
if (GoodsNum != 0) hash ^= GoodsNum.GetHashCode();
if (ShopId != 0) hash ^= ShopId.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 (ShopId != 0) {
output.WriteRawTag(8);
output.WriteUInt32(ShopId);
}
if (GoodsId != 0) {
output.WriteRawTag(24);
output.WriteUInt32(GoodsId);
}
if (GoodsNum != 0) {
output.WriteRawTag(40);
output.WriteUInt32(GoodsNum);
}
fMPNHEAIMDN_.WriteTo(output, _repeated_fMPNHEAIMDN_codec);
if (InteractedPropEntityId != 0) {
output.WriteRawTag(88);
output.WriteUInt32(InteractedPropEntityId);
}
if (ItemId != 0) {
output.WriteRawTag(104);
output.WriteUInt32(ItemId);
}
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 (ShopId != 0) {
output.WriteRawTag(8);
output.WriteUInt32(ShopId);
}
if (GoodsId != 0) {
output.WriteRawTag(24);
output.WriteUInt32(GoodsId);
}
if (GoodsNum != 0) {
output.WriteRawTag(40);
output.WriteUInt32(GoodsNum);
}
fMPNHEAIMDN_.WriteTo(ref output, _repeated_fMPNHEAIMDN_codec);
if (InteractedPropEntityId != 0) {
output.WriteRawTag(88);
output.WriteUInt32(InteractedPropEntityId);
}
if (ItemId != 0) {
output.WriteRawTag(104);
output.WriteUInt32(ItemId);
}
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 (InteractedPropEntityId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(InteractedPropEntityId);
}
size += fMPNHEAIMDN_.CalculateSize(_repeated_fMPNHEAIMDN_codec);
if (GoodsId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GoodsId);
}
if (ItemId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ItemId);
}
if (GoodsNum != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GoodsNum);
}
if (ShopId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ShopId);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(BuyGoodsCsReq other) {
if (other == null) {
return;
}
if (other.InteractedPropEntityId != 0) {
InteractedPropEntityId = other.InteractedPropEntityId;
}
fMPNHEAIMDN_.Add(other.fMPNHEAIMDN_);
if (other.GoodsId != 0) {
GoodsId = other.GoodsId;
}
if (other.ItemId != 0) {
ItemId = other.ItemId;
}
if (other.GoodsNum != 0) {
GoodsNum = other.GoodsNum;
}
if (other.ShopId != 0) {
ShopId = other.ShopId;
}
_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: {
ShopId = input.ReadUInt32();
break;
}
case 24: {
GoodsId = input.ReadUInt32();
break;
}
case 40: {
GoodsNum = input.ReadUInt32();
break;
}
case 74:
case 72: {
fMPNHEAIMDN_.AddEntriesFrom(input, _repeated_fMPNHEAIMDN_codec);
break;
}
case 88: {
InteractedPropEntityId = input.ReadUInt32();
break;
}
case 104: {
ItemId = 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 8: {
ShopId = input.ReadUInt32();
break;
}
case 24: {
GoodsId = input.ReadUInt32();
break;
}
case 40: {
GoodsNum = input.ReadUInt32();
break;
}
case 74:
case 72: {
fMPNHEAIMDN_.AddEntriesFrom(ref input, _repeated_fMPNHEAIMDN_codec);
break;
}
case 88: {
InteractedPropEntityId = input.ReadUInt32();
break;
}
case 104: {
ItemId = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code