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.
To create a concrete instance, see MakeGatewayControlConnection().
[[["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."],[[["The latest version of the `GatewayControlConnection` is 2.37.0-rc, and there are several previous versions available, ranging down to 2.29.0."],["The `GatewayControlConnection` object is used in conjunction with `GatewayControlClient`, and it defines virtual methods for the client's user-facing overload sets."],["Custom behaviors can be added to the `GatewayControlClient` for testing purposes through this `GatewayControlConnection`."],["`MakeGatewayControlConnection()` can be used to instantiate a concrete instance, and `gkeconnect_gateway_v1_mocks::MockGatewayControlConnection` can be used for mocking."],["The object contains virtual functions, `options()` and `GenerateCredentials(google::cloud::gkeconnect::gateway::v1::GenerateCredentialsRequest const &)`, to facilitate operations."]]],[]]