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-04-23 UTC."],[[["This page details the `ServicesConnection` object, which provides an interface for interacting with the `ServicesClient` in the Google Cloud Run v2 C++ API."],["The document lists available versions of the `ServicesConnection`, ranging from version 2.11.0 to the latest release candidate 2.37.0-rc, with links to their respective documentation pages."],["It outlines the virtual methods available in `ServicesConnection`, covering functionalities such as creating, retrieving, listing, updating, and deleting services, along with methods for managing operations and IAM policies."],["The interface allows for custom behavior injection during testing, such as using a `MockServicesConnection` object, and utilizes a variety of data structures such as `StatusOr`, `StreamRange`, and `future` for return types."],["The `ServicesConnection` provides asynchronous actions via `future` and `NoAwaitTag` for long-running operations to create, update, and delete services, returning `StatusOr\u003c google::longrunning::Operation \u003e`."]]],[]]