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` interface, which provides virtual methods for user-facing overload sets in `FunctionServiceClient`."],["The `FunctionServiceConnection` interface allows users to inject custom behavior when writing tests using `FunctionServiceClient` objects."],["The latest release available is version 2.37.0-rc, while the current document is focused on the `FunctionServiceConnection` in version 2.20.0."],["The document lists available methods such as `GetFunction`, `ListFunctions`, `CreateFunction`, `UpdateFunction`, `DeleteFunction`, `GenerateUploadUrl`, `GenerateDownloadUrl`, and `ListRuntimes`."],["A concrete instance of FunctionServiceConnection can be created using `MakeFunctionServiceConnection()` and mocking it can be done with `functions_v2_mocks::MockFunctionServiceConnection`."]]],[]]