Cloud Dataplex v1 API - Class ContentService.ContentServiceClient (3.13.0)

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.ContentServiceClient

Namespace

Google.Cloud.Dataplex.V1

Assembly

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 CallInvoker

The callInvoker to use to make remote calls.

ContentServiceClient(ChannelBase)

public ContentServiceClient(ChannelBase channel)

Creates a new client for ContentService

Parameter
Name Description
channel ChannelBase

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

The 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
Overrides
Grpc.Core.ClientBase<Google.Cloud.Dataplex.V1.ContentService.ContentServiceClient>.NewInstance(Grpc.Core.ClientBase.ClientBaseConfiguration)