This interface defines virtual methods for each of the user-facing overload sets in ServicesClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type ServicesClient.
[[["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-04-17 UTC."],[[["The webpage provides documentation for the `ServicesConnection` object within the Google Cloud App Engine v1 C++ library, specifically referencing version 2.34.0-rc."],["It lists multiple versions of the App Engine C++ library, ranging from 2.11.0 to the latest release candidate 2.37.0-rc, with hyperlinks to their respective documentation pages."],["The `ServicesConnection` interface is described as a way to define virtual methods for user-facing overload sets in `ServicesClient`, enabling custom behavior for testing purposes, such as using Google Mock objects."],["The page details the available functions within the `ServicesConnection` interface, including `ListServices`, `GetService`, `UpdateService`, and `DeleteService`, along with their respective parameters and return types."],["The documentation also provides instructions on how to create a concrete instance of `ServicesConnection` using `MakeServicesConnection()` and how to use `appengine_v1_mocks::MockServicesConnection` for mocking."]]],[]]