// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: rec_room/persistence/welcome_mat_v2_data.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 RecRoom.Protobuf { /// Holder for reflection information generated from rec_room/persistence/welcome_mat_v2_data.proto public static partial class WelcomeMatV2DataReflection { #region Descriptor /// File descriptor for rec_room/persistence/welcome_mat_v2_data.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static WelcomeMatV2DataReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "Ci5yZWNfcm9vbS9wZXJzaXN0ZW5jZS93ZWxjb21lX21hdF92Ml9kYXRhLnBy", "b3RvEghyZWNfcm9vbSJuChBXZWxjb21lTWF0VjJEYXRhEgoKAmlkGAEgASgF", "EhgKEHdlbGNvbWVfbWF0X25hbWUYAiABKAkSFAoMc3Bhd25fcmFkaXVzGAMg", "ASgCEh4KFmlzX2RlZmF1bHRfd2VsY29tZV9tYXQYBCABKAhCE6oCEFJlY1Jv", "b20uUHJvdG9idWZiBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::RecRoom.Protobuf.WelcomeMatV2Data), global::RecRoom.Protobuf.WelcomeMatV2Data.Parser, new[]{ "Id", "WelcomeMatName", "SpawnRadius", "IsDefaultWelcomeMat" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class WelcomeMatV2Data : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new WelcomeMatV2Data()); 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::RecRoom.Protobuf.WelcomeMatV2DataReflection.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 WelcomeMatV2Data() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public WelcomeMatV2Data(WelcomeMatV2Data other) : this() { id_ = other.id_; welcomeMatName_ = other.welcomeMatName_; spawnRadius_ = other.spawnRadius_; isDefaultWelcomeMat_ = other.isDefaultWelcomeMat_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public WelcomeMatV2Data Clone() { return new WelcomeMatV2Data(this); } /// Field number for the "id" field. public const int IdFieldNumber = 1; private int id_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int Id { get { return id_; } set { id_ = value; } } /// Field number for the "welcome_mat_name" field. public const int WelcomeMatNameFieldNumber = 2; private string welcomeMatName_ = ""; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public string WelcomeMatName { get { return welcomeMatName_; } set { welcomeMatName_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); } } /// Field number for the "spawn_radius" field. public const int SpawnRadiusFieldNumber = 3; private float spawnRadius_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public float SpawnRadius { get { return spawnRadius_; } set { spawnRadius_ = value; } } /// Field number for the "is_default_welcome_mat" field. public const int IsDefaultWelcomeMatFieldNumber = 4; private bool isDefaultWelcomeMat_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool IsDefaultWelcomeMat { get { return isDefaultWelcomeMat_; } set { isDefaultWelcomeMat_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as WelcomeMatV2Data); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(WelcomeMatV2Data other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (Id != other.Id) return false; if (WelcomeMatName != other.WelcomeMatName) return false; if (!pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.Equals(SpawnRadius, other.SpawnRadius)) return false; if (IsDefaultWelcomeMat != other.IsDefaultWelcomeMat) 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 (Id != 0) hash ^= Id.GetHashCode(); if (WelcomeMatName.Length != 0) hash ^= WelcomeMatName.GetHashCode(); if (SpawnRadius != 0F) hash ^= pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.GetHashCode(SpawnRadius); if (IsDefaultWelcomeMat != false) hash ^= IsDefaultWelcomeMat.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 (Id != 0) { output.WriteRawTag(8); output.WriteInt32(Id); } if (WelcomeMatName.Length != 0) { output.WriteRawTag(18); output.WriteString(WelcomeMatName); } if (SpawnRadius != 0F) { output.WriteRawTag(29); output.WriteFloat(SpawnRadius); } if (IsDefaultWelcomeMat != false) { output.WriteRawTag(32); output.WriteBool(IsDefaultWelcomeMat); } 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 (Id != 0) { output.WriteRawTag(8); output.WriteInt32(Id); } if (WelcomeMatName.Length != 0) { output.WriteRawTag(18); output.WriteString(WelcomeMatName); } if (SpawnRadius != 0F) { output.WriteRawTag(29); output.WriteFloat(SpawnRadius); } if (IsDefaultWelcomeMat != false) { output.WriteRawTag(32); output.WriteBool(IsDefaultWelcomeMat); } 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 (Id != 0) { size += 1 + pb::CodedOutputStream.ComputeInt32Size(Id); } if (WelcomeMatName.Length != 0) { size += 1 + pb::CodedOutputStream.ComputeStringSize(WelcomeMatName); } if (SpawnRadius != 0F) { size += 1 + 4; } if (IsDefaultWelcomeMat != false) { size += 1 + 1; } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(WelcomeMatV2Data other) { if (other == null) { return; } if (other.Id != 0) { Id = other.Id; } if (other.WelcomeMatName.Length != 0) { WelcomeMatName = other.WelcomeMatName; } if (other.SpawnRadius != 0F) { SpawnRadius = other.SpawnRadius; } if (other.IsDefaultWelcomeMat != false) { IsDefaultWelcomeMat = other.IsDefaultWelcomeMat; } _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) { if ((tag & 7) == 4) { // Abort on any end group tag. return; } switch(tag) { default: _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); break; case 8: { Id = input.ReadInt32(); break; } case 18: { WelcomeMatName = input.ReadString(); break; } case 29: { SpawnRadius = input.ReadFloat(); break; } case 32: { IsDefaultWelcomeMat = input.ReadBool(); 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) { if ((tag & 7) == 4) { // Abort on any end group tag. return; } switch(tag) { default: _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); break; case 8: { Id = input.ReadInt32(); break; } case 18: { WelcomeMatName = input.ReadString(); break; } case 29: { SpawnRadius = input.ReadFloat(); break; } case 32: { IsDefaultWelcomeMat = input.ReadBool(); break; } } } } #endif } #endregion } #endregion Designer generated code