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 C++ library, specifically for version 2.15.1."],["The `FunctionServiceConnection` class defines the interface for interacting with the Google Cloud Functions service, outlining the virtual methods needed to interact with the `FunctionServiceClient`, and it contains methods to manage functions, such as listing, creating, updating, and deleting them."],["This content offers the current version of the `FunctionServiceConnection` object, as well as a historical list of earlier versions that can be accessed."],["The latest release candidate version is `2.37.0-rc`, and users can find the documentation for the class `google::cloud::functions_v2::FunctionServiceConnection` within each of the listed version releases."],["The documentation includes details for various functions like `GetFunction`, `ListFunctions`, `CreateFunction`, `UpdateFunction`, `DeleteFunction`, `GenerateUploadUrl`, `GenerateDownloadUrl`, and `ListRuntimes`, including parameters, return types, and descriptions, and also provides information on how to mock this object."]]],[]]