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"]],[["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 provides documentation for the `ServicesConnection` object, which is used in conjunction with `ServicesClient` for interacting with Google App Engine services."],["The `ServicesConnection` interface defines virtual methods mirroring those in `ServicesClient`, allowing for custom behavior injection, such as with mock objects, during testing."],["Users can find documentation on how to create a real instance using `MakeServicesConnection()` and create mocks using `appengine_v1_mocks::MockServicesConnection`."],["The page includes a list of available versions of the App Engine C++ library, ranging from version 2.11.0 to the latest release candidate 2.37.0-rc, and version 2.27.0 is shown as the current view."],["The available functions include methods such as `ListServices`, `GetService`, `UpdateService`, and `DeleteService`, each described in detail, along with their respective parameters and return types."]]],[]]