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 document outlines the `ApplicationsConnection` interface, which defines virtual methods for user-facing overload sets within the `ApplicationsClient` for the Google Cloud App Engine v1 API."],["The `ApplicationsConnection` class facilitates custom behavior injection for testing purposes, allowing the use of mock objects, such as `MockApplicationsConnection`."],["The interface includes virtual functions for various operations like `GetApplication`, `CreateApplication`, `UpdateApplication`, and `RepairApplication`, all of which handle different request types and return either `StatusOr` or `future\u003cStatusOr\u003e` objects."],["The provided documentation displays a list of available version references for the `ApplicationsConnection`, ranging from version 2.11.0 to the latest release candidate 2.37.0-rc."],["The `MakeApplicationsConnection()` function is used to generate a concrete instance of the `ApplicationsConnection` object, while `MockApplicationsConnection` can be used for mocking."]]],[]]