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 details the `ServicesConnection` object for `ServicesClient` in the Google Cloud App Engine v1 C++ library, and describes the interface for virtual methods within `ServicesClient`."],["The content includes version information, with the latest being `2.37.0-rc` and also displaying all versions back to version `2.11.0` that link to their respective documentation."],["The `ServicesConnection` object allows users to implement custom behaviors for testing, using tools like Google Mock, and is intended to make creating mocks a simple task, utilizing `appengine_v1_mocks::MockServicesConnection`."],["The `ServicesConnection` interface includes virtual functions for various service operations like listing, getting, updating, and deleting services, allowing the user to also modify how they are ran."],["The `UpdateService` and `DeleteService` functions have optional parameters to choose whether they `await` an operation to finish, or if they immediately return an `operation` object."]]],[]]