Google Cloud Debugger v2 API - Class ServiceCollectionExtensions (3.1.0)

public static class ServiceCollectionExtensions

Reference documentation and code samples for the Google Cloud Debugger v2 API class ServiceCollectionExtensions.

Static class to provide extension methods to configure API clients.

Inheritance

Object > ServiceCollectionExtensions

Namespace

Microsoft.Extensions.DependencyInjection

Assembly

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
NameDescription
servicesIServiceCollection

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

actionAction<Controller2ClientBuilder>

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

Returns
TypeDescription
IServiceCollection

AddDebugger2Client(IServiceCollection, Action<Debugger2ClientBuilder>)

public static IServiceCollection AddDebugger2Client(this IServiceCollection services, Action<Debugger2ClientBuilder> action = null)

Adds a singleton Debugger2Client to services.

Parameters
NameDescription
servicesIServiceCollection

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

actionAction<Debugger2ClientBuilder>

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

Returns
TypeDescription
IServiceCollection