public static class ServiceCollectionExtensionsReference documentation and code samples for the Google Cloud Debugger v2 API class ServiceCollectionExtensions.
Static class to provide extension methods to configure API clients.
Namespace
Microsoft.Extensions.DependencyInjectionAssembly
Google.Cloud.Debugger.V2.dll
Methods
AddController2Client(IServiceCollection, Action<Controller2ClientBuilder>)
public static IServiceCollection AddController2Client(this IServiceCollection services, Action<Controller2ClientBuilder> action = null)Adds a singleton Controller2Client to services.
| Parameters | |
|---|---|
| Name | Description |
services |
IServiceCollectionThe service collection to add the client to. The services are used to configure the client when requested. |
action |
ActionController2ClientBuilderAn optional action to invoke on the client builder. This is invoked before services from
|
| Returns | |
|---|---|
| Type | Description |
IServiceCollection |
|
AddDebugger2Client(IServiceCollection, Action<Debugger2ClientBuilder>)
public static IServiceCollection AddDebugger2Client(this IServiceCollection services, Action<Debugger2ClientBuilder> action = null)Adds a singleton Debugger2Client to services.
| Parameters | |
|---|---|
| Name | Description |
services |
IServiceCollectionThe service collection to add the client to. The services are used to configure the client when requested. |
action |
ActionDebugger2ClientBuilderAn optional action to invoke on the client builder. This is invoked before services from
|
| Returns | |
|---|---|
| Type | Description |
IServiceCollection |
|