public class ContentService.ContentServiceClient : ClientBase<ContentService.ContentServiceClient>Reference documentation and code samples for the Cloud Dataplex v1 API class ContentService.ContentServiceClient.
Client for ContentService
Inheritance
object > ClientBase > ClientBaseContentServiceContentServiceClient > ContentService.ContentServiceClientNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
ContentServiceClient()
protected ContentServiceClient()Protected parameterless constructor to allow creation of test doubles.
ContentServiceClient(CallInvoker)
public ContentServiceClient(CallInvoker callInvoker)Creates a new client for ContentService that uses a custom CallInvoker.
| Parameter | |
|---|---|
| Name | Description |
callInvoker |
CallInvokerThe callInvoker to use to make remote calls. |
ContentServiceClient(ChannelBase)
public ContentServiceClient(ChannelBase channel)Creates a new client for ContentService
| Parameter | |
|---|---|
| Name | Description |
channel |
ChannelBaseThe channel to use to make remote calls. |
ContentServiceClient(ClientBaseConfiguration)
protected ContentServiceClient(ClientBase.ClientBaseConfiguration configuration)Protected constructor to allow creation of configured clients.
| Parameter | |
|---|---|
| Name | Description |
configuration |
ClientBaseClientBaseConfigurationThe client configuration. |
Methods
CreateIAMPolicyClient()
public virtual IAMPolicy.IAMPolicyClient CreateIAMPolicyClient()Creates a new instance of IAMPolicy.IAMPolicyClient using the same call invoker as this client.
| Returns | |
|---|---|
| Type | Description |
IAMPolicyIAMPolicyClient |
A new IAMPolicy.IAMPolicyClient for the same target as this client. |
CreateLocationsClient()
public virtual Locations.LocationsClient CreateLocationsClient()Creates a new instance of Locations.LocationsClient using the same call invoker as this client.
| Returns | |
|---|---|
| Type | Description |
LocationsLocationsClient |
A new Locations.LocationsClient for the same target as this client. |
NewInstance(ClientBaseConfiguration)
protected override ContentService.ContentServiceClient NewInstance(ClientBase.ClientBaseConfiguration configuration)Creates a new instance of client from given ClientBaseConfiguration.
| Parameter | |
|---|---|
| Name | Description |
configuration |
ClientBaseClientBaseConfiguration |
| Returns | |
|---|---|
| Type | Description |
ContentServiceContentServiceClient |
|