Data Lineage v1 API - Class ConfigManagementService.ConfigManagementServiceBase (1.0.0-beta01)

[BindServiceMethod(typeof(ConfigManagementService), "BindService")]
public abstract class ConfigManagementService.ConfigManagementServiceBase

Reference documentation and code samples for the Data Lineage v1 API class ConfigManagementService.ConfigManagementServiceBase.

Base class for server-side implementations of ConfigManagementService

Inheritance

object > ConfigManagementService.ConfigManagementServiceBase

Namespace

Google.Cloud.DataCatalog.Lineage.ConfigManagement.V1

Assembly

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 GetConfigRequest

The request received from the client.

context ServerCallContext

The 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 UpdateConfigRequest

The request received from the client.

context ServerCallContext

The 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).