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-05 UTC."],[[["This document details the `ServicesConnection` class for the Google Cloud App Engine v1 API, with links to documentation for each version from 2.11.0 up to the latest release candidate, 2.37.0-rc."],["The `ServicesConnection` interface provides virtual methods that mirror the user-facing overload sets within the `ServicesClient`, allowing for custom behaviors and testing via mocking."],["Users can leverage this interface to perform actions such as listing, getting, updating, and deleting services, as well as other function such as options."],["The document specifies the available functions such as `ListServices`, `GetService`, `UpdateService`, and `DeleteService`, detailing each of their parameters, including requests and operations, and return types."],["`MakeServicesConnection()` can be used to create a concrete instance, and `MockServicesConnection` can be used for testing."]]],[]]