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-07-18 UTC."],[[["The content details the `GatewayControlConnection` object, which is a component of `GatewayControlClient` in the gkeconnect gateway version 2.31.0."],["This interface provides virtual methods mirroring those in `GatewayControlClient`, enabling users to integrate custom behavior or utilize mocking in testing scenarios."],["Users can create concrete instances of `GatewayControlConnection` through `MakeGatewayControlConnection()`."],["Mocking functionality is also supported through `gkeconnect_gateway_v1_mocks::MockGatewayControlConnection`."],["The `GatewayControlConnection` features virtual functions such as options() and GenerateCredentials() for managing gateway connections."]]],[]]