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, which is crucial for interacting with the `ServicesClient` and managing Google Cloud Run services."],["It provides access to various versions of the `ServicesConnection`, with `2.37.0-rc` being the latest and the version associated with the current document being version 2.22.0."],["The `ServicesConnection` interface enables the implementation of custom behavior in tests by allowing the injection of mock objects, such as `MockServicesConnection`."],["It defines a set of virtual methods, such as `CreateService`, `GetService`, `UpdateService`, and `DeleteService`, which mirror the user-facing functionalities available in the `ServicesClient`."],["The interface also includes methods for managing IAM policies, including `GetIamPolicy`, `SetIamPolicy`, and `TestIamPermissions`."]]],[]]