[BindServiceMethod(typeof(ConfigManagementService), "BindService")]
public abstract class ConfigManagementService.ConfigManagementServiceBaseReference documentation and code samples for the Data Lineage v1 API class ConfigManagementService.ConfigManagementServiceBase.
Base class for server-side implementations of ConfigManagementService
Namespace
Google.Cloud.DataCatalog.Lineage.ConfigManagement.V1Assembly
Google.Cloud.DataCatalog.Lineage.ConfigManagement.V1.dll
Methods
GetConfig(GetConfigRequest, ServerCallContext)
public virtual Task<Config> GetConfig(GetConfigRequest request, ServerCallContext context)Get the Config for a given resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetConfigRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskConfig |
The response to send back to the client (wrapped by a task). |
UpdateConfig(UpdateConfigRequest, ServerCallContext)
public virtual Task<Config> UpdateConfig(UpdateConfigRequest request, ServerCallContext context)Update the Config for a given resource.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateConfigRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskConfig |
The response to send back to the client (wrapped by a task). |