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-03-14 UTC."],[[["The page details the `ApplicationsConnection` object for `ApplicationsClient`, which is a C++ interface defining methods for interacting with Google App Engine applications."],["The latest version available is 2.37.0-rc, while the current version being detailed is 2.30.0, with links to older version documentations ranging down to 2.11.0."],["`ApplicationsConnection` allows users to inject custom behaviors when writing tests, and users can create an instance with `MakeApplicationsConnection()` or mock with `appengine_v1_mocks::MockApplicationsConnection`."],["The `ApplicationsConnection` interface includes virtual methods for actions like `GetApplication`, `CreateApplication`, `UpdateApplication`, and `RepairApplication`, each with specific parameters and return types."],["The functions return types include `Options`, `StatusOr\u003c google::appengine::v1::Application \u003e`, `future\u003c StatusOr\u003c google::appengine::v1::Application \u003e \u003e`, and `StatusOr\u003c google::longrunning::Operation \u003e`."]]],[]]