[[["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-03-21 UTC."],[[["This document provides reference documentation for the `ServiceCollectionExtensions` class within the Connect Gateway v1 API, which is a static class used for configuring API clients."],["The `ServiceCollectionExtensions` class, found in the `Microsoft.Extensions.DependencyInjection` namespace, offers methods to extend the `IServiceCollection` interface, specifically within the `Google.Cloud.GkeConnect.Gateway.V1.dll` assembly."],["Two overloads of the `AddGatewayControlClient` method are available, each adding a singleton `GatewayControlClient` to the `IServiceCollection`, with one method taking an optional action to configure a `GatewayControlClientBuilder` and the other providing an optional action with an `IServiceProvider`."],["Both `AddGatewayControlClient` methods accept an `IServiceCollection` to add the client to, and return the same `IServiceCollection` after adding the client."],["The class inherits fundamental members from the base `object` class such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]