public virtual Task<Operation> UpdateCmekConfig(UpdateCmekConfigRequest request, ServerCallContext context)
Provisions a CMEK key for use in a location of a customer's project.
This method will also conduct location validation on the provided
cmekConfig to make sure the key is valid and can be used in the
selected location.
[[["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."],[],[],null,["# Discovery Engine v1 API - Class CmekConfigService.CmekConfigServiceBase (1.9.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.9.0 (latest)](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/latest/Google.Cloud.DiscoveryEngine.V1.CmekConfigService.CmekConfigServiceBase)\n- [1.8.0](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/1.8.0/Google.Cloud.DiscoveryEngine.V1.CmekConfigService.CmekConfigServiceBase)\n- [1.7.0](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/1.7.0/Google.Cloud.DiscoveryEngine.V1.CmekConfigService.CmekConfigServiceBase)\n- [1.6.0](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/1.6.0/Google.Cloud.DiscoveryEngine.V1.CmekConfigService.CmekConfigServiceBase)\n- [1.5.0](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/1.5.0/Google.Cloud.DiscoveryEngine.V1.CmekConfigService.CmekConfigServiceBase)\n- [1.4.0](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/1.4.0/Google.Cloud.DiscoveryEngine.V1.CmekConfigService.CmekConfigServiceBase)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/1.3.0/Google.Cloud.DiscoveryEngine.V1.CmekConfigService.CmekConfigServiceBase)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/1.2.0/Google.Cloud.DiscoveryEngine.V1.CmekConfigService.CmekConfigServiceBase)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/1.1.0/Google.Cloud.DiscoveryEngine.V1.CmekConfigService.CmekConfigServiceBase)\n- [1.0.0-beta06](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/1.0.0-beta06/Google.Cloud.DiscoveryEngine.V1.CmekConfigService.CmekConfigServiceBase) \n\n [BindServiceMethod(typeof(CmekConfigService), \"BindService\")]\n public abstract class CmekConfigService.CmekConfigServiceBase\n\nReference documentation and code samples for the Discovery Engine v1 API class CmekConfigService.CmekConfigServiceBase.\n\nBase class for server-side implementations of CmekConfigService \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e CmekConfigService.CmekConfigServiceBase \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.V1](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/latest/Google.Cloud.DiscoveryEngine.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.DiscoveryEngine.V1.dll\n\nMethods\n-------\n\n### DeleteCmekConfig(DeleteCmekConfigRequest, ServerCallContext)\n\n public virtual Task\u003cOperation\u003e DeleteCmekConfig(DeleteCmekConfigRequest request, ServerCallContext context)\n\nDe-provisions a CmekConfig.\n\n### GetCmekConfig(GetCmekConfigRequest, ServerCallContext)\n\n public virtual Task\u003cCmekConfig\u003e GetCmekConfig(GetCmekConfigRequest request, ServerCallContext context)\n\nGets the \\[CmekConfig\\]\\[google.cloud.discoveryengine.v1.CmekConfig\\].\n\n### ListCmekConfigs(ListCmekConfigsRequest, ServerCallContext)\n\n public virtual Task\u003cListCmekConfigsResponse\u003e ListCmekConfigs(ListCmekConfigsRequest request, ServerCallContext context)\n\nLists all the \\[CmekConfig\\]\\[google.cloud.discoveryengine.v1.CmekConfig\\]s\nwith the project.\n\n### UpdateCmekConfig(UpdateCmekConfigRequest, ServerCallContext)\n\n public virtual Task\u003cOperation\u003e UpdateCmekConfig(UpdateCmekConfigRequest request, ServerCallContext context)\n\nProvisions a CMEK key for use in a location of a customer's project.\nThis method will also conduct location validation on the provided\ncmekConfig to make sure the key is valid and can be used in the\nselected location."]]