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."],[[["This webpage details the `GatewayControlConnection` object, which is specifically designed for the `GatewayControlClient` in the `gkeconnect_gateway_v1` namespace."],["The `GatewayControlConnection` provides virtual methods mirroring the user-facing overload sets within `GatewayControlClient`, enabling the injection of custom behavior during testing."],["The latest release version documented on this webpage is 2.37.0-rc, but this particular documentation page is for version 2.35.0, with other versions from 2.29.0 to 2.36.0 also being available for reference."],["Users can create concrete instances of this object using the `MakeGatewayControlConnection()` function, and a mock object `MockGatewayControlConnection` is available for testing purposes."],["The `GatewayControlConnection` object features virtual methods for `options()` which return type Options and `GenerateCredentials` which accepts a `GenerateCredentialsRequest` and returns a `GenerateCredentialsResponse`."]]],[]]