This interface defines virtual methods for each of the user-facing overload sets in ApplicationsClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type ApplicationsClient.
[[["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-04-24 UTC."],[[["This webpage provides documentation for the `ApplicationsConnection` object within the Google Cloud App Engine C++ client library, specifically for version 2.34.0-rc and other versions ranging from 2.11.0 to 2.37.0-rc."],["The `ApplicationsConnection` interface offers virtual methods that mirror the user-facing overload sets found in `ApplicationsClient`, facilitating custom behavior injection for testing."],["Users can utilize the `MakeApplicationsConnection()` function to create a concrete instance of the connection, and a mock object `appengine_v1_mocks::MockApplicationsConnection` is provided for mocking purposes."],["The documentation details various virtual functions within `ApplicationsConnection`, including `GetApplication`, `CreateApplication`, `UpdateApplication`, and `RepairApplication`, outlining their parameters, return types, and descriptions."],["The content presents the availability of the `ApplicationsConnection` class through its various version updates, providing a full list for all version releases."]]],[]]