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 document details the `ServicesConnection` object, which is crucial for interacting with the `ServicesClient` in the Google Cloud App Engine API."],["The `ServicesConnection` interface provides virtual methods for various service operations, including listing, getting, updating, and deleting services."],["The latest version available is 2.37.0-rc, and it is possible to navigate to any previous version going all the way down to 2.11.0."],["The document describes how to create a concrete instance of `ServicesConnection` using `MakeServicesConnection()` and how to use `MockServicesConnection` for testing purposes."],["The `ServicesConnection` interface allows users to define and inject custom behavior for testing `ServicesClient` objects, typically using Google Mock."]]],[]]