[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eTenantService.TenantServiceBase\u003c/code\u003e class provides the base for server-side implementations of the \u003ccode\u003eTenantService\u003c/code\u003e within the Google Cloud Talent Solution v4beta1 API.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from the .NET \u003ccode\u003eobject\u003c/code\u003e class and includes inherited members like \u003ccode\u003eGetHashCode()\u003c/code\u003e, \u003ccode\u003eGetType()\u003c/code\u003e, \u003ccode\u003eMemberwiseClone()\u003c/code\u003e, and \u003ccode\u003eToString()\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt contains virtual methods for managing tenants, including \u003ccode\u003eCreateTenant\u003c/code\u003e, \u003ccode\u003eDeleteTenant\u003c/code\u003e, \u003ccode\u003eGetTenant\u003c/code\u003e, \u003ccode\u003eListTenants\u003c/code\u003e, and \u003ccode\u003eUpdateTenant\u003c/code\u003e, all of which handle requests and return responses wrapped in a \u003ccode\u003eTask\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe methods utilize \u003ccode\u003erequest\u003c/code\u003e and \u003ccode\u003econtext\u003c/code\u003e parameters to interact with the client, where the request holds data sent by the client, and the context provides details of the server-side call.\u003c/p\u003e\n"],["\u003cp\u003eThe code is part of the \u003ccode\u003eGoogle.Cloud.Talent.V4Beta1\u003c/code\u003e namespace, within the \u003ccode\u003eGoogle.Cloud.Talent.V4Beta1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Talent Solution v4beta1 API - Class TenantService.TenantServiceBase (3.0.0-beta06)\n\nVersion latestkeyboard_arrow_down\n\n- [3.0.0-beta06 (latest)](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.TenantService.TenantServiceBase)\n- [3.0.0-beta05](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/3.0.0-beta05/Google.Cloud.Talent.V4Beta1.TenantService.TenantServiceBase)\n- [2.0.0-beta07](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/2.0.0-beta07/Google.Cloud.Talent.V4Beta1.TenantService.TenantServiceBase) \n\n [BindServiceMethod(typeof(TenantService), \"BindService\")]\n public abstract class TenantService.TenantServiceBase\n\nReference documentation and code samples for the Google Cloud Talent Solution v4beta1 API class TenantService.TenantServiceBase.\n\nBase class for server-side implementations of TenantService \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e TenantService.TenantServiceBase \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.Talent.V4Beta1](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.Talent.V4Beta1.dll\n\nMethods\n-------\n\n### CreateTenant(CreateTenantRequest, ServerCallContext)\n\n public virtual Task\u003cTenant\u003e CreateTenant(CreateTenantRequest request, ServerCallContext context)\n\nCreates a new tenant entity.\n\n### DeleteTenant(DeleteTenantRequest, ServerCallContext)\n\n public virtual Task\u003cEmpty\u003e DeleteTenant(DeleteTenantRequest request, ServerCallContext context)\n\nDeletes specified tenant.\n\n### GetTenant(GetTenantRequest, ServerCallContext)\n\n public virtual Task\u003cTenant\u003e GetTenant(GetTenantRequest request, ServerCallContext context)\n\nRetrieves specified tenant.\n\n### ListTenants(ListTenantsRequest, ServerCallContext)\n\n public virtual Task\u003cListTenantsResponse\u003e ListTenants(ListTenantsRequest request, ServerCallContext context)\n\nLists all tenants associated with the project.\n\n### UpdateTenant(UpdateTenantRequest, ServerCallContext)\n\n public virtual Task\u003cTenant\u003e UpdateTenant(UpdateTenantRequest request, ServerCallContext context)\n\nUpdates specified tenant."]]