[BindServiceMethod(typeof(ServingConfigService), "BindService")]
public abstract class ServingConfigService.ServingConfigServiceBaseReference documentation and code samples for the Discovery Engine v1 API class ServingConfigService.ServingConfigServiceBase.
Base class for server-side implementations of ServingConfigService
Namespace
Google.Cloud.DiscoveryEngine.V1Assembly
Google.Cloud.DiscoveryEngine.V1.dll
Methods
UpdateServingConfig(UpdateServingConfigRequest, ServerCallContext)
public virtual Task<ServingConfig> UpdateServingConfig(UpdateServingConfigRequest request, ServerCallContext context)Updates a ServingConfig.
Returns a NOT_FOUND error if the ServingConfig does not exist.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateServingConfigRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskServingConfig |
The response to send back to the client (wrapped by a task). |