Data Labeling v1beta1 API - Class ServiceCollectionExtensions (2.0.0-beta05)

public static class ServiceCollectionExtensions

Reference documentation and code samples for the Data Labeling v1beta1 API class ServiceCollectionExtensions.

Static class to provide extension methods to configure API clients.

Inheritance

object > ServiceCollectionExtensions

Namespace

Microsoft.Extensions.DependencyInjection

Assembly

Google.Cloud.DataLabeling.V1Beta1.dll

Methods

AddDataLabelingServiceClient(IServiceCollection, Action<DataLabelingServiceClientBuilder>)

public static IServiceCollection AddDataLabelingServiceClient(this IServiceCollection services, Action<DataLabelingServiceClientBuilder> action = null)

Adds a singleton DataLabelingServiceClient 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 ActionDataLabelingServiceClientBuilder

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

Returns
Type Description
IServiceCollection

AddDataLabelingServiceClient(IServiceCollection, Action<IServiceProvider, DataLabelingServiceClientBuilder>)

public static IServiceCollection AddDataLabelingServiceClient(this IServiceCollection services, Action<IServiceProvider, DataLabelingServiceClientBuilder> action)

Adds a singleton DataLabelingServiceClient 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 ActionIServiceProviderDataLabelingServiceClientBuilder

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

Returns
Type Description
IServiceCollection