Cloud Dataplex v1 API - Class ContentServiceClientImpl (3.13.0)

public sealed class ContentServiceClientImpl : ContentServiceClient

Reference documentation and code samples for the Cloud Dataplex v1 API class ContentServiceClientImpl.

ContentService client wrapper implementation, for convenient use.

Inheritance

object > ContentServiceClient > ContentServiceClientImpl

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Remarks

ContentService manages Notebook and SQL Scripts for Dataplex Universal Catalog.

Constructors

ContentServiceClientImpl(ContentServiceClient, ContentServiceSettings, ILogger)

public ContentServiceClientImpl(ContentService.ContentServiceClient grpcClient, ContentServiceSettings settings, ILogger logger)

Constructs a client wrapper for the ContentService service, with the specified gRPC client and settings.

Parameters
Name Description
grpcClient ContentServiceContentServiceClient

The underlying gRPC client.

settings ContentServiceSettings

The base ContentServiceSettings used within this client.

logger ILogger

Optional ILogger to use within this client.

Properties

GrpcClient

public override ContentService.ContentServiceClient GrpcClient { get; }

The underlying gRPC ContentService client

Property Value
Type Description
ContentServiceContentServiceClient
Overrides

IAMPolicyClient

public override IAMPolicyClient IAMPolicyClient { get; }

The IAMPolicyClient associated with this client.

Property Value
Type Description
IAMPolicyClient
Overrides

LocationsClient

public override LocationsClient LocationsClient { get; }

The LocationsClient associated with this client.

Property Value
Type Description
LocationsClient
Overrides