[[["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\u003eServingConfigService.ServingConfigServiceBase\u003c/code\u003e class is the base for server-side implementations of the ServingConfigService within the Google.Cloud.DiscoveryEngine.V1Beta namespace.\u003c/p\u003e\n"],["\u003cp\u003eThis API class offers methods to \u003ccode\u003eGetServingConfig\u003c/code\u003e, which retrieves a specific ServingConfig and returns a NotFound error if it is missing, utilizing a request and server context.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eListServingConfigs\u003c/code\u003e enables the listing of all ServingConfigs linked to a particular data store, using a request and server context to return a list of responses.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUpdateServingConfig\u003c/code\u003e method allows for the modification of a ServingConfig, and similarly returns a NOT_FOUND error if the targeted ServingConfig does not exist.\u003c/p\u003e\n"],["\u003cp\u003eThis API class belongs to the \u003ccode\u003eGoogle.Cloud.DiscoveryEngine.V1Beta\u003c/code\u003e assembly.\u003c/p\u003e\n"]]],[],null,["# Discovery Engine v1beta API - Class ServingConfigService.ServingConfigServiceBase (1.0.0-beta19)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta19 (latest)](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.ServingConfigService.ServingConfigServiceBase)\n- [1.0.0-beta18](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/1.0.0-beta18/Google.Cloud.DiscoveryEngine.V1Beta.ServingConfigService.ServingConfigServiceBase) \n\n [BindServiceMethod(typeof(ServingConfigService), \"BindService\")]\n public abstract class ServingConfigService.ServingConfigServiceBase\n\nReference documentation and code samples for the Discovery Engine v1beta API class ServingConfigService.ServingConfigServiceBase.\n\nBase class for server-side implementations of ServingConfigService \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ServingConfigService.ServingConfigServiceBase \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.DiscoveryEngine.V1Beta](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta)\n\nAssembly\n--------\n\nGoogle.Cloud.DiscoveryEngine.V1Beta.dll\n\nMethods\n-------\n\n### GetServingConfig(GetServingConfigRequest, ServerCallContext)\n\n public virtual Task\u003cServingConfig\u003e GetServingConfig(GetServingConfigRequest request, ServerCallContext context)\n\nGets a ServingConfig.\n\nReturns a NotFound error if the ServingConfig does not exist.\n\n### ListServingConfigs(ListServingConfigsRequest, ServerCallContext)\n\n public virtual Task\u003cListServingConfigsResponse\u003e ListServingConfigs(ListServingConfigsRequest request, ServerCallContext context)\n\nLists all ServingConfigs linked to this dataStore.\n\n### UpdateServingConfig(UpdateServingConfigRequest, ServerCallContext)\n\n public virtual Task\u003cServingConfig\u003e UpdateServingConfig(UpdateServingConfigRequest request, ServerCallContext context)\n\nUpdates a ServingConfig.\n\nReturns a NOT_FOUND error if the ServingConfig does not exist."]]