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` class within the Google Cloud Run v2 C++ library, specifically detailing its role in defining virtual methods for user-facing overload sets within `ServicesClient`."],["The latest release candidate version is 2.37.0-rc, and a comprehensive list of previous versions, starting with version 2.36.0, and descending all the way to 2.11.0 is documented with direct hyperlinks."],["`ServicesConnection` facilitates custom behavior injection, such as using Google Mock objects, during testing with `ServicesClient` objects, making it a critical interface for developers."],["The class provides virtual methods for various service operations, including creating, retrieving, listing, updating, and deleting services, along with managing IAM policies, which are detailed within the functions section."],["The `MakeServicesConnection()` function and `run_v2_mocks::MockServicesConnection` class are provided to assist with the creation of concrete instances and for mocking purposes respectively."]]],[]]