This interface defines virtual methods for each of the user-facing overload sets in FunctionServiceClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type FunctionServiceClient.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[[["This webpage provides documentation for the `FunctionServiceConnection` class within the Google Cloud Functions v2 C++ library, detailing its role in managing interactions with the `FunctionServiceClient`."],["The `FunctionServiceConnection` class acts as an interface with virtual methods that mirror the user-facing overload sets found in `FunctionServiceClient`, facilitating the injection of custom behaviors for testing purposes."],["The documentation includes a comprehensive list of available versions, ranging from the latest release candidate `2.37.0-rc` down to version `2.11.0`, each with a link to its respective documentation."],["Key functionalities covered in the documentation include methods for retrieving, listing, creating, updating, and deleting functions, as well as generating upload and download URLs and listing runtimes."],["The documentation offers guidance on creating concrete instances of `FunctionServiceConnection` using `MakeFunctionServiceConnection()` and demonstrates the use of `MockFunctionServiceConnection` for mocking purposes in tests."]]],[]]