public static class ServiceCollectionExtensions
Reference documentation and code samples for the Developer Connect v1 API class ServiceCollectionExtensions.
Static class to provide extension methods to configure API clients.
Namespace
Microsoft.Extensions.DependencyInjectionAssembly
Google.Cloud.DeveloperConnect.V1.dll
Methods
AddDeveloperConnectClient(IServiceCollection, Action<DeveloperConnectClientBuilder>)
public static IServiceCollection AddDeveloperConnectClient(this IServiceCollection services, Action<DeveloperConnectClientBuilder> action = null)
Adds a singleton DeveloperConnectClient 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 |
ActionDeveloperConnectClientBuilder An optional action to invoke on the client builder. This is invoked before services from
|
Returns | |
---|---|
Type | Description |
IServiceCollection |
AddDeveloperConnectClient(IServiceCollection, Action<IServiceProvider, DeveloperConnectClientBuilder>)
public static IServiceCollection AddDeveloperConnectClient(this IServiceCollection services, Action<IServiceProvider, DeveloperConnectClientBuilder> action)
Adds a singleton DeveloperConnectClient 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.IServiceProviderDeveloperConnectClientBuilder An optional action to invoke on the client builder. This is invoked before services from
|
Returns | |
---|---|
Type | Description |
IServiceCollection |
AddInsightsConfigServiceClient(IServiceCollection, Action<InsightsConfigServiceClientBuilder>)
public static IServiceCollection AddInsightsConfigServiceClient(this IServiceCollection services, Action<InsightsConfigServiceClientBuilder> action = null)
Adds a singleton InsightsConfigServiceClient 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 |
ActionInsightsConfigServiceClientBuilder An optional action to invoke on the client builder. This is invoked before services from
|
Returns | |
---|---|
Type | Description |
IServiceCollection |
AddInsightsConfigServiceClient(IServiceCollection, Action<IServiceProvider, InsightsConfigServiceClientBuilder>)
public static IServiceCollection AddInsightsConfigServiceClient(this IServiceCollection services, Action<IServiceProvider, InsightsConfigServiceClientBuilder> action)
Adds a singleton InsightsConfigServiceClient 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.IServiceProviderInsightsConfigServiceClientBuilder An optional action to invoke on the client builder. This is invoked before services from
|
Returns | |
---|---|
Type | Description |
IServiceCollection |