[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[[["\u003cp\u003eThe latest version of the Game Services v1 API class \u003ccode\u003eRealmsService.RealmsServiceBase\u003c/code\u003e is 2.2.0, with several previous versions available.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eRealmsService.RealmsServiceBase\u003c/code\u003e is a base class for server-side implementations of the RealmsService, inheriting from the .NET object class.\u003c/p\u003e\n"],["\u003cp\u003eThis API provides methods for managing realms, including creating, deleting, getting, listing, previewing updates, and updating them.\u003c/p\u003e\n"],["\u003cp\u003eEach method in the \u003ccode\u003eRealmsService.RealmsServiceBase\u003c/code\u003e class interacts with a specific request type and the server call context, and returns either a Task containing an Operation or a Task containing a specific data type like \u003ccode\u003eRealm\u003c/code\u003e, or \u003ccode\u003eListRealmsResponse\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRealmsService\u003c/code\u003e API is located within the \u003ccode\u003eGoogle.Cloud.Gaming.V1\u003c/code\u003e namespace and is contained within the \u003ccode\u003eGoogle.Cloud.Gaming.V1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"]]],[],null,["# Game Services v1 API - Class RealmsService.RealmsServiceBase (2.2.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.2.0 (latest)](/dotnet/docs/reference/Google.Cloud.Gaming.V1/latest/Google.Cloud.Gaming.V1.RealmsService.RealmsServiceBase)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.Gaming.V1/2.1.0/Google.Cloud.Gaming.V1.RealmsService.RealmsServiceBase)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.Gaming.V1/2.0.0/Google.Cloud.Gaming.V1.RealmsService.RealmsServiceBase)\n- [1.4.0](/dotnet/docs/reference/Google.Cloud.Gaming.V1/1.4.0/Google.Cloud.Gaming.V1.RealmsService.RealmsServiceBase)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.Gaming.V1/1.3.0/Google.Cloud.Gaming.V1.RealmsService.RealmsServiceBase)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.Gaming.V1/1.2.0/Google.Cloud.Gaming.V1.RealmsService.RealmsServiceBase)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Gaming.V1/1.1.0/Google.Cloud.Gaming.V1.RealmsService.RealmsServiceBase) \n\n [BindServiceMethod(typeof(RealmsService), \"BindService\")]\n public abstract class RealmsService.RealmsServiceBase\n\nReference documentation and code samples for the Game Services v1 API class RealmsService.RealmsServiceBase.\n\nBase class for server-side implementations of RealmsService \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e RealmsService.RealmsServiceBase \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Gaming.V1](/dotnet/docs/reference/Google.Cloud.Gaming.V1/latest/Google.Cloud.Gaming.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Gaming.V1.dll\n\nMethods\n-------\n\n### CreateRealm(CreateRealmRequest, ServerCallContext)\n\n public virtual Task\u003cOperation\u003e CreateRealm(CreateRealmRequest request, ServerCallContext context)\n\nCreates a new realm in a given project and location.\n\n### DeleteRealm(DeleteRealmRequest, ServerCallContext)\n\n public virtual Task\u003cOperation\u003e DeleteRealm(DeleteRealmRequest request, ServerCallContext context)\n\nDeletes a single realm.\n\n### GetRealm(GetRealmRequest, ServerCallContext)\n\n public virtual Task\u003cRealm\u003e GetRealm(GetRealmRequest request, ServerCallContext context)\n\nGets details of a single realm.\n\n### ListRealms(ListRealmsRequest, ServerCallContext)\n\n public virtual Task\u003cListRealmsResponse\u003e ListRealms(ListRealmsRequest request, ServerCallContext context)\n\nLists realms in a given project and location.\n\n### PreviewRealmUpdate(PreviewRealmUpdateRequest, ServerCallContext)\n\n public virtual Task\u003cPreviewRealmUpdateResponse\u003e PreviewRealmUpdate(PreviewRealmUpdateRequest request, ServerCallContext context)\n\nPreviews patches to a single realm.\n\n### UpdateRealm(UpdateRealmRequest, ServerCallContext)\n\n public virtual Task\u003cOperation\u003e UpdateRealm(UpdateRealmRequest request, ServerCallContext context)\n\nPatches a single realm."]]