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-14 UTC."],[[["The latest version of the `FunctionServiceConnection` class is 2.37.0-rc, with a full list of available versions ranging from 2.11.0 to 2.36.0."],["`FunctionServiceConnection` defines virtual methods for each user-facing overload set in `FunctionServiceClient`, allowing users to inject custom behavior, primarily useful for writing tests."],["The `FunctionServiceConnection` class includes various functions for managing Google Cloud Functions, such as `GetFunction`, `ListFunctions`, `CreateFunction`, `UpdateFunction`, `DeleteFunction`, `GenerateUploadUrl`, `GenerateDownloadUrl`, and `ListRuntimes`."],["Users can find instructions on creating concrete instances via `MakeFunctionServiceConnection()` and mocking with `functions_v2_mocks::MockFunctionServiceConnection`."],["Several functions for managing the Google Cloud Functions are available including `CreateFunction`, `UpdateFunction`, and `DeleteFunction` that include NoAwaitTag overloads to return operations instead of the end function."]]],[]]