Cloud Dataplex v1 API - Class DataScanService.DataScanServiceBase (2.11.0)
Stay organized with collections
Save and categorize content based on your preferences.
[BindServiceMethod(typeof(DataScanService), "BindService")]
public abstract class DataScanService.DataScanServiceBaseReference documentation and code samples for the Cloud Dataplex v1 API class DataScanService.DataScanServiceBase.
Base class for server-side implementations of DataScanService
Namespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Methods
CreateDataScan(CreateDataScanRequest, ServerCallContext)
public virtual Task<Operation> CreateDataScan(CreateDataScanRequest request, ServerCallContext context)Creates a DataScan resource.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateDataScanRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task Operation |
The response to send back to the client (wrapped by a task). |
DeleteDataScan(DeleteDataScanRequest, ServerCallContext)
public virtual Task<Operation> DeleteDataScan(DeleteDataScanRequest request, ServerCallContext context)Deletes a DataScan resource.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteDataScanRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task Operation |
The response to send back to the client (wrapped by a task). |
GetDataScan(GetDataScanRequest, ServerCallContext)
public virtual Task<DataScan> GetDataScan(GetDataScanRequest request, ServerCallContext context)Gets a DataScan resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetDataScanRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task DataScan |
The response to send back to the client (wrapped by a task). |
GetDataScanJob(GetDataScanJobRequest, ServerCallContext)
public virtual Task<DataScanJob> GetDataScanJob(GetDataScanJobRequest request, ServerCallContext context)Gets a DataScanJob resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetDataScanJobRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task DataScanJob |
The response to send back to the client (wrapped by a task). |
ListDataScanJobs(ListDataScanJobsRequest, ServerCallContext)
public virtual Task<ListDataScanJobsResponse> ListDataScanJobs(ListDataScanJobsRequest request, ServerCallContext context)Lists DataScanJobs under the given DataScan.
| Parameters | |
|---|---|
| Name | Description |
request |
ListDataScanJobsRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task ListDataScanJobsResponse |
The response to send back to the client (wrapped by a task). |
ListDataScans(ListDataScansRequest, ServerCallContext)
public virtual Task<ListDataScansResponse> ListDataScans(ListDataScansRequest request, ServerCallContext context)Lists DataScans.
| Parameters | |
|---|---|
| Name | Description |
request |
ListDataScansRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task ListDataScansResponse |
The response to send back to the client (wrapped by a task). |
RunDataScan(RunDataScanRequest, ServerCallContext)
public virtual Task<RunDataScanResponse> RunDataScan(RunDataScanRequest request, ServerCallContext context)Runs an on-demand execution of a DataScan
| Parameters | |
|---|---|
| Name | Description |
request |
RunDataScanRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task RunDataScanResponse |
The response to send back to the client (wrapped by a task). |
UpdateDataScan(UpdateDataScanRequest, ServerCallContext)
public virtual Task<Operation> UpdateDataScan(UpdateDataScanRequest request, ServerCallContext context)Updates a DataScan resource.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateDataScanRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task Operation |
The response to send back to the client (wrapped by a task). |