This interface defines virtual methods for each of the user-facing overload sets in ApiGatewayServiceClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type ApiGatewayServiceClient.
[[["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-14 UTC."],[[["The webpage details the `ApiGatewayServiceConnection` class, which provides an interface for the `ApiGatewayServiceClient` in the Google Cloud C++ API for version 2.21.0."],["It offers methods for managing Gateways, APIs, and API Configurations, including listing, getting, creating, updating, and deleting operations."],["The latest release candidate (rc) is version 2.37.0-rc, with several stable releases listed, ranging from version 2.36.0 down to 2.11.0."],["Users can inject custom behavior for testing using the interface, and the `MakeApiGatewayServiceConnection()` function can be used to generate concrete instances of this interface."],["For testing, a mock version is available through `apigateway_v1_mocks::MockApiGatewayServiceConnection`."]]],[]]