// Generated by the protocol buffer compiler. DO NOT EDIT! // source: room.proto #pragma warning disable 1591, 0612, 3021 #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 Protos { /// Holder for reflection information generated from room.proto public static partial class RoomReflection { #region Descriptor /// File descriptor for room.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static RoomReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "Cgpyb29tLnByb3RvEgZwcm90b3MaDnVzZXJpbmZvLnByb3RvGgxyZXN1bHQu", "cHJvdG8iEwoRUm9vbUNyZWF0ZVJlcXVlc3QiFAoSUm9vbUNyZWF0ZVJlc3Bv", "bnNlIjMKD1Jvb21Kb2luUmVxdWVzdBIOCgZSb29tSUQYASABKA0SEAoIUm9v", "bVR5cGUYAiABKAUiUgoQUm9vbUpvaW5SZXNwb25zZRIeCgZSZXN1bHQYASAB", "KAsyDi5wcm90b3MuUmVzdWx0Eg4KBlJvb21JRBgCIAEoDRIOCgZNQVNURVIY", "AyABKAgiMgoMUm9vbUpvaW5QdXNoEiIKCFVzZXJJbmZvGAEgASgLMhAucHJv", "dG9zLlVzZXJJbmZvIhIKEFJvb21MZWF2ZVJlcXVlc3QiMwoRUm9vbUxlYXZl", "UmVzcG9uc2USHgoGUmVzdWx0GAEgASgLMg4ucHJvdG9zLlJlc3VsdCIfCg1S", "b29tTGVhdmVQdXNoEg4KBlVzZXJJRBgBIAEoDSIRCg9Sb29tRGlzbWlzc1B1", "c2giJgoUUm9vbVN3aXRjaE1hc3RlclB1c2gSDgoGVXNlcklEGAEgASgNYgZw", "cm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::Protos.UserinfoReflection.Descriptor, global::Protos.ResultReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Protos.RoomCreateRequest), global::Protos.RoomCreateRequest.Parser, null, null, null, null), new pbr::GeneratedClrTypeInfo(typeof(global::Protos.RoomCreateResponse), global::Protos.RoomCreateResponse.Parser, null, null, null, null), new pbr::GeneratedClrTypeInfo(typeof(global::Protos.RoomJoinRequest), global::Protos.RoomJoinRequest.Parser, new[]{ "RoomID", "RoomType" }, null, null, null), new pbr::GeneratedClrTypeInfo(typeof(global::Protos.RoomJoinResponse), global::Protos.RoomJoinResponse.Parser, new[]{ "Result", "RoomID", "MASTER" }, null, null, null), new pbr::GeneratedClrTypeInfo(typeof(global::Protos.RoomJoinPush), global::Protos.RoomJoinPush.Parser, new[]{ "UserInfo" }, null, null, null), new pbr::GeneratedClrTypeInfo(typeof(global::Protos.RoomLeaveRequest), global::Protos.RoomLeaveRequest.Parser, null, null, null, null), new pbr::GeneratedClrTypeInfo(typeof(global::Protos.RoomLeaveResponse), global::Protos.RoomLeaveResponse.Parser, new[]{ "Result" }, null, null, null), new pbr::GeneratedClrTypeInfo(typeof(global::Protos.RoomLeavePush), global::Protos.RoomLeavePush.Parser, new[]{ "UserID" }, null, null, null), new pbr::GeneratedClrTypeInfo(typeof(global::Protos.RoomDismissPush), global::Protos.RoomDismissPush.Parser, null, null, null, null), new pbr::GeneratedClrTypeInfo(typeof(global::Protos.RoomSwitchMasterPush), global::Protos.RoomSwitchMasterPush.Parser, new[]{ "UserID" }, null, null, null) })); } #endregion } #region Messages public sealed partial class RoomCreateRequest : pb::IMessage { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new RoomCreateRequest()); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public static pb::MessageParser Parser { get { return _parser; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public static pbr::MessageDescriptor Descriptor { get { return global::Protos.RoomReflection.Descriptor.MessageTypes[0]; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] pbr::MessageDescriptor pb::IMessage.Descriptor { get { return Descriptor; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public RoomCreateRequest() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public RoomCreateRequest(RoomCreateRequest other) : this() { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public RoomCreateRequest Clone() { return new RoomCreateRequest(this); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override bool Equals(object other) { return Equals(other as RoomCreateRequest); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public bool Equals(RoomCreateRequest other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } return true; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override int GetHashCode() { int hash = 1; return hash; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override string ToString() { return pb::JsonFormatter.ToDiagnosticString(this); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public void WriteTo(pb::CodedOutputStream output) { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public int CalculateSize() { int size = 0; return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public void MergeFrom(RoomCreateRequest other) { if (other == null) { return; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public void MergeFrom(pb::CodedInputStream input) { uint tag; while ((tag = input.ReadTag()) != 0) { switch(tag) { default: input.SkipLastField(); break; } } } } public sealed partial class RoomCreateResponse : pb::IMessage { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new RoomCreateResponse()); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public static pb::MessageParser Parser { get { return _parser; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public static pbr::MessageDescriptor Descriptor { get { return global::Protos.RoomReflection.Descriptor.MessageTypes[1]; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] pbr::MessageDescriptor pb::IMessage.Descriptor { get { return Descriptor; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public RoomCreateResponse() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public RoomCreateResponse(RoomCreateResponse other) : this() { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public RoomCreateResponse Clone() { return new RoomCreateResponse(this); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override bool Equals(object other) { return Equals(other as RoomCreateResponse); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public bool Equals(RoomCreateResponse other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } return true; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override int GetHashCode() { int hash = 1; return hash; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override string ToString() { return pb::JsonFormatter.ToDiagnosticString(this); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public void WriteTo(pb::CodedOutputStream output) { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public int CalculateSize() { int size = 0; return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public void MergeFrom(RoomCreateResponse other) { if (other == null) { return; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public void MergeFrom(pb::CodedInputStream input) { uint tag; while ((tag = input.ReadTag()) != 0) { switch(tag) { default: input.SkipLastField(); break; } } } } public sealed partial class RoomJoinRequest : pb::IMessage { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new RoomJoinRequest()); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public static pb::MessageParser Parser { get { return _parser; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public static pbr::MessageDescriptor Descriptor { get { return global::Protos.RoomReflection.Descriptor.MessageTypes[2]; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] pbr::MessageDescriptor pb::IMessage.Descriptor { get { return Descriptor; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public RoomJoinRequest() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public RoomJoinRequest(RoomJoinRequest other) : this() { roomID_ = other.roomID_; roomType_ = other.roomType_; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public RoomJoinRequest Clone() { return new RoomJoinRequest(this); } /// Field number for the "RoomID" field. public const int RoomIDFieldNumber = 1; private uint roomID_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public uint RoomID { get { return roomID_; } set { roomID_ = value; } } /// Field number for the "RoomType" field. public const int RoomTypeFieldNumber = 2; private int roomType_; /// /// 0 = 游戏; 1=糖豆人 /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public int RoomType { get { return roomType_; } set { roomType_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override bool Equals(object other) { return Equals(other as RoomJoinRequest); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public bool Equals(RoomJoinRequest other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (RoomID != other.RoomID) return false; if (RoomType != other.RoomType) return false; return true; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override int GetHashCode() { int hash = 1; if (RoomID != 0) hash ^= RoomID.GetHashCode(); if (RoomType != 0) hash ^= RoomType.GetHashCode(); return hash; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override string ToString() { return pb::JsonFormatter.ToDiagnosticString(this); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public void WriteTo(pb::CodedOutputStream output) { if (RoomID != 0) { output.WriteRawTag(8); output.WriteUInt32(RoomID); } if (RoomType != 0) { output.WriteRawTag(16); output.WriteInt32(RoomType); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public int CalculateSize() { int size = 0; if (RoomID != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(RoomID); } if (RoomType != 0) { size += 1 + pb::CodedOutputStream.ComputeInt32Size(RoomType); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public void MergeFrom(RoomJoinRequest other) { if (other == null) { return; } if (other.RoomID != 0) { RoomID = other.RoomID; } if (other.RoomType != 0) { RoomType = other.RoomType; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public void MergeFrom(pb::CodedInputStream input) { uint tag; while ((tag = input.ReadTag()) != 0) { switch(tag) { default: input.SkipLastField(); break; case 8: { RoomID = input.ReadUInt32(); break; } case 16: { RoomType = input.ReadInt32(); break; } } } } } public sealed partial class RoomJoinResponse : pb::IMessage { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new RoomJoinResponse()); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public static pb::MessageParser Parser { get { return _parser; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public static pbr::MessageDescriptor Descriptor { get { return global::Protos.RoomReflection.Descriptor.MessageTypes[3]; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] pbr::MessageDescriptor pb::IMessage.Descriptor { get { return Descriptor; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public RoomJoinResponse() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public RoomJoinResponse(RoomJoinResponse other) : this() { Result = other.result_ != null ? other.Result.Clone() : null; roomID_ = other.roomID_; mASTER_ = other.mASTER_; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public RoomJoinResponse Clone() { return new RoomJoinResponse(this); } /// Field number for the "Result" field. public const int ResultFieldNumber = 1; private global::Protos.Result result_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public global::Protos.Result Result { get { return result_; } set { result_ = value; } } /// Field number for the "RoomID" field. public const int RoomIDFieldNumber = 2; private uint roomID_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public uint RoomID { get { return roomID_; } set { roomID_ = value; } } /// Field number for the "MASTER" field. public const int MASTERFieldNumber = 3; private bool mASTER_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public bool MASTER { get { return mASTER_; } set { mASTER_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override bool Equals(object other) { return Equals(other as RoomJoinResponse); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public bool Equals(RoomJoinResponse other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (!object.Equals(Result, other.Result)) return false; if (RoomID != other.RoomID) return false; if (MASTER != other.MASTER) return false; return true; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override int GetHashCode() { int hash = 1; if (result_ != null) hash ^= Result.GetHashCode(); if (RoomID != 0) hash ^= RoomID.GetHashCode(); if (MASTER != false) hash ^= MASTER.GetHashCode(); return hash; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override string ToString() { return pb::JsonFormatter.ToDiagnosticString(this); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public void WriteTo(pb::CodedOutputStream output) { if (result_ != null) { output.WriteRawTag(10); output.WriteMessage(Result); } if (RoomID != 0) { output.WriteRawTag(16); output.WriteUInt32(RoomID); } if (MASTER != false) { output.WriteRawTag(24); output.WriteBool(MASTER); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public int CalculateSize() { int size = 0; if (result_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(Result); } if (RoomID != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(RoomID); } if (MASTER != false) { size += 1 + 1; } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public void MergeFrom(RoomJoinResponse other) { if (other == null) { return; } if (other.result_ != null) { if (result_ == null) { result_ = new global::Protos.Result(); } Result.MergeFrom(other.Result); } if (other.RoomID != 0) { RoomID = other.RoomID; } if (other.MASTER != false) { MASTER = other.MASTER; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public void MergeFrom(pb::CodedInputStream input) { uint tag; while ((tag = input.ReadTag()) != 0) { switch(tag) { default: input.SkipLastField(); break; case 10: { if (result_ == null) { result_ = new global::Protos.Result(); } input.ReadMessage(result_); break; } case 16: { RoomID = input.ReadUInt32(); break; } case 24: { MASTER = input.ReadBool(); break; } } } } } public sealed partial class RoomJoinPush : pb::IMessage { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new RoomJoinPush()); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public static pb::MessageParser Parser { get { return _parser; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public static pbr::MessageDescriptor Descriptor { get { return global::Protos.RoomReflection.Descriptor.MessageTypes[4]; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] pbr::MessageDescriptor pb::IMessage.Descriptor { get { return Descriptor; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public RoomJoinPush() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public RoomJoinPush(RoomJoinPush other) : this() { UserInfo = other.userInfo_ != null ? other.UserInfo.Clone() : null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public RoomJoinPush Clone() { return new RoomJoinPush(this); } /// Field number for the "UserInfo" field. public const int UserInfoFieldNumber = 1; private global::Protos.UserInfo userInfo_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public global::Protos.UserInfo UserInfo { get { return userInfo_; } set { userInfo_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override bool Equals(object other) { return Equals(other as RoomJoinPush); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public bool Equals(RoomJoinPush other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (!object.Equals(UserInfo, other.UserInfo)) return false; return true; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override int GetHashCode() { int hash = 1; if (userInfo_ != null) hash ^= UserInfo.GetHashCode(); return hash; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override string ToString() { return pb::JsonFormatter.ToDiagnosticString(this); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public void WriteTo(pb::CodedOutputStream output) { if (userInfo_ != null) { output.WriteRawTag(10); output.WriteMessage(UserInfo); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public int CalculateSize() { int size = 0; if (userInfo_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(UserInfo); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public void MergeFrom(RoomJoinPush other) { if (other == null) { return; } if (other.userInfo_ != null) { if (userInfo_ == null) { userInfo_ = new global::Protos.UserInfo(); } UserInfo.MergeFrom(other.UserInfo); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public void MergeFrom(pb::CodedInputStream input) { uint tag; while ((tag = input.ReadTag()) != 0) { switch(tag) { default: input.SkipLastField(); break; case 10: { if (userInfo_ == null) { userInfo_ = new global::Protos.UserInfo(); } input.ReadMessage(userInfo_); break; } } } } } public sealed partial class RoomLeaveRequest : pb::IMessage { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new RoomLeaveRequest()); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public static pb::MessageParser Parser { get { return _parser; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public static pbr::MessageDescriptor Descriptor { get { return global::Protos.RoomReflection.Descriptor.MessageTypes[5]; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] pbr::MessageDescriptor pb::IMessage.Descriptor { get { return Descriptor; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public RoomLeaveRequest() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public RoomLeaveRequest(RoomLeaveRequest other) : this() { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public RoomLeaveRequest Clone() { return new RoomLeaveRequest(this); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override bool Equals(object other) { return Equals(other as RoomLeaveRequest); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public bool Equals(RoomLeaveRequest other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } return true; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override int GetHashCode() { int hash = 1; return hash; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override string ToString() { return pb::JsonFormatter.ToDiagnosticString(this); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public void WriteTo(pb::CodedOutputStream output) { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public int CalculateSize() { int size = 0; return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public void MergeFrom(RoomLeaveRequest other) { if (other == null) { return; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public void MergeFrom(pb::CodedInputStream input) { uint tag; while ((tag = input.ReadTag()) != 0) { switch(tag) { default: input.SkipLastField(); break; } } } } public sealed partial class RoomLeaveResponse : pb::IMessage { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new RoomLeaveResponse()); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public static pb::MessageParser Parser { get { return _parser; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public static pbr::MessageDescriptor Descriptor { get { return global::Protos.RoomReflection.Descriptor.MessageTypes[6]; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] pbr::MessageDescriptor pb::IMessage.Descriptor { get { return Descriptor; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public RoomLeaveResponse() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public RoomLeaveResponse(RoomLeaveResponse other) : this() { Result = other.result_ != null ? other.Result.Clone() : null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public RoomLeaveResponse Clone() { return new RoomLeaveResponse(this); } /// Field number for the "Result" field. public const int ResultFieldNumber = 1; private global::Protos.Result result_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public global::Protos.Result Result { get { return result_; } set { result_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override bool Equals(object other) { return Equals(other as RoomLeaveResponse); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public bool Equals(RoomLeaveResponse other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (!object.Equals(Result, other.Result)) return false; return true; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override int GetHashCode() { int hash = 1; if (result_ != null) hash ^= Result.GetHashCode(); return hash; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override string ToString() { return pb::JsonFormatter.ToDiagnosticString(this); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public void WriteTo(pb::CodedOutputStream output) { if (result_ != null) { output.WriteRawTag(10); output.WriteMessage(Result); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public int CalculateSize() { int size = 0; if (result_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(Result); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public void MergeFrom(RoomLeaveResponse other) { if (other == null) { return; } if (other.result_ != null) { if (result_ == null) { result_ = new global::Protos.Result(); } Result.MergeFrom(other.Result); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public void MergeFrom(pb::CodedInputStream input) { uint tag; while ((tag = input.ReadTag()) != 0) { switch(tag) { default: input.SkipLastField(); break; case 10: { if (result_ == null) { result_ = new global::Protos.Result(); } input.ReadMessage(result_); break; } } } } } public sealed partial class RoomLeavePush : pb::IMessage { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new RoomLeavePush()); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public static pb::MessageParser Parser { get { return _parser; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public static pbr::MessageDescriptor Descriptor { get { return global::Protos.RoomReflection.Descriptor.MessageTypes[7]; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] pbr::MessageDescriptor pb::IMessage.Descriptor { get { return Descriptor; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public RoomLeavePush() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public RoomLeavePush(RoomLeavePush other) : this() { userID_ = other.userID_; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public RoomLeavePush Clone() { return new RoomLeavePush(this); } /// Field number for the "UserID" field. public const int UserIDFieldNumber = 1; private uint userID_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public uint UserID { get { return userID_; } set { userID_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override bool Equals(object other) { return Equals(other as RoomLeavePush); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public bool Equals(RoomLeavePush other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (UserID != other.UserID) return false; return true; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override int GetHashCode() { int hash = 1; if (UserID != 0) hash ^= UserID.GetHashCode(); return hash; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override string ToString() { return pb::JsonFormatter.ToDiagnosticString(this); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public void WriteTo(pb::CodedOutputStream output) { if (UserID != 0) { output.WriteRawTag(8); output.WriteUInt32(UserID); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public int CalculateSize() { int size = 0; if (UserID != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(UserID); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public void MergeFrom(RoomLeavePush other) { if (other == null) { return; } if (other.UserID != 0) { UserID = other.UserID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public void MergeFrom(pb::CodedInputStream input) { uint tag; while ((tag = input.ReadTag()) != 0) { switch(tag) { default: input.SkipLastField(); break; case 8: { UserID = input.ReadUInt32(); break; } } } } } public sealed partial class RoomDismissPush : pb::IMessage { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new RoomDismissPush()); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public static pb::MessageParser Parser { get { return _parser; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public static pbr::MessageDescriptor Descriptor { get { return global::Protos.RoomReflection.Descriptor.MessageTypes[8]; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] pbr::MessageDescriptor pb::IMessage.Descriptor { get { return Descriptor; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public RoomDismissPush() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public RoomDismissPush(RoomDismissPush other) : this() { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public RoomDismissPush Clone() { return new RoomDismissPush(this); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override bool Equals(object other) { return Equals(other as RoomDismissPush); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public bool Equals(RoomDismissPush other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } return true; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override int GetHashCode() { int hash = 1; return hash; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override string ToString() { return pb::JsonFormatter.ToDiagnosticString(this); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public void WriteTo(pb::CodedOutputStream output) { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public int CalculateSize() { int size = 0; return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public void MergeFrom(RoomDismissPush other) { if (other == null) { return; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public void MergeFrom(pb::CodedInputStream input) { uint tag; while ((tag = input.ReadTag()) != 0) { switch(tag) { default: input.SkipLastField(); break; } } } } public sealed partial class RoomSwitchMasterPush : pb::IMessage { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new RoomSwitchMasterPush()); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public static pb::MessageParser Parser { get { return _parser; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public static pbr::MessageDescriptor Descriptor { get { return global::Protos.RoomReflection.Descriptor.MessageTypes[9]; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] pbr::MessageDescriptor pb::IMessage.Descriptor { get { return Descriptor; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public RoomSwitchMasterPush() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public RoomSwitchMasterPush(RoomSwitchMasterPush other) : this() { userID_ = other.userID_; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public RoomSwitchMasterPush Clone() { return new RoomSwitchMasterPush(this); } /// Field number for the "UserID" field. public const int UserIDFieldNumber = 1; private uint userID_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public uint UserID { get { return userID_; } set { userID_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override bool Equals(object other) { return Equals(other as RoomSwitchMasterPush); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public bool Equals(RoomSwitchMasterPush other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (UserID != other.UserID) return false; return true; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override int GetHashCode() { int hash = 1; if (UserID != 0) hash ^= UserID.GetHashCode(); return hash; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override string ToString() { return pb::JsonFormatter.ToDiagnosticString(this); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public void WriteTo(pb::CodedOutputStream output) { if (UserID != 0) { output.WriteRawTag(8); output.WriteUInt32(UserID); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public int CalculateSize() { int size = 0; if (UserID != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(UserID); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public void MergeFrom(RoomSwitchMasterPush other) { if (other == null) { return; } if (other.UserID != 0) { UserID = other.UserID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public void MergeFrom(pb::CodedInputStream input) { uint tag; while ((tag = input.ReadTag()) != 0) { switch(tag) { default: input.SkipLastField(); break; case 8: { UserID = input.ReadUInt32(); break; } } } } } #endregion } #endregion Designer generated code