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 details the `ServicesConnection` interface for the `ServicesClient`, which allows users to introduce custom behavior when testing `ServicesClient` objects."],["The interface provides virtual methods for various operations, including `CreateService`, `GetService`, `ListServices`, `UpdateService`, and `DeleteService`, each corresponding to an action that can be performed on the service."],["`ServicesConnection` includes methods for managing IAM policies such as `GetIamPolicy`, `SetIamPolicy`, and `TestIamPermissions`, providing control over access and permissions."],["There is a list of older versions of the document all the way back to version `2.11.0` and as updated as version `2.37.0-rc`."],["The `MakeServicesConnection()` function can be used to create a concrete instance of the `ServicesConnection`, and `MockServicesConnection` is available for mocking purposes in testing scenarios."]]],[]]