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"]],[["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 webpage provides documentation for the `FunctionServiceConnection` class within the Google Cloud Functions v2 C++ library, with the latest release being 2.37.0-rc and the current version the webpage focuses on, 2.14.0."],["`FunctionServiceConnection` defines virtual methods for all user-facing overload sets in `FunctionServiceClient`, enabling the injection of custom behavior during testing."],["The `FunctionServiceConnection` interface supports various operations, including getting, listing, creating, updating, and deleting functions, as well as generating upload and download URLs."],["The documentation outlines the parameters, return types, and descriptions for each virtual function within `FunctionServiceConnection`, providing detailed information for developers."],["You can find information on how to create an instance of this class using `MakeFunctionServiceConnection()` and create a mock for testing with `functions_v2_mocks::MockFunctionServiceConnection`."]]],[]]