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-14 UTC."],[[["This webpage provides documentation for the `ServicesConnection` object, which is used in conjunction with `ServicesClient` for interacting with Google App Engine services."],["The page lists various versions of the `ServicesConnection`, with the latest being 2.37.0-rc and version 2.14.0 also highlighted, indicating the documentation is focused on this particular version."],["`ServicesConnection` defines virtual methods that correspond to the user-facing overloads in `ServicesClient`, enabling users to implement custom behaviors, especially useful in testing environments."],["The documentation includes details on functions like `ListServices`, `GetService`, `UpdateService`, and `DeleteService`, outlining their parameters and return types for users."],["Users can create concrete instances of `ServicesConnection` using `MakeServicesConnection()` or utilize `MockServicesConnection` for mocking purposes during testing."]]],[]]