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` class, which provides an interface for interacting with the `ServicesClient` in the Google Cloud App Engine v1 API, specifically for the C++ implementation."],["The latest version documented is 2.37.0-rc, and documentation for several previous versions, down to version 2.11.0, are provided via hyperlinks for the `ServicesConnection` class."],["The `ServicesConnection` interface defines virtual methods corresponding to the user-facing overload sets in `ServicesClient`, allowing for custom behavior injection, particularly useful for testing."],["Key functionalities include methods to list, get, update, and delete services, with each method accepting specific request types and returning appropriate data structures or status objects."],["The class also includes methods for handling long-running operations, utilizing `google::longrunning::Operation` and providing `future` objects to handle asynchronous responses, which can also accept a `NoAwaitTag`."]]],[]]