// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: UpdateGroupPropertyCsReq.proto // #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 { /// Holder for reflection information generated from UpdateGroupPropertyCsReq.proto public static partial class UpdateGroupPropertyCsReqReflection { #region Descriptor /// File descriptor for UpdateGroupPropertyCsReq.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static UpdateGroupPropertyCsReqReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "Ch5VcGRhdGVHcm91cFByb3BlcnR5Q3NSZXEucHJvdG8ifgoYVXBkYXRlR3Jv", "dXBQcm9wZXJ0eUNzUmVxEhAKCGdyb3VwX2lkGAwgASgNEhAKCGZsb29yX2lk", "GAIgASgNEhMKC01PSk9ISkVCQ05KGAMgASgFEhMKC0pBSUJJRUVLSEVHGAYg", "ASgJEhQKDGRpbWVuc2lvbl9pZBgFIAEoDUIeqgIbRWdnTGluay5EYW5oZW5n", "U2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.UpdateGroupPropertyCsReq), global::EggLink.DanhengServer.Proto.UpdateGroupPropertyCsReq.Parser, new[]{ "GroupId", "FloorId", "MOJOHJEBCNJ", "JAIBIEEKHEG", "DimensionId" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class UpdateGroupPropertyCsReq : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new UpdateGroupPropertyCsReq()); private pb::UnknownFieldSet _unknownFields; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public static pb::MessageParser 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.UpdateGroupPropertyCsReqReflection.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 UpdateGroupPropertyCsReq() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public UpdateGroupPropertyCsReq(UpdateGroupPropertyCsReq other) : this() { groupId_ = other.groupId_; floorId_ = other.floorId_; mOJOHJEBCNJ_ = other.mOJOHJEBCNJ_; jAIBIEEKHEG_ = other.jAIBIEEKHEG_; dimensionId_ = other.dimensionId_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public UpdateGroupPropertyCsReq Clone() { return new UpdateGroupPropertyCsReq(this); } /// Field number for the "group_id" field. public const int GroupIdFieldNumber = 12; private uint groupId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint GroupId { get { return groupId_; } set { groupId_ = value; } } /// Field number for the "floor_id" field. public const int FloorIdFieldNumber = 2; private uint floorId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint FloorId { get { return floorId_; } set { floorId_ = value; } } /// Field number for the "MOJOHJEBCNJ" field. public const int MOJOHJEBCNJFieldNumber = 3; private int mOJOHJEBCNJ_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int MOJOHJEBCNJ { get { return mOJOHJEBCNJ_; } set { mOJOHJEBCNJ_ = value; } } /// Field number for the "JAIBIEEKHEG" field. public const int JAIBIEEKHEGFieldNumber = 6; 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"); } } /// Field number for the "dimension_id" field. public const int DimensionIdFieldNumber = 5; 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 UpdateGroupPropertyCsReq); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(UpdateGroupPropertyCsReq other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (GroupId != other.GroupId) return false; if (FloorId != other.FloorId) return false; if (MOJOHJEBCNJ != other.MOJOHJEBCNJ) 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 (GroupId != 0) hash ^= GroupId.GetHashCode(); if (FloorId != 0) hash ^= FloorId.GetHashCode(); if (MOJOHJEBCNJ != 0) hash ^= MOJOHJEBCNJ.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 (FloorId != 0) { output.WriteRawTag(16); output.WriteUInt32(FloorId); } if (MOJOHJEBCNJ != 0) { output.WriteRawTag(24); output.WriteInt32(MOJOHJEBCNJ); } if (DimensionId != 0) { output.WriteRawTag(40); output.WriteUInt32(DimensionId); } if (JAIBIEEKHEG.Length != 0) { output.WriteRawTag(50); output.WriteString(JAIBIEEKHEG); } if (GroupId != 0) { output.WriteRawTag(96); output.WriteUInt32(GroupId); } 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 (FloorId != 0) { output.WriteRawTag(16); output.WriteUInt32(FloorId); } if (MOJOHJEBCNJ != 0) { output.WriteRawTag(24); output.WriteInt32(MOJOHJEBCNJ); } if (DimensionId != 0) { output.WriteRawTag(40); output.WriteUInt32(DimensionId); } if (JAIBIEEKHEG.Length != 0) { output.WriteRawTag(50); output.WriteString(JAIBIEEKHEG); } if (GroupId != 0) { output.WriteRawTag(96); output.WriteUInt32(GroupId); } 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 (GroupId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GroupId); } if (FloorId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FloorId); } if (MOJOHJEBCNJ != 0) { size += 1 + pb::CodedOutputStream.ComputeInt32Size(MOJOHJEBCNJ); } 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(UpdateGroupPropertyCsReq other) { if (other == null) { return; } if (other.GroupId != 0) { GroupId = other.GroupId; } if (other.FloorId != 0) { FloorId = other.FloorId; } if (other.MOJOHJEBCNJ != 0) { MOJOHJEBCNJ = other.MOJOHJEBCNJ; } 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 16: { FloorId = input.ReadUInt32(); break; } case 24: { MOJOHJEBCNJ = input.ReadInt32(); break; } case 40: { DimensionId = input.ReadUInt32(); break; } case 50: { JAIBIEEKHEG = input.ReadString(); break; } case 96: { GroupId = 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: { FloorId = input.ReadUInt32(); break; } case 24: { MOJOHJEBCNJ = input.ReadInt32(); break; } case 40: { DimensionId = input.ReadUInt32(); break; } case 50: { JAIBIEEKHEG = input.ReadString(); break; } case 96: { GroupId = input.ReadUInt32(); break; } } } } #endif } #endregion } #endregion Designer generated code