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 document outlines the `FunctionServiceConnection` class, which provides an interface for interacting with the `FunctionServiceClient` in the Google Cloud Functions v2 API for C++."],["The `FunctionServiceConnection` interface offers virtual methods for all user-facing overload sets found in `FunctionServiceClient`, enabling custom behavior injection for testing, including mocking."],["The document lists the supported versions of `FunctionServiceConnection`, ranging from version 2.11.0 to 2.36.0, with 2.37.0-rc marked as the latest version."],["Users can create a concrete `FunctionServiceConnection` instance using `MakeFunctionServiceConnection()` or use `MockFunctionServiceConnection` for testing purposes."],["The document includes a comprehensive list of virtual methods provided by `FunctionServiceConnection`, such as `GetFunction`, `ListFunctions`, `CreateFunction`, `UpdateFunction`, `DeleteFunction`, `GenerateUploadUrl`, `GenerateDownloadUrl`, and `ListRuntimes`, with their respective parameters and return types."]]],[]]