Files
DanhengServer-OpenSource/Proto/UpdateGroupPropertyScRsp.cs
2025-01-15 23:20:16 +08:00

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",
"b3VwUHJvcGVydHlTY1JzcBITCgtKQUlCSUVFS0hFRxgFIAEoCRIPCgdyZXRj",
"b2RlGA8gASgNEhAKCGdyb3VwX2lkGAcgASgNEhQKDGRpbWVuc2lvbl9pZBgM",
"IAEoDRITCgtBR0ZJSk5JRUJLRhgGIAEoBRIQCghmbG9vcl9pZBgNIAEoDRIT",
"CgtETE1BTUtJTk5DTxgCIAEoBUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVy",
"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[]{ "JAIBIEEKHEG", "Retcode", "GroupId", "DimensionId", "AGFIJNIEBKF", "FloorId", "DLMAMKINNCO" }, 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() {
jAIBIEEKHEG_ = other.jAIBIEEKHEG_;
retcode_ = other.retcode_;
groupId_ = other.groupId_;
dimensionId_ = other.dimensionId_;
aGFIJNIEBKF_ = other.aGFIJNIEBKF_;
floorId_ = other.floorId_;
dLMAMKINNCO_ = other.dLMAMKINNCO_;
_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 "JAIBIEEKHEG" field.</summary>
public const int JAIBIEEKHEGFieldNumber = 5;
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 "retcode" field.</summary>
public const int RetcodeFieldNumber = 15;
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 "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 "dimension_id" field.</summary>
public const int DimensionIdFieldNumber = 12;
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 "AGFIJNIEBKF" field.</summary>
public const int AGFIJNIEBKFFieldNumber = 6;
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 = 13;
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 "DLMAMKINNCO" field.</summary>
public const int DLMAMKINNCOFieldNumber = 2;
private int dLMAMKINNCO_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int DLMAMKINNCO {
get { return dLMAMKINNCO_; }
set {
dLMAMKINNCO_ = 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 (JAIBIEEKHEG != other.JAIBIEEKHEG) return false;
if (Retcode != other.Retcode) return false;
if (GroupId != other.GroupId) return false;
if (DimensionId != other.DimensionId) return false;
if (AGFIJNIEBKF != other.AGFIJNIEBKF) return false;
if (FloorId != other.FloorId) return false;
if (DLMAMKINNCO != other.DLMAMKINNCO) 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 (JAIBIEEKHEG.Length != 0) hash ^= JAIBIEEKHEG.GetHashCode();
if (Retcode != 0) hash ^= Retcode.GetHashCode();
if (GroupId != 0) hash ^= GroupId.GetHashCode();
if (DimensionId != 0) hash ^= DimensionId.GetHashCode();
if (AGFIJNIEBKF != 0) hash ^= AGFIJNIEBKF.GetHashCode();
if (FloorId != 0) hash ^= FloorId.GetHashCode();
if (DLMAMKINNCO != 0) hash ^= DLMAMKINNCO.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(16);
output.WriteInt32(DLMAMKINNCO);
}
if (JAIBIEEKHEG.Length != 0) {
output.WriteRawTag(42);
output.WriteString(JAIBIEEKHEG);
}
if (AGFIJNIEBKF != 0) {
output.WriteRawTag(48);
output.WriteInt32(AGFIJNIEBKF);
}
if (GroupId != 0) {
output.WriteRawTag(56);
output.WriteUInt32(GroupId);
}
if (DimensionId != 0) {
output.WriteRawTag(96);
output.WriteUInt32(DimensionId);
}
if (FloorId != 0) {
output.WriteRawTag(104);
output.WriteUInt32(FloorId);
}
if (Retcode != 0) {
output.WriteRawTag(120);
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 (DLMAMKINNCO != 0) {
output.WriteRawTag(16);
output.WriteInt32(DLMAMKINNCO);
}
if (JAIBIEEKHEG.Length != 0) {
output.WriteRawTag(42);
output.WriteString(JAIBIEEKHEG);
}
if (AGFIJNIEBKF != 0) {
output.WriteRawTag(48);
output.WriteInt32(AGFIJNIEBKF);
}
if (GroupId != 0) {
output.WriteRawTag(56);
output.WriteUInt32(GroupId);
}
if (DimensionId != 0) {
output.WriteRawTag(96);
output.WriteUInt32(DimensionId);
}
if (FloorId != 0) {
output.WriteRawTag(104);
output.WriteUInt32(FloorId);
}
if (Retcode != 0) {
output.WriteRawTag(120);
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 (JAIBIEEKHEG.Length != 0) {
size += 1 + pb::CodedOutputStream.ComputeStringSize(JAIBIEEKHEG);
}
if (Retcode != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
}
if (GroupId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GroupId);
}
if (DimensionId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DimensionId);
}
if (AGFIJNIEBKF != 0) {
size += 1 + pb::CodedOutputStream.ComputeInt32Size(AGFIJNIEBKF);
}
if (FloorId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FloorId);
}
if (DLMAMKINNCO != 0) {
size += 1 + pb::CodedOutputStream.ComputeInt32Size(DLMAMKINNCO);
}
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.JAIBIEEKHEG.Length != 0) {
JAIBIEEKHEG = other.JAIBIEEKHEG;
}
if (other.Retcode != 0) {
Retcode = other.Retcode;
}
if (other.GroupId != 0) {
GroupId = other.GroupId;
}
if (other.DimensionId != 0) {
DimensionId = other.DimensionId;
}
if (other.AGFIJNIEBKF != 0) {
AGFIJNIEBKF = other.AGFIJNIEBKF;
}
if (other.FloorId != 0) {
FloorId = other.FloorId;
}
if (other.DLMAMKINNCO != 0) {
DLMAMKINNCO = other.DLMAMKINNCO;
}
_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: {
DLMAMKINNCO = input.ReadInt32();
break;
}
case 42: {
JAIBIEEKHEG = input.ReadString();
break;
}
case 48: {
AGFIJNIEBKF = input.ReadInt32();
break;
}
case 56: {
GroupId = input.ReadUInt32();
break;
}
case 96: {
DimensionId = input.ReadUInt32();
break;
}
case 104: {
FloorId = input.ReadUInt32();
break;
}
case 120: {
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: {
DLMAMKINNCO = input.ReadInt32();
break;
}
case 42: {
JAIBIEEKHEG = input.ReadString();
break;
}
case 48: {
AGFIJNIEBKF = input.ReadInt32();
break;
}
case 56: {
GroupId = input.ReadUInt32();
break;
}
case 96: {
DimensionId = input.ReadUInt32();
break;
}
case 104: {
FloorId = input.ReadUInt32();
break;
}
case 120: {
Retcode = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code