[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[[["\u003cp\u003eThis documentation provides reference information for the \u003ccode\u003eServiceCollectionExtensions\u003c/code\u003e class within the Cloud Functions v2 API for .NET.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eServiceCollectionExtensions\u003c/code\u003e class is a static class that offers extension methods for configuring API clients, specifically the \u003ccode\u003eFunctionServiceClient\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation lists all available versions of the API, from 1.0.0 to the latest, 1.7.0.\u003c/p\u003e\n"],["\u003cp\u003eTwo methods are documented for adding a \u003ccode\u003eFunctionServiceClient\u003c/code\u003e to an \u003ccode\u003eIServiceCollection\u003c/code\u003e, with options to configure the client using an action on a \u003ccode\u003eFunctionServiceClientBuilder\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe content contains information about the class inheritance, inherited members, namespace, assembly, parameters, and return types of the provided extension methods.\u003c/p\u003e\n"]]],[],null,["# Cloud Functions v2 API - Class ServiceCollectionExtensions (1.7.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.7.0 (latest)](/dotnet/docs/reference/Google.Cloud.Functions.V2/latest/Microsoft.Extensions.DependencyInjection.ServiceCollectionExtensions)\n- [1.6.0](/dotnet/docs/reference/Google.Cloud.Functions.V2/1.6.0/Microsoft.Extensions.DependencyInjection.ServiceCollectionExtensions)\n- [1.5.0](/dotnet/docs/reference/Google.Cloud.Functions.V2/1.5.0/Microsoft.Extensions.DependencyInjection.ServiceCollectionExtensions)\n- [1.4.0](/dotnet/docs/reference/Google.Cloud.Functions.V2/1.4.0/Microsoft.Extensions.DependencyInjection.ServiceCollectionExtensions)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.Functions.V2/1.3.0/Microsoft.Extensions.DependencyInjection.ServiceCollectionExtensions)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.Functions.V2/1.2.0/Microsoft.Extensions.DependencyInjection.ServiceCollectionExtensions)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Functions.V2/1.1.0/Microsoft.Extensions.DependencyInjection.ServiceCollectionExtensions)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.Functions.V2/1.0.0/Microsoft.Extensions.DependencyInjection.ServiceCollectionExtensions) \n\n public static class ServiceCollectionExtensions\n\nReference documentation and code samples for the Cloud Functions v2 API class ServiceCollectionExtensions.\n\nStatic class to provide extension methods to configure API clients. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ServiceCollectionExtensions \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Microsoft.Extensions.DependencyInjection](/dotnet/docs/reference/Google.Cloud.Functions.V2/latest/Microsoft.Extensions.DependencyInjection)\n\nAssembly\n--------\n\nGoogle.Cloud.Functions.V2.dll\n\nMethods\n-------\n\n### AddFunctionServiceClient(IServiceCollection, Action\\\u003cFunctionServiceClientBuilder\\\u003e)\n\n public static IServiceCollection AddFunctionServiceClient(this IServiceCollection services, Action\u003cFunctionServiceClientBuilder\u003e action = null)\n\nAdds a singleton [FunctionServiceClient](/dotnet/docs/reference/Google.Cloud.Functions.V2/latest/Google.Cloud.Functions.V2.FunctionServiceClient) to `services`.\n\n### AddFunctionServiceClient(IServiceCollection, Action\\\u003cIServiceProvider, FunctionServiceClientBuilder\\\u003e)\n\n public static IServiceCollection AddFunctionServiceClient(this IServiceCollection services, Action\u003cIServiceProvider, FunctionServiceClientBuilder\u003e action)\n\nAdds a singleton [FunctionServiceClient](/dotnet/docs/reference/Google.Cloud.Functions.V2/latest/Google.Cloud.Functions.V2.FunctionServiceClient) to `services`."]]