Files
DanhengServer-OpenSource/Proto/QueryProductInfoScRsp.cs
2024-10-05 22:40:41 +08:00

374 lines
13 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: QueryProductInfoScRsp.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 QueryProductInfoScRsp.proto</summary>
public static partial class QueryProductInfoScRspReflection {
#region Descriptor
/// <summary>File descriptor for QueryProductInfoScRsp.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static QueryProductInfoScRspReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChtRdWVyeVByb2R1Y3RJbmZvU2NSc3AucHJvdG8aDVByb2R1Y3QucHJvdG8i",
"hgEKFVF1ZXJ5UHJvZHVjdEluZm9TY1JzcBIdCgtEREdETFBGQkRBRRgJIAMo",
"CzIILlByb2R1Y3QSDwoHcmV0Y29kZRgFIAEoDRITCgtFQkxITEtHTUlBTxgM",
"IAEoDRITCgtHTkdPS0ZFTUNNSRgGIAEoBBITCgtLTktKUEVLSUtPTBgKIAEo",
"DUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ProductReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.QueryProductInfoScRsp), global::EggLink.DanhengServer.Proto.QueryProductInfoScRsp.Parser, new[]{ "DDGDLPFBDAE", "Retcode", "EBLHLKGMIAO", "GNGOKFEMCMI", "KNKJPEKIKOL" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class QueryProductInfoScRsp : pb::IMessage<QueryProductInfoScRsp>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<QueryProductInfoScRsp> _parser = new pb::MessageParser<QueryProductInfoScRsp>(() => new QueryProductInfoScRsp());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<QueryProductInfoScRsp> 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.QueryProductInfoScRspReflection.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 QueryProductInfoScRsp() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public QueryProductInfoScRsp(QueryProductInfoScRsp other) : this() {
dDGDLPFBDAE_ = other.dDGDLPFBDAE_.Clone();
retcode_ = other.retcode_;
eBLHLKGMIAO_ = other.eBLHLKGMIAO_;
gNGOKFEMCMI_ = other.gNGOKFEMCMI_;
kNKJPEKIKOL_ = other.kNKJPEKIKOL_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public QueryProductInfoScRsp Clone() {
return new QueryProductInfoScRsp(this);
}
/// <summary>Field number for the "DDGDLPFBDAE" field.</summary>
public const int DDGDLPFBDAEFieldNumber = 9;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.Product> _repeated_dDGDLPFBDAE_codec
= pb::FieldCodec.ForMessage(74, global::EggLink.DanhengServer.Proto.Product.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.Product> dDGDLPFBDAE_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.Product>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.Product> DDGDLPFBDAE {
get { return dDGDLPFBDAE_; }
}
/// <summary>Field number for the "retcode" field.</summary>
public const int RetcodeFieldNumber = 5;
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 "EBLHLKGMIAO" field.</summary>
public const int EBLHLKGMIAOFieldNumber = 12;
private uint eBLHLKGMIAO_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint EBLHLKGMIAO {
get { return eBLHLKGMIAO_; }
set {
eBLHLKGMIAO_ = value;
}
}
/// <summary>Field number for the "GNGOKFEMCMI" field.</summary>
public const int GNGOKFEMCMIFieldNumber = 6;
private ulong gNGOKFEMCMI_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ulong GNGOKFEMCMI {
get { return gNGOKFEMCMI_; }
set {
gNGOKFEMCMI_ = value;
}
}
/// <summary>Field number for the "KNKJPEKIKOL" field.</summary>
public const int KNKJPEKIKOLFieldNumber = 10;
private uint kNKJPEKIKOL_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint KNKJPEKIKOL {
get { return kNKJPEKIKOL_; }
set {
kNKJPEKIKOL_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as QueryProductInfoScRsp);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(QueryProductInfoScRsp other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if(!dDGDLPFBDAE_.Equals(other.dDGDLPFBDAE_)) return false;
if (Retcode != other.Retcode) return false;
if (EBLHLKGMIAO != other.EBLHLKGMIAO) return false;
if (GNGOKFEMCMI != other.GNGOKFEMCMI) return false;
if (KNKJPEKIKOL != other.KNKJPEKIKOL) 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 ^= dDGDLPFBDAE_.GetHashCode();
if (Retcode != 0) hash ^= Retcode.GetHashCode();
if (EBLHLKGMIAO != 0) hash ^= EBLHLKGMIAO.GetHashCode();
if (GNGOKFEMCMI != 0UL) hash ^= GNGOKFEMCMI.GetHashCode();
if (KNKJPEKIKOL != 0) hash ^= KNKJPEKIKOL.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(40);
output.WriteUInt32(Retcode);
}
if (GNGOKFEMCMI != 0UL) {
output.WriteRawTag(48);
output.WriteUInt64(GNGOKFEMCMI);
}
dDGDLPFBDAE_.WriteTo(output, _repeated_dDGDLPFBDAE_codec);
if (KNKJPEKIKOL != 0) {
output.WriteRawTag(80);
output.WriteUInt32(KNKJPEKIKOL);
}
if (EBLHLKGMIAO != 0) {
output.WriteRawTag(96);
output.WriteUInt32(EBLHLKGMIAO);
}
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(40);
output.WriteUInt32(Retcode);
}
if (GNGOKFEMCMI != 0UL) {
output.WriteRawTag(48);
output.WriteUInt64(GNGOKFEMCMI);
}
dDGDLPFBDAE_.WriteTo(ref output, _repeated_dDGDLPFBDAE_codec);
if (KNKJPEKIKOL != 0) {
output.WriteRawTag(80);
output.WriteUInt32(KNKJPEKIKOL);
}
if (EBLHLKGMIAO != 0) {
output.WriteRawTag(96);
output.WriteUInt32(EBLHLKGMIAO);
}
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 += dDGDLPFBDAE_.CalculateSize(_repeated_dDGDLPFBDAE_codec);
if (Retcode != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
}
if (EBLHLKGMIAO != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EBLHLKGMIAO);
}
if (GNGOKFEMCMI != 0UL) {
size += 1 + pb::CodedOutputStream.ComputeUInt64Size(GNGOKFEMCMI);
}
if (KNKJPEKIKOL != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(KNKJPEKIKOL);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(QueryProductInfoScRsp other) {
if (other == null) {
return;
}
dDGDLPFBDAE_.Add(other.dDGDLPFBDAE_);
if (other.Retcode != 0) {
Retcode = other.Retcode;
}
if (other.EBLHLKGMIAO != 0) {
EBLHLKGMIAO = other.EBLHLKGMIAO;
}
if (other.GNGOKFEMCMI != 0UL) {
GNGOKFEMCMI = other.GNGOKFEMCMI;
}
if (other.KNKJPEKIKOL != 0) {
KNKJPEKIKOL = other.KNKJPEKIKOL;
}
_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 40: {
Retcode = input.ReadUInt32();
break;
}
case 48: {
GNGOKFEMCMI = input.ReadUInt64();
break;
}
case 74: {
dDGDLPFBDAE_.AddEntriesFrom(input, _repeated_dDGDLPFBDAE_codec);
break;
}
case 80: {
KNKJPEKIKOL = input.ReadUInt32();
break;
}
case 96: {
EBLHLKGMIAO = 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 40: {
Retcode = input.ReadUInt32();
break;
}
case 48: {
GNGOKFEMCMI = input.ReadUInt64();
break;
}
case 74: {
dDGDLPFBDAE_.AddEntriesFrom(ref input, _repeated_dDGDLPFBDAE_codec);
break;
}
case 80: {
KNKJPEKIKOL = input.ReadUInt32();
break;
}
case 96: {
EBLHLKGMIAO = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code