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-21 UTC."],[[["This document details the `ServicesConnection` object for `ServicesClient` in Google Cloud App Engine v1 C++ library, version 2.33.0."],["It provides an interface with virtual methods for user-facing overload sets found in `ServicesClient`, enabling custom behavior and testing."],["The `ServicesConnection` object allows for listing, getting, updating, and deleting services with corresponding functions like `ListServices`, `GetService`, `UpdateService`, and `DeleteService`."],["The document also includes methods to update or delete service utilizing `NoAwaitTag` parameters, for an asyncronous operation."],["A concrete instance of the `ServicesConnection` object can be created through the `MakeServicesConnection()` function, while `appengine_v1_mocks::MockServicesConnection` facilitates mocking for testing purposes."]]],[]]