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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]