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