Cloud Dataplex v1 API - Class ServiceCollectionExtensions (3.6.0)
Stay organized with collections
Save and categorize content based on your preferences.
public static class ServiceCollectionExtensionsReference documentation and code samples for the Cloud Dataplex v1 API class ServiceCollectionExtensions.
Static class to provide extension methods to configure API clients.
Namespace
Microsoft.Extensions.DependencyInjectionAssembly
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 |
Action CatalogServiceClientBuilder An optional action to invoke on the client builder. This is invoked before services from
|
| 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 |
Action System.IServiceProviderCatalogServiceClientBuilder An optional action to invoke on the client builder. This is invoked before services from
|
| 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 |
Action ContentServiceClientBuilder An optional action to invoke on the client builder. This is invoked before services from
|
| 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 |
Action System.IServiceProviderContentServiceClientBuilder An optional action to invoke on the client builder. This is invoked before services from
|
| 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 |
Action DataScanServiceClientBuilder An optional action to invoke on the client builder. This is invoked before services from
|
| 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 |
Action System.IServiceProviderDataScanServiceClientBuilder An optional action to invoke on the client builder. This is invoked before services from
|
| 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 |
Action DataTaxonomyServiceClientBuilder An optional action to invoke on the client builder. This is invoked before services from
|
| 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 |
Action System.IServiceProviderDataTaxonomyServiceClientBuilder An optional action to invoke on the client builder. This is invoked before services from
|
| 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 |
Action DataplexServiceClientBuilder An optional action to invoke on the client builder. This is invoked before services from
|
| 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 |
Action System.IServiceProviderDataplexServiceClientBuilder An optional action to invoke on the client builder. This is invoked before services from
|
| 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 |
Action MetadataServiceClientBuilder An optional action to invoke on the client builder. This is invoked before services from
|
| 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 |
Action System.IServiceProviderMetadataServiceClientBuilder An optional action to invoke on the client builder. This is invoked before services from
|
| Returns | |
|---|---|
| Type | Description |
IServiceCollection |
|