This interface defines virtual methods for each of the user-facing overload sets in VersionsClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type VersionsClient.
[[["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-21 UTC."],[[["The webpage provides documentation for the `VersionsConnection` object, which is part of the Google Cloud App Engine v1 C++ client library, specifically version 2.15.1."],["The page details multiple previous versions of the `VersionsConnection` object, with the most recent being `2.37.0-rc`, and it allows you to navigate between all the available version's documentation."],["`VersionsConnection` defines virtual methods that correspond to user-facing overload sets in `VersionsClient`, enabling the injection of custom behavior, particularly useful for testing."],["The `VersionsConnection` object includes virtual functions such as `ListVersions`, `GetVersion`, `CreateVersion`, `UpdateVersion`, and `DeleteVersion`, that allow you to call actions against the App Engine."],["You can create a concrete instance of the `VersionsConnection` using the `MakeVersionsConnection()` method, or utilize the `appengine_v1_mocks::MockVersionsConnection` class for mocking purposes."]]],[]]