public class DataScanService.DataScanServiceClient : ClientBase<DataScanService.DataScanServiceClient>
Reference documentation and code samples for the Cloud Dataplex v1 API class DataScanService.DataScanServiceClient.
Client for DataScanService
Inheritance
object > ClientBase > ClientBaseDataScanServiceDataScanServiceClient > DataScanService.DataScanServiceClientNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
DataScanServiceClient()
protected DataScanServiceClient()
Protected parameterless constructor to allow creation of test doubles.
DataScanServiceClient(CallInvoker)
public DataScanServiceClient(CallInvoker callInvoker)
Creates a new client for DataScanService that uses a custom CallInvoker
.
Parameter | |
---|---|
Name | Description |
callInvoker | CallInvoker The callInvoker to use to make remote calls. |
DataScanServiceClient(ChannelBase)
public DataScanServiceClient(ChannelBase channel)
Creates a new client for DataScanService
Parameter | |
---|---|
Name | Description |
channel | ChannelBase The channel to use to make remote calls. |
DataScanServiceClient(ClientBaseConfiguration)
protected DataScanServiceClient(ClientBase.ClientBaseConfiguration configuration)
Protected constructor to allow creation of configured clients.
Parameter | |
---|---|
Name | Description |
configuration | ClientBaseClientBaseConfiguration The client configuration. |
Methods
CreateDataScan(CreateDataScanRequest, CallOptions)
public virtual Operation CreateDataScan(CreateDataScanRequest request, CallOptions options)
Creates a DataScan resource.
Parameters | |
---|---|
Name | Description |
request | CreateDataScanRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation | The response received from the server. |