[[["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 \u003ccode\u003eRealmsService.RealmsServiceBase\u003c/code\u003e class is the base for server-side implementations of the RealmsService within the Google Cloud for Games v1beta API.\u003c/p\u003e\n"],["\u003cp\u003eThis class provides methods for managing realms, including creating, deleting, getting, listing, patching, and previewing updates to realms.\u003c/p\u003e\n"],["\u003cp\u003eThe methods in \u003ccode\u003eRealmsService.RealmsServiceBase\u003c/code\u003e use request objects like \u003ccode\u003eCreateRealmRequest\u003c/code\u003e, \u003ccode\u003eDeleteRealmRequest\u003c/code\u003e, \u003ccode\u003eGetRealmRequest\u003c/code\u003e, etc., and a \u003ccode\u003eServerCallContext\u003c/code\u003e for server-side handling.\u003c/p\u003e\n"],["\u003cp\u003eEach of the methods returns a \u003ccode\u003eTask\u003c/code\u003e object, wrapping either a response object or an \u003ccode\u003eOperation\u003c/code\u003e object for long-running operations, which represents the result sent back to the client.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of \u003ccode\u003eRealmsService.RealmsServiceBase\u003c/code\u003e is \u003ccode\u003e2.0.0-beta03\u003c/code\u003e which is part of the namespace \u003ccode\u003eGoogle.Cloud.Gaming.V1Beta\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Google Cloud for Games v1beta API - Class RealmsService.RealmsServiceBase (2.0.0-beta03)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta03 (latest)](/dotnet/docs/reference/Google.Cloud.Gaming.V1Beta/latest/Google.Cloud.Gaming.V1Beta.RealmsService.RealmsServiceBase)\n- [2.0.0-beta02](/dotnet/docs/reference/Google.Cloud.Gaming.V1Beta/2.0.0-beta02/Google.Cloud.Gaming.V1Beta.RealmsService.RealmsServiceBase)\n- [1.0.0-beta09](/dotnet/docs/reference/Google.Cloud.Gaming.V1Beta/1.0.0-beta09/Google.Cloud.Gaming.V1Beta.RealmsService.RealmsServiceBase) \n\n [BindServiceMethod(typeof(RealmsService), \"BindService\")]\n public abstract class RealmsService.RealmsServiceBase\n\nReference documentation and code samples for the Google Cloud for Games v1beta 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.V1Beta](/dotnet/docs/reference/Google.Cloud.Gaming.V1Beta/latest/Google.Cloud.Gaming.V1Beta)\n\nAssembly\n--------\n\nGoogle.Cloud.Gaming.V1Beta.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."]]