This interface defines virtual methods for each of the user-facing overload sets in GatewayControlClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type GatewayControlClient.
[[["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-05 UTC."],[[["The content covers the `GatewayControlConnection` object, which is utilized by `GatewayControlClient` and provides virtual methods for user-facing overload sets."],["The latest version documented is 2.37.0-rc, and the content includes documentation for other versions ranging from 2.29.0 up to the latest."],["Users can implement custom behavior, like using a Google Mock object, when testing with `GatewayControlClient` objects, thanks to this interface."],["A concrete instance of the `GatewayControlConnection` object can be made using the `MakeGatewayControlConnection()` function, and mocking can be done with `gkeconnect_gateway_v1_mocks::MockGatewayControlConnection`."],["The documentation lists the available functions for `GatewayControlConnection` such as `options()` and `GenerateCredentials`, alongside their respective parameters, types, and descriptions."]]],[]]