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-09 UTC."],[[["This document outlines the `ServicesConnection` interface, which defines virtual methods for user-facing overload sets within the `ServicesClient` class."],["The `ServicesConnection` interface is designed to allow users to customize behavior in tests, for example, by using a Google Mock object."],["The document provides links to documentation for the latest version `2.37.0-rc`, and various older versions, including the current version of `2.35.0`, each associated with the `ServicesConnection` class."],["Key functions detailed in the documentation include `CreateService`, `GetService`, `ListServices`, `UpdateService`, `DeleteService`, `GetIamPolicy`, `SetIamPolicy`, `TestIamPermissions`, and methods for managing operations like `ListOperations`, `GetOperation`, `DeleteOperation`, and `WaitOperation`."],["To utilize the described class in code, users can create concrete instances of the class through the `MakeServicesConnection()` function, and when testing, users can leverage the `MockServicesConnection` functionality."]]],[]]