Cloud Dataplex v1 API - Class ServiceCollectionExtensions (3.3.0)

public static class ServiceCollectionExtensions

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

Static class to provide extension methods to configure API clients.

Inheritance

object > ServiceCollectionExtensions

Namespace

Microsoft.Extensions.DependencyInjection

Assembly

Google.Cloud.Dataplex.V1.dll

Methods

AddCatalogServiceClient(IServiceCollection, Action<CatalogServiceClientBuilder>)

public static IServiceCollection AddCatalogServiceClient(this IServiceCollection services, Action<CatalogServiceClientBuilder> action = null)

Adds a singleton CatalogServiceClient to services.

Parameters
Name Description
services IServiceCollection

The service collection to add the client to. The services are used to configure the client when requested.

action ActionCatalogServiceClientBuilder

An optional action to invoke on the client builder. This is invoked before services from services are used.

Returns
Type Description
IServiceCollection

AddCatalogServiceClient(IServiceCollection, Action<IServiceProvider, CatalogServiceClientBuilder>)

public static IServiceCollection AddCatalogServiceClient(this IServiceCollection services, Action<IServiceProvider, CatalogServiceClientBuilder> action)

Adds a singleton CatalogServiceClient to services.

Parameters
Name Description
services IServiceCollection

The service collection to add the client to. The services are used to configure the client when requested.

action ActionSystem.IServiceProviderCatalogServiceClientBuilder

An optional action to invoke on the client builder. This is invoked before services from services are used.

Returns
Type Description
IServiceCollection

AddContentServiceClient(IServiceCollection, Action<ContentServiceClientBuilder>)

public static IServiceCollection AddContentServiceClient(this IServiceCollection services, Action<ContentServiceClientBuilder> action = null)

Adds a singleton ContentServiceClient to services.

Parameters
Name Description
services IServiceCollection

The service collection to add the client to. The services are used to configure the client when requested.

action ActionContentServiceClientBuilder

An optional action to invoke on the client builder. This is invoked before services from services are used.

Returns
Type Description
IServiceCollection

AddContentServiceClient(IServiceCollection, Action<IServiceProvider, ContentServiceClientBuilder>)

public static IServiceCollection AddContentServiceClient(this IServiceCollection services, Action<IServiceProvider, ContentServiceClientBuilder> action)

Adds a singleton ContentServiceClient to services.

Parameters
Name Description
services IServiceCollection

The service collection to add the client to. The services are used to configure the client when requested.

action ActionSystem.IServiceProviderContentServiceClientBuilder

An optional action to invoke on the client builder. This is invoked before services from services are used.

Returns
Type Description
IServiceCollection

AddDataScanServiceClient(IServiceCollection, Action<DataScanServiceClientBuilder>)

public static IServiceCollection AddDataScanServiceClient(this IServiceCollection services, Action<DataScanServiceClientBuilder> action = null)

Adds a singleton DataScanServiceClient to services.

Parameters
Name Description
services IServiceCollection

The service collection to add the client to. The services are used to configure the client when requested.

action ActionDataScanServiceClientBuilder

An optional action to invoke on the client builder. This is invoked before services from services are used.

Returns
Type Description
IServiceCollection

AddDataScanServiceClient(IServiceCollection, Action<IServiceProvider, DataScanServiceClientBuilder>)

public static IServiceCollection AddDataScanServiceClient(this IServiceCollection services, Action<IServiceProvider, DataScanServiceClientBuilder> action)

Adds a singleton DataScanServiceClient to services.

Parameters
Name Description
services IServiceCollection

The service collection to add the client to. The services are used to configure the client when requested.

action ActionSystem.IServiceProviderDataScanServiceClientBuilder

An optional action to invoke on the client builder. This is invoked before services from services are used.

Returns
Type Description
IServiceCollection

AddDataTaxonomyServiceClient(IServiceCollection, Action<DataTaxonomyServiceClientBuilder>)

public static IServiceCollection AddDataTaxonomyServiceClient(this IServiceCollection services, Action<DataTaxonomyServiceClientBuilder> action = null)

Adds a singleton DataTaxonomyServiceClient to services.

Parameters
Name Description
services IServiceCollection

The service collection to add the client to. The services are used to configure the client when requested.

action ActionDataTaxonomyServiceClientBuilder

An optional action to invoke on the client builder. This is invoked before services from services are used.

Returns
Type Description
IServiceCollection

AddDataTaxonomyServiceClient(IServiceCollection, Action<IServiceProvider, DataTaxonomyServiceClientBuilder>)

public static IServiceCollection AddDataTaxonomyServiceClient(this IServiceCollection services, Action<IServiceProvider, DataTaxonomyServiceClientBuilder> action)

Adds a singleton DataTaxonomyServiceClient to services.

Parameters
Name Description
services IServiceCollection

The service collection to add the client to. The services are used to configure the client when requested.

action ActionSystem.IServiceProviderDataTaxonomyServiceClientBuilder

An optional action to invoke on the client builder. This is invoked before services from services are used.

Returns
Type Description
IServiceCollection

AddDataplexServiceClient(IServiceCollection, Action<DataplexServiceClientBuilder>)

public static IServiceCollection AddDataplexServiceClient(this IServiceCollection services, Action<DataplexServiceClientBuilder> action = null)

Adds a singleton DataplexServiceClient to services.

Parameters
Name Description
services IServiceCollection

The service collection to add the client to. The services are used to configure the client when requested.

action ActionDataplexServiceClientBuilder

An optional action to invoke on the client builder. This is invoked before services from services are used.

Returns
Type Description
IServiceCollection

AddDataplexServiceClient(IServiceCollection, Action<IServiceProvider, DataplexServiceClientBuilder>)

public static IServiceCollection AddDataplexServiceClient(this IServiceCollection services, Action<IServiceProvider, DataplexServiceClientBuilder> action)

Adds a singleton DataplexServiceClient to services.

Parameters
Name Description
services IServiceCollection

The service collection to add the client to. The services are used to configure the client when requested.

action ActionSystem.IServiceProviderDataplexServiceClientBuilder

An optional action to invoke on the client builder. This is invoked before services from services are used.

Returns
Type Description
IServiceCollection

AddMetadataServiceClient(IServiceCollection, Action<MetadataServiceClientBuilder>)

public static IServiceCollection AddMetadataServiceClient(this IServiceCollection services, Action<MetadataServiceClientBuilder> action = null)

Adds a singleton MetadataServiceClient to services.

Parameters
Name Description
services IServiceCollection

The service collection to add the client to. The services are used to configure the client when requested.

action ActionMetadataServiceClientBuilder

An optional action to invoke on the client builder. This is invoked before services from services are used.

Returns
Type Description
IServiceCollection

AddMetadataServiceClient(IServiceCollection, Action<IServiceProvider, MetadataServiceClientBuilder>)

public static IServiceCollection AddMetadataServiceClient(this IServiceCollection services, Action<IServiceProvider, MetadataServiceClientBuilder> action)

Adds a singleton MetadataServiceClient to services.

Parameters
Name Description
services IServiceCollection

The service collection to add the client to. The services are used to configure the client when requested.

action ActionSystem.IServiceProviderMetadataServiceClientBuilder

An optional action to invoke on the client builder. This is invoked before services from services are used.

Returns
Type Description
IServiceCollection