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 various versions, including the latest release candidate 2.37.0-rc."],["The `FunctionServiceConnection` class defines virtual methods corresponding to the user-facing overload sets in `FunctionServiceClient`, allowing for custom behavior injection during testing."],["Users can utilize `MakeFunctionServiceConnection()` to instantiate a concrete object of this class or `functions_v2_mocks::MockFunctionServiceConnection` for mocking purposes."],["The class provides multiple virtual functions for the different operations of `FunctionService`, such as `GetFunction`, `ListFunctions`, `CreateFunction`, `DeleteFunction`, and `UpdateFunction`, including a non-blocking options using `NoAwaitTag` parameter."],["The class also provides functions that deal with URL generation and fetching, such as `GenerateUploadUrl`, and `GenerateDownloadUrl`, as well as other various administrative functions like, `ListRuntimes`, `ListLocations`, `GetIamPolicy`, `SetIamPolicy`, and `ListOperations`."]]],[]]