mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
461 lines
16 KiB
C#
461 lines
16 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(
|
|
"Ch5VcGRhdGVHcm91cFByb3BlcnR5U2NSc3AucHJvdG8ixgEKGFVwZGF0ZUdy",
|
|
"b3VwUHJvcGVydHlTY1JzcBIbChNncm91cF9wcm9wZXJ0eV9uYW1lGAUgASgJ",
|
|
"EiAKGGdyb3VwX25ld19wcm9wZXJ0eV92YWx1ZRgIIAEoBRIUCgxkaW1lbnNp",
|
|
"b25faWQYCyABKA0SEAoIZ3JvdXBfaWQYCSABKA0SEAoIZmxvb3JfaWQYByAB",
|
|
"KA0SIAoYZ3JvdXBfb2xkX3Byb3BlcnR5X3ZhbHVlGAEgASgFEg8KB3JldGNv",
|
|
"ZGUYCiABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJv",
|
|
"dG8z"));
|
|
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[]{ "GroupPropertyName", "GroupNewPropertyValue", "DimensionId", "GroupId", "FloorId", "GroupOldPropertyValue", "Retcode" }, 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() {
|
|
groupPropertyName_ = other.groupPropertyName_;
|
|
groupNewPropertyValue_ = other.groupNewPropertyValue_;
|
|
dimensionId_ = other.dimensionId_;
|
|
groupId_ = other.groupId_;
|
|
floorId_ = other.floorId_;
|
|
groupOldPropertyValue_ = other.groupOldPropertyValue_;
|
|
retcode_ = other.retcode_;
|
|
_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 "group_property_name" field.</summary>
|
|
public const int GroupPropertyNameFieldNumber = 5;
|
|
private string groupPropertyName_ = "";
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public string GroupPropertyName {
|
|
get { return groupPropertyName_; }
|
|
set {
|
|
groupPropertyName_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "group_new_property_value" field.</summary>
|
|
public const int GroupNewPropertyValueFieldNumber = 8;
|
|
private int groupNewPropertyValue_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public int GroupNewPropertyValue {
|
|
get { return groupNewPropertyValue_; }
|
|
set {
|
|
groupNewPropertyValue_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "dimension_id" field.</summary>
|
|
public const int DimensionIdFieldNumber = 11;
|
|
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 "group_id" field.</summary>
|
|
public const int GroupIdFieldNumber = 9;
|
|
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 "floor_id" field.</summary>
|
|
public const int FloorIdFieldNumber = 7;
|
|
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_old_property_value" field.</summary>
|
|
public const int GroupOldPropertyValueFieldNumber = 1;
|
|
private int groupOldPropertyValue_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public int GroupOldPropertyValue {
|
|
get { return groupOldPropertyValue_; }
|
|
set {
|
|
groupOldPropertyValue_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "retcode" field.</summary>
|
|
public const int RetcodeFieldNumber = 10;
|
|
private uint retcode_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint Retcode {
|
|
get { return retcode_; }
|
|
set {
|
|
retcode_ = 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 (GroupPropertyName != other.GroupPropertyName) return false;
|
|
if (GroupNewPropertyValue != other.GroupNewPropertyValue) return false;
|
|
if (DimensionId != other.DimensionId) return false;
|
|
if (GroupId != other.GroupId) return false;
|
|
if (FloorId != other.FloorId) return false;
|
|
if (GroupOldPropertyValue != other.GroupOldPropertyValue) return false;
|
|
if (Retcode != other.Retcode) 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 (GroupPropertyName.Length != 0) hash ^= GroupPropertyName.GetHashCode();
|
|
if (GroupNewPropertyValue != 0) hash ^= GroupNewPropertyValue.GetHashCode();
|
|
if (DimensionId != 0) hash ^= DimensionId.GetHashCode();
|
|
if (GroupId != 0) hash ^= GroupId.GetHashCode();
|
|
if (FloorId != 0) hash ^= FloorId.GetHashCode();
|
|
if (GroupOldPropertyValue != 0) hash ^= GroupOldPropertyValue.GetHashCode();
|
|
if (Retcode != 0) hash ^= Retcode.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 (GroupOldPropertyValue != 0) {
|
|
output.WriteRawTag(8);
|
|
output.WriteInt32(GroupOldPropertyValue);
|
|
}
|
|
if (GroupPropertyName.Length != 0) {
|
|
output.WriteRawTag(42);
|
|
output.WriteString(GroupPropertyName);
|
|
}
|
|
if (FloorId != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(FloorId);
|
|
}
|
|
if (GroupNewPropertyValue != 0) {
|
|
output.WriteRawTag(64);
|
|
output.WriteInt32(GroupNewPropertyValue);
|
|
}
|
|
if (GroupId != 0) {
|
|
output.WriteRawTag(72);
|
|
output.WriteUInt32(GroupId);
|
|
}
|
|
if (Retcode != 0) {
|
|
output.WriteRawTag(80);
|
|
output.WriteUInt32(Retcode);
|
|
}
|
|
if (DimensionId != 0) {
|
|
output.WriteRawTag(88);
|
|
output.WriteUInt32(DimensionId);
|
|
}
|
|
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 (GroupOldPropertyValue != 0) {
|
|
output.WriteRawTag(8);
|
|
output.WriteInt32(GroupOldPropertyValue);
|
|
}
|
|
if (GroupPropertyName.Length != 0) {
|
|
output.WriteRawTag(42);
|
|
output.WriteString(GroupPropertyName);
|
|
}
|
|
if (FloorId != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(FloorId);
|
|
}
|
|
if (GroupNewPropertyValue != 0) {
|
|
output.WriteRawTag(64);
|
|
output.WriteInt32(GroupNewPropertyValue);
|
|
}
|
|
if (GroupId != 0) {
|
|
output.WriteRawTag(72);
|
|
output.WriteUInt32(GroupId);
|
|
}
|
|
if (Retcode != 0) {
|
|
output.WriteRawTag(80);
|
|
output.WriteUInt32(Retcode);
|
|
}
|
|
if (DimensionId != 0) {
|
|
output.WriteRawTag(88);
|
|
output.WriteUInt32(DimensionId);
|
|
}
|
|
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 (GroupPropertyName.Length != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeStringSize(GroupPropertyName);
|
|
}
|
|
if (GroupNewPropertyValue != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeInt32Size(GroupNewPropertyValue);
|
|
}
|
|
if (DimensionId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DimensionId);
|
|
}
|
|
if (GroupId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GroupId);
|
|
}
|
|
if (FloorId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FloorId);
|
|
}
|
|
if (GroupOldPropertyValue != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeInt32Size(GroupOldPropertyValue);
|
|
}
|
|
if (Retcode != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
|
|
}
|
|
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.GroupPropertyName.Length != 0) {
|
|
GroupPropertyName = other.GroupPropertyName;
|
|
}
|
|
if (other.GroupNewPropertyValue != 0) {
|
|
GroupNewPropertyValue = other.GroupNewPropertyValue;
|
|
}
|
|
if (other.DimensionId != 0) {
|
|
DimensionId = other.DimensionId;
|
|
}
|
|
if (other.GroupId != 0) {
|
|
GroupId = other.GroupId;
|
|
}
|
|
if (other.FloorId != 0) {
|
|
FloorId = other.FloorId;
|
|
}
|
|
if (other.GroupOldPropertyValue != 0) {
|
|
GroupOldPropertyValue = other.GroupOldPropertyValue;
|
|
}
|
|
if (other.Retcode != 0) {
|
|
Retcode = other.Retcode;
|
|
}
|
|
_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: {
|
|
GroupOldPropertyValue = input.ReadInt32();
|
|
break;
|
|
}
|
|
case 42: {
|
|
GroupPropertyName = input.ReadString();
|
|
break;
|
|
}
|
|
case 56: {
|
|
FloorId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 64: {
|
|
GroupNewPropertyValue = input.ReadInt32();
|
|
break;
|
|
}
|
|
case 72: {
|
|
GroupId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 80: {
|
|
Retcode = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 88: {
|
|
DimensionId = 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: {
|
|
GroupOldPropertyValue = input.ReadInt32();
|
|
break;
|
|
}
|
|
case 42: {
|
|
GroupPropertyName = input.ReadString();
|
|
break;
|
|
}
|
|
case 56: {
|
|
FloorId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 64: {
|
|
GroupNewPropertyValue = input.ReadInt32();
|
|
break;
|
|
}
|
|
case 72: {
|
|
GroupId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 80: {
|
|
Retcode = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 88: {
|
|
DimensionId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|