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-14 UTC."],[[["This webpage details the `VersionsConnection` object, which is essential for interacting with `VersionsClient` in Google Cloud App Engine v1."],["The latest release candidate version is `2.37.0-rc`, and a comprehensive list of previous versions, spanning from `2.36.0` down to `2.11.0`, is also readily accessible."],["`VersionsConnection` provides virtual methods like `ListVersions`, `GetVersion`, `CreateVersion`, `UpdateVersion`, and `DeleteVersion`, enabling developers to perform various operations."],["Users can customize behavior during testing using Google Mock objects, as `VersionsConnection` allows injection of custom logic, and a mocking option is also provided through `appengine_v1_mocks::MockVersionsConnection`."],["The webpage also provides links to create a concrete instance of the connection object, through `MakeVersionsConnection()` and links to navigate to each listed version."]]],[]]