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 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."]]],[]]