mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
460 lines
15 KiB
C#
460 lines
15 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: UpdateGroupPropertyScRsp.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 UpdateGroupPropertyScRsp.proto</summary>
|
|
public static partial class UpdateGroupPropertyScRspReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for UpdateGroupPropertyScRsp.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static UpdateGroupPropertyScRspReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"Ch5VcGRhdGVHcm91cFByb3BlcnR5U2NSc3AucHJvdG8ipAEKGFVwZGF0ZUdy",
|
|
"b3VwUHJvcGVydHlTY1JzcBIQCghmbG9vcl9pZBgFIAEoDRIPCgdyZXRjb2Rl",
|
|
"GA4gASgNEhMKC0hMT01ESkpQTUVQGAogASgJEhAKCGdyb3VwX2lkGA0gASgN",
|
|
"EhMKC0ZDREFFUEhLRk9LGAsgASgFEhQKDGRpbWVuc2lvbl9pZBgDIAEoDRIT",
|
|
"CgtOTkJKTUZQUEVBSRgCIAEoBUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVy",
|
|
"LlByb3RvYgZwcm90bzM="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.UpdateGroupPropertyScRsp), global::EggLink.DanhengServer.Proto.UpdateGroupPropertyScRsp.Parser, new[]{ "FloorId", "Retcode", "HLOMDJJPMEP", "GroupId", "FCDAEPHKFOK", "DimensionId", "NNBJMFPPEAI" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class UpdateGroupPropertyScRsp : pb::IMessage<UpdateGroupPropertyScRsp>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<UpdateGroupPropertyScRsp> _parser = new pb::MessageParser<UpdateGroupPropertyScRsp>(() => new UpdateGroupPropertyScRsp());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<UpdateGroupPropertyScRsp> 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.UpdateGroupPropertyScRspReflection.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 UpdateGroupPropertyScRsp() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public UpdateGroupPropertyScRsp(UpdateGroupPropertyScRsp other) : this() {
|
|
floorId_ = other.floorId_;
|
|
retcode_ = other.retcode_;
|
|
hLOMDJJPMEP_ = other.hLOMDJJPMEP_;
|
|
groupId_ = other.groupId_;
|
|
fCDAEPHKFOK_ = other.fCDAEPHKFOK_;
|
|
dimensionId_ = other.dimensionId_;
|
|
nNBJMFPPEAI_ = other.nNBJMFPPEAI_;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public UpdateGroupPropertyScRsp Clone() {
|
|
return new UpdateGroupPropertyScRsp(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "floor_id" field.</summary>
|
|
public const int FloorIdFieldNumber = 5;
|
|
private uint floorId_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint FloorId {
|
|
get { return floorId_; }
|
|
set {
|
|
floorId_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "retcode" field.</summary>
|
|
public const int RetcodeFieldNumber = 14;
|
|
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 "HLOMDJJPMEP" field.</summary>
|
|
public const int HLOMDJJPMEPFieldNumber = 10;
|
|
private string hLOMDJJPMEP_ = "";
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public string HLOMDJJPMEP {
|
|
get { return hLOMDJJPMEP_; }
|
|
set {
|
|
hLOMDJJPMEP_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "group_id" field.</summary>
|
|
public const int GroupIdFieldNumber = 13;
|
|
private uint groupId_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint GroupId {
|
|
get { return groupId_; }
|
|
set {
|
|
groupId_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "FCDAEPHKFOK" field.</summary>
|
|
public const int FCDAEPHKFOKFieldNumber = 11;
|
|
private int fCDAEPHKFOK_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public int FCDAEPHKFOK {
|
|
get { return fCDAEPHKFOK_; }
|
|
set {
|
|
fCDAEPHKFOK_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "dimension_id" field.</summary>
|
|
public const int DimensionIdFieldNumber = 3;
|
|
private uint dimensionId_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint DimensionId {
|
|
get { return dimensionId_; }
|
|
set {
|
|
dimensionId_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "NNBJMFPPEAI" field.</summary>
|
|
public const int NNBJMFPPEAIFieldNumber = 2;
|
|
private int nNBJMFPPEAI_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public int NNBJMFPPEAI {
|
|
get { return nNBJMFPPEAI_; }
|
|
set {
|
|
nNBJMFPPEAI_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as UpdateGroupPropertyScRsp);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(UpdateGroupPropertyScRsp other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (FloorId != other.FloorId) return false;
|
|
if (Retcode != other.Retcode) return false;
|
|
if (HLOMDJJPMEP != other.HLOMDJJPMEP) return false;
|
|
if (GroupId != other.GroupId) return false;
|
|
if (FCDAEPHKFOK != other.FCDAEPHKFOK) return false;
|
|
if (DimensionId != other.DimensionId) return false;
|
|
if (NNBJMFPPEAI != other.NNBJMFPPEAI) 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 (FloorId != 0) hash ^= FloorId.GetHashCode();
|
|
if (Retcode != 0) hash ^= Retcode.GetHashCode();
|
|
if (HLOMDJJPMEP.Length != 0) hash ^= HLOMDJJPMEP.GetHashCode();
|
|
if (GroupId != 0) hash ^= GroupId.GetHashCode();
|
|
if (FCDAEPHKFOK != 0) hash ^= FCDAEPHKFOK.GetHashCode();
|
|
if (DimensionId != 0) hash ^= DimensionId.GetHashCode();
|
|
if (NNBJMFPPEAI != 0) hash ^= NNBJMFPPEAI.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 (NNBJMFPPEAI != 0) {
|
|
output.WriteRawTag(16);
|
|
output.WriteInt32(NNBJMFPPEAI);
|
|
}
|
|
if (DimensionId != 0) {
|
|
output.WriteRawTag(24);
|
|
output.WriteUInt32(DimensionId);
|
|
}
|
|
if (FloorId != 0) {
|
|
output.WriteRawTag(40);
|
|
output.WriteUInt32(FloorId);
|
|
}
|
|
if (HLOMDJJPMEP.Length != 0) {
|
|
output.WriteRawTag(82);
|
|
output.WriteString(HLOMDJJPMEP);
|
|
}
|
|
if (FCDAEPHKFOK != 0) {
|
|
output.WriteRawTag(88);
|
|
output.WriteInt32(FCDAEPHKFOK);
|
|
}
|
|
if (GroupId != 0) {
|
|
output.WriteRawTag(104);
|
|
output.WriteUInt32(GroupId);
|
|
}
|
|
if (Retcode != 0) {
|
|
output.WriteRawTag(112);
|
|
output.WriteUInt32(Retcode);
|
|
}
|
|
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 (NNBJMFPPEAI != 0) {
|
|
output.WriteRawTag(16);
|
|
output.WriteInt32(NNBJMFPPEAI);
|
|
}
|
|
if (DimensionId != 0) {
|
|
output.WriteRawTag(24);
|
|
output.WriteUInt32(DimensionId);
|
|
}
|
|
if (FloorId != 0) {
|
|
output.WriteRawTag(40);
|
|
output.WriteUInt32(FloorId);
|
|
}
|
|
if (HLOMDJJPMEP.Length != 0) {
|
|
output.WriteRawTag(82);
|
|
output.WriteString(HLOMDJJPMEP);
|
|
}
|
|
if (FCDAEPHKFOK != 0) {
|
|
output.WriteRawTag(88);
|
|
output.WriteInt32(FCDAEPHKFOK);
|
|
}
|
|
if (GroupId != 0) {
|
|
output.WriteRawTag(104);
|
|
output.WriteUInt32(GroupId);
|
|
}
|
|
if (Retcode != 0) {
|
|
output.WriteRawTag(112);
|
|
output.WriteUInt32(Retcode);
|
|
}
|
|
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 (FloorId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FloorId);
|
|
}
|
|
if (Retcode != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
|
|
}
|
|
if (HLOMDJJPMEP.Length != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeStringSize(HLOMDJJPMEP);
|
|
}
|
|
if (GroupId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GroupId);
|
|
}
|
|
if (FCDAEPHKFOK != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeInt32Size(FCDAEPHKFOK);
|
|
}
|
|
if (DimensionId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DimensionId);
|
|
}
|
|
if (NNBJMFPPEAI != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeInt32Size(NNBJMFPPEAI);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(UpdateGroupPropertyScRsp other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.FloorId != 0) {
|
|
FloorId = other.FloorId;
|
|
}
|
|
if (other.Retcode != 0) {
|
|
Retcode = other.Retcode;
|
|
}
|
|
if (other.HLOMDJJPMEP.Length != 0) {
|
|
HLOMDJJPMEP = other.HLOMDJJPMEP;
|
|
}
|
|
if (other.GroupId != 0) {
|
|
GroupId = other.GroupId;
|
|
}
|
|
if (other.FCDAEPHKFOK != 0) {
|
|
FCDAEPHKFOK = other.FCDAEPHKFOK;
|
|
}
|
|
if (other.DimensionId != 0) {
|
|
DimensionId = other.DimensionId;
|
|
}
|
|
if (other.NNBJMFPPEAI != 0) {
|
|
NNBJMFPPEAI = other.NNBJMFPPEAI;
|
|
}
|
|
_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: {
|
|
NNBJMFPPEAI = input.ReadInt32();
|
|
break;
|
|
}
|
|
case 24: {
|
|
DimensionId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 40: {
|
|
FloorId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 82: {
|
|
HLOMDJJPMEP = input.ReadString();
|
|
break;
|
|
}
|
|
case 88: {
|
|
FCDAEPHKFOK = input.ReadInt32();
|
|
break;
|
|
}
|
|
case 104: {
|
|
GroupId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 112: {
|
|
Retcode = 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: {
|
|
NNBJMFPPEAI = input.ReadInt32();
|
|
break;
|
|
}
|
|
case 24: {
|
|
DimensionId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 40: {
|
|
FloorId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 82: {
|
|
HLOMDJJPMEP = input.ReadString();
|
|
break;
|
|
}
|
|
case 88: {
|
|
FCDAEPHKFOK = input.ReadInt32();
|
|
break;
|
|
}
|
|
case 104: {
|
|
GroupId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 112: {
|
|
Retcode = input.ReadUInt32();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|