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 details the `ServicesConnection` object for `ServicesClient`, which is used for interacting with the App Engine Services API."],["The `ServicesConnection` interface provides virtual methods for each user-facing overload set within `ServicesClient`, facilitating custom behavior injection during testing."],["The latest version available is 2.37.0-rc, and this page lists the available documentation for all versions back to 2.11.0 of `classgoogle_1_1cloud_1_1appengine__v1_1_1ServicesConnection`."],["`MakeServicesConnection()` is the function used to create a concrete instance of the `ServicesConnection` class, and `MockServicesConnection` can be used for mocking purposes."],["The interface includes functions such as `options()`, `ListServices()`, `GetService()`, `UpdateService()`, and `DeleteService()` for various operations."]]],[]]