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 outlines the `ServicesConnection` object for `ServicesClient`, which is used within the Google Cloud Run v2 C++ library, detailing its role and functionality."],["The `ServicesConnection` interface defines virtual methods that mirror the user-facing overload sets found in `ServicesClient`, enabling the injection of custom behaviors during testing, such as through the use of mock objects."],["Users can find concrete instances of `ServicesConnection` by using the `MakeServicesConnection()` function, and they can also utilize the `run_v2_mocks::MockServicesConnection` for mocking purposes."],["The document provides a list of available functions within the `ServicesConnection` class, such as `CreateService`, `GetService`, `ListServices`, `UpdateService`, `DeleteService`, and several IAM-related functions."],["The document lists all past versions of the document from 2.11.0 up to 2.37.0-rc."]]],[]]