Files
DanhengServer-OpenSource/Proto/QueryProductInfoScRsp.cs
2024-12-07 14:00:38 +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",
"hgEKFVF1ZXJ5UHJvZHVjdEluZm9TY1JzcBITCgtMRE1FRUhFRUdQSBgMIAEo",
"DRIPCgdyZXRjb2RlGAggASgNEhMKC0dLREJHSkVDR0hLGAkgASgNEhMKC09N",
"TExHSFBPTEFIGAMgASgEEh0KC0JQSElIR09FS0JCGAEgAygLMgguUHJvZHVj",
"dEIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
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[]{ "LDMEEHEEGPH", "Retcode", "GKDBGJECGHK", "OMLLGHPOLAH", "BPHIHGOEKBB" }, 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() {
lDMEEHEEGPH_ = other.lDMEEHEEGPH_;
retcode_ = other.retcode_;
gKDBGJECGHK_ = other.gKDBGJECGHK_;
oMLLGHPOLAH_ = other.oMLLGHPOLAH_;
bPHIHGOEKBB_ = other.bPHIHGOEKBB_.Clone();
_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 "LDMEEHEEGPH" field.</summary>
public const int LDMEEHEEGPHFieldNumber = 12;
private uint lDMEEHEEGPH_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint LDMEEHEEGPH {
get { return lDMEEHEEGPH_; }
set {
lDMEEHEEGPH_ = value;
}
}
/// <summary>Field number for the "retcode" field.</summary>
public const int RetcodeFieldNumber = 8;
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 "GKDBGJECGHK" field.</summary>
public const int GKDBGJECGHKFieldNumber = 9;
private uint gKDBGJECGHK_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint GKDBGJECGHK {
get { return gKDBGJECGHK_; }
set {
gKDBGJECGHK_ = value;
}
}
/// <summary>Field number for the "OMLLGHPOLAH" field.</summary>
public const int OMLLGHPOLAHFieldNumber = 3;
private ulong oMLLGHPOLAH_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ulong OMLLGHPOLAH {
get { return oMLLGHPOLAH_; }
set {
oMLLGHPOLAH_ = value;
}
}
/// <summary>Field number for the "BPHIHGOEKBB" field.</summary>
public const int BPHIHGOEKBBFieldNumber = 1;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.Product> _repeated_bPHIHGOEKBB_codec
= pb::FieldCodec.ForMessage(10, global::EggLink.DanhengServer.Proto.Product.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.Product> bPHIHGOEKBB_ = 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> BPHIHGOEKBB {
get { return bPHIHGOEKBB_; }
}
[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 (LDMEEHEEGPH != other.LDMEEHEEGPH) return false;
if (Retcode != other.Retcode) return false;
if (GKDBGJECGHK != other.GKDBGJECGHK) return false;
if (OMLLGHPOLAH != other.OMLLGHPOLAH) return false;
if(!bPHIHGOEKBB_.Equals(other.bPHIHGOEKBB_)) 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 (LDMEEHEEGPH != 0) hash ^= LDMEEHEEGPH.GetHashCode();
if (Retcode != 0) hash ^= Retcode.GetHashCode();
if (GKDBGJECGHK != 0) hash ^= GKDBGJECGHK.GetHashCode();
if (OMLLGHPOLAH != 0UL) hash ^= OMLLGHPOLAH.GetHashCode();
hash ^= bPHIHGOEKBB_.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
bPHIHGOEKBB_.WriteTo(output, _repeated_bPHIHGOEKBB_codec);
if (OMLLGHPOLAH != 0UL) {
output.WriteRawTag(24);
output.WriteUInt64(OMLLGHPOLAH);
}
if (Retcode != 0) {
output.WriteRawTag(64);
output.WriteUInt32(Retcode);
}
if (GKDBGJECGHK != 0) {
output.WriteRawTag(72);
output.WriteUInt32(GKDBGJECGHK);
}
if (LDMEEHEEGPH != 0) {
output.WriteRawTag(96);
output.WriteUInt32(LDMEEHEEGPH);
}
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) {
bPHIHGOEKBB_.WriteTo(ref output, _repeated_bPHIHGOEKBB_codec);
if (OMLLGHPOLAH != 0UL) {
output.WriteRawTag(24);
output.WriteUInt64(OMLLGHPOLAH);
}
if (Retcode != 0) {
output.WriteRawTag(64);
output.WriteUInt32(Retcode);
}
if (GKDBGJECGHK != 0) {
output.WriteRawTag(72);
output.WriteUInt32(GKDBGJECGHK);
}
if (LDMEEHEEGPH != 0) {
output.WriteRawTag(96);
output.WriteUInt32(LDMEEHEEGPH);
}
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 (LDMEEHEEGPH != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LDMEEHEEGPH);
}
if (Retcode != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
}
if (GKDBGJECGHK != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GKDBGJECGHK);
}
if (OMLLGHPOLAH != 0UL) {
size += 1 + pb::CodedOutputStream.ComputeUInt64Size(OMLLGHPOLAH);
}
size += bPHIHGOEKBB_.CalculateSize(_repeated_bPHIHGOEKBB_codec);
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;
}
if (other.LDMEEHEEGPH != 0) {
LDMEEHEEGPH = other.LDMEEHEEGPH;
}
if (other.Retcode != 0) {
Retcode = other.Retcode;
}
if (other.GKDBGJECGHK != 0) {
GKDBGJECGHK = other.GKDBGJECGHK;
}
if (other.OMLLGHPOLAH != 0UL) {
OMLLGHPOLAH = other.OMLLGHPOLAH;
}
bPHIHGOEKBB_.Add(other.bPHIHGOEKBB_);
_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: {
bPHIHGOEKBB_.AddEntriesFrom(input, _repeated_bPHIHGOEKBB_codec);
break;
}
case 24: {
OMLLGHPOLAH = input.ReadUInt64();
break;
}
case 64: {
Retcode = input.ReadUInt32();
break;
}
case 72: {
GKDBGJECGHK = input.ReadUInt32();
break;
}
case 96: {
LDMEEHEEGPH = 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: {
bPHIHGOEKBB_.AddEntriesFrom(ref input, _repeated_bPHIHGOEKBB_codec);
break;
}
case 24: {
OMLLGHPOLAH = input.ReadUInt64();
break;
}
case 64: {
Retcode = input.ReadUInt32();
break;
}
case 72: {
GKDBGJECGHK = input.ReadUInt32();
break;
}
case 96: {
LDMEEHEEGPH = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code