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-03-05 UTC."],[[["This document outlines the `ServicesConnection` object for `ServicesClient`, which is used for interacting with Google App Engine services."],["The `ServicesConnection` interface defines virtual methods mirroring the user-facing overload sets in `ServicesClient`, allowing for custom behavior injection during testing."],["The latest version available is 2.37.0-rc, and this document also lists the previous versions of the connection object with links to the related documentation, all the way back to 2.11.0."],["Key functions within `ServicesConnection` include methods for listing, getting, updating, and deleting App Engine services, each handling specific request types and returning either a `StreamRange`, `StatusOr`, or a `future` object."],["The concrete instance for the connection can be made by using `MakeServicesConnection()` and for testing the `appengine_v1_mocks::MockServicesConnection` class can be used."]]],[]]