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 document outlines the `FunctionServiceConnection` class within the Google Cloud Functions v2 C++ library, specifically for version 2.29.0."],["The `FunctionServiceConnection` interface provides virtual methods mirroring the user-facing overload sets found in `FunctionServiceClient`, enabling the injection of custom behaviors for testing."],["The class supports various operations, including retrieving, listing, creating, updating, and deleting functions, along with functionalities like generating upload/download URLs and listing runtimes."],["Users can create a concrete instance of `FunctionServiceConnection` using `MakeFunctionServiceConnection()`, and for testing purposes, a mock implementation is available via `functions_v2_mocks::MockFunctionServiceConnection`."],["It also provides information on different versions of the class, ranging from 2.11.0 to 2.37.0-rc."]]],[]]