mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36: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",
|
|
"b3VwUHJvcGVydHlTY1JzcBIPCgdyZXRjb2RlGAYgASgNEhMKC0RMTUFNS0lO",
|
|
"TkNPGAQgASgFEhMKC0FHRklKTklFQktGGAsgASgFEhAKCGZsb29yX2lkGA8g",
|
|
"ASgNEhAKCGdyb3VwX2lkGAcgASgNEhMKC0pBSUJJRUVLSEVHGA4gASgJEhQK",
|
|
"DGRpbWVuc2lvbl9pZBgKIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVy",
|
|
"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[]{ "Retcode", "DLMAMKINNCO", "AGFIJNIEBKF", "FloorId", "GroupId", "JAIBIEEKHEG", "DimensionId" }, 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() {
|
|
retcode_ = other.retcode_;
|
|
dLMAMKINNCO_ = other.dLMAMKINNCO_;
|
|
aGFIJNIEBKF_ = other.aGFIJNIEBKF_;
|
|
floorId_ = other.floorId_;
|
|
groupId_ = other.groupId_;
|
|
jAIBIEEKHEG_ = other.jAIBIEEKHEG_;
|
|
dimensionId_ = other.dimensionId_;
|
|
_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 "retcode" field.</summary>
|
|
public const int RetcodeFieldNumber = 6;
|
|
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 "DLMAMKINNCO" field.</summary>
|
|
public const int DLMAMKINNCOFieldNumber = 4;
|
|
private int dLMAMKINNCO_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public int DLMAMKINNCO {
|
|
get { return dLMAMKINNCO_; }
|
|
set {
|
|
dLMAMKINNCO_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "AGFIJNIEBKF" field.</summary>
|
|
public const int AGFIJNIEBKFFieldNumber = 11;
|
|
private int aGFIJNIEBKF_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public int AGFIJNIEBKF {
|
|
get { return aGFIJNIEBKF_; }
|
|
set {
|
|
aGFIJNIEBKF_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "floor_id" field.</summary>
|
|
public const int FloorIdFieldNumber = 15;
|
|
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 "group_id" field.</summary>
|
|
public const int GroupIdFieldNumber = 7;
|
|
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 "JAIBIEEKHEG" field.</summary>
|
|
public const int JAIBIEEKHEGFieldNumber = 14;
|
|
private string jAIBIEEKHEG_ = "";
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public string JAIBIEEKHEG {
|
|
get { return jAIBIEEKHEG_; }
|
|
set {
|
|
jAIBIEEKHEG_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "dimension_id" field.</summary>
|
|
public const int DimensionIdFieldNumber = 10;
|
|
private uint dimensionId_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint DimensionId {
|
|
get { return dimensionId_; }
|
|
set {
|
|
dimensionId_ = 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 (Retcode != other.Retcode) return false;
|
|
if (DLMAMKINNCO != other.DLMAMKINNCO) return false;
|
|
if (AGFIJNIEBKF != other.AGFIJNIEBKF) return false;
|
|
if (FloorId != other.FloorId) return false;
|
|
if (GroupId != other.GroupId) return false;
|
|
if (JAIBIEEKHEG != other.JAIBIEEKHEG) return false;
|
|
if (DimensionId != other.DimensionId) 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 (Retcode != 0) hash ^= Retcode.GetHashCode();
|
|
if (DLMAMKINNCO != 0) hash ^= DLMAMKINNCO.GetHashCode();
|
|
if (AGFIJNIEBKF != 0) hash ^= AGFIJNIEBKF.GetHashCode();
|
|
if (FloorId != 0) hash ^= FloorId.GetHashCode();
|
|
if (GroupId != 0) hash ^= GroupId.GetHashCode();
|
|
if (JAIBIEEKHEG.Length != 0) hash ^= JAIBIEEKHEG.GetHashCode();
|
|
if (DimensionId != 0) hash ^= DimensionId.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 (DLMAMKINNCO != 0) {
|
|
output.WriteRawTag(32);
|
|
output.WriteInt32(DLMAMKINNCO);
|
|
}
|
|
if (Retcode != 0) {
|
|
output.WriteRawTag(48);
|
|
output.WriteUInt32(Retcode);
|
|
}
|
|
if (GroupId != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(GroupId);
|
|
}
|
|
if (DimensionId != 0) {
|
|
output.WriteRawTag(80);
|
|
output.WriteUInt32(DimensionId);
|
|
}
|
|
if (AGFIJNIEBKF != 0) {
|
|
output.WriteRawTag(88);
|
|
output.WriteInt32(AGFIJNIEBKF);
|
|
}
|
|
if (JAIBIEEKHEG.Length != 0) {
|
|
output.WriteRawTag(114);
|
|
output.WriteString(JAIBIEEKHEG);
|
|
}
|
|
if (FloorId != 0) {
|
|
output.WriteRawTag(120);
|
|
output.WriteUInt32(FloorId);
|
|
}
|
|
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 (DLMAMKINNCO != 0) {
|
|
output.WriteRawTag(32);
|
|
output.WriteInt32(DLMAMKINNCO);
|
|
}
|
|
if (Retcode != 0) {
|
|
output.WriteRawTag(48);
|
|
output.WriteUInt32(Retcode);
|
|
}
|
|
if (GroupId != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(GroupId);
|
|
}
|
|
if (DimensionId != 0) {
|
|
output.WriteRawTag(80);
|
|
output.WriteUInt32(DimensionId);
|
|
}
|
|
if (AGFIJNIEBKF != 0) {
|
|
output.WriteRawTag(88);
|
|
output.WriteInt32(AGFIJNIEBKF);
|
|
}
|
|
if (JAIBIEEKHEG.Length != 0) {
|
|
output.WriteRawTag(114);
|
|
output.WriteString(JAIBIEEKHEG);
|
|
}
|
|
if (FloorId != 0) {
|
|
output.WriteRawTag(120);
|
|
output.WriteUInt32(FloorId);
|
|
}
|
|
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 (Retcode != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
|
|
}
|
|
if (DLMAMKINNCO != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeInt32Size(DLMAMKINNCO);
|
|
}
|
|
if (AGFIJNIEBKF != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeInt32Size(AGFIJNIEBKF);
|
|
}
|
|
if (FloorId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FloorId);
|
|
}
|
|
if (GroupId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GroupId);
|
|
}
|
|
if (JAIBIEEKHEG.Length != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeStringSize(JAIBIEEKHEG);
|
|
}
|
|
if (DimensionId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DimensionId);
|
|
}
|
|
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.Retcode != 0) {
|
|
Retcode = other.Retcode;
|
|
}
|
|
if (other.DLMAMKINNCO != 0) {
|
|
DLMAMKINNCO = other.DLMAMKINNCO;
|
|
}
|
|
if (other.AGFIJNIEBKF != 0) {
|
|
AGFIJNIEBKF = other.AGFIJNIEBKF;
|
|
}
|
|
if (other.FloorId != 0) {
|
|
FloorId = other.FloorId;
|
|
}
|
|
if (other.GroupId != 0) {
|
|
GroupId = other.GroupId;
|
|
}
|
|
if (other.JAIBIEEKHEG.Length != 0) {
|
|
JAIBIEEKHEG = other.JAIBIEEKHEG;
|
|
}
|
|
if (other.DimensionId != 0) {
|
|
DimensionId = other.DimensionId;
|
|
}
|
|
_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 32: {
|
|
DLMAMKINNCO = input.ReadInt32();
|
|
break;
|
|
}
|
|
case 48: {
|
|
Retcode = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 56: {
|
|
GroupId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 80: {
|
|
DimensionId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 88: {
|
|
AGFIJNIEBKF = input.ReadInt32();
|
|
break;
|
|
}
|
|
case 114: {
|
|
JAIBIEEKHEG = input.ReadString();
|
|
break;
|
|
}
|
|
case 120: {
|
|
FloorId = 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 32: {
|
|
DLMAMKINNCO = input.ReadInt32();
|
|
break;
|
|
}
|
|
case 48: {
|
|
Retcode = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 56: {
|
|
GroupId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 80: {
|
|
DimensionId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 88: {
|
|
AGFIJNIEBKF = input.ReadInt32();
|
|
break;
|
|
}
|
|
case 114: {
|
|
JAIBIEEKHEG = input.ReadString();
|
|
break;
|
|
}
|
|
case 120: {
|
|
FloorId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|