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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-09 UTC."],[[["This webpage details the `ApplicationsConnection` object, which is a vital component for interacting with the `ApplicationsClient` in Google Cloud App Engine."],["The latest version available is 2.37.0-rc, with multiple prior versions listed, ranging down to version 2.11.0, each providing access to the `ApplicationsConnection` class."],["`ApplicationsConnection` offers virtual methods such as `options()`, `GetApplication`, `CreateApplication`, `UpdateApplication`, and `RepairApplication`, enabling users to perform various App Engine operations."],["Users can create concrete instances of `ApplicationsConnection` using `MakeApplicationsConnection()` and can leverage `appengine_v1_mocks::MockApplicationsConnection` for testing purposes."],["Each virtual method in `ApplicationsConnection` takes a specific request parameter and returns either a `StatusOr` object or a `future\u003c StatusOr \u003e` object pertaining to the respective App Engine operation."]]],[]]