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-14 UTC."],[[["This document outlines the `ServicesConnection` object for `ServicesClient`, which is used for interacting with Google Cloud Run services."],["The `ServicesConnection` interface allows for custom behavior injection, particularly useful for creating mock objects in testing."],["The document provides a list of virtual functions within `ServicesConnection`, including operations for creating, getting, listing, updating, and deleting services, along with IAM policy management."],["A range of available versions is provided from 2.11.0 to 2.36.0, including 2.37.0-rc as the latest, as well as version 2.17.0 which contains the core information."],["`MakeServicesConnection()` is the function used to create concrete instances of this object and `run_v2_mocks::MockServicesConnection` can be used for mocking purposes."]]],[]]