This interface defines virtual methods for each of the user-facing overload sets in CloudFunctionsServiceClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type CloudFunctionsServiceClient.
[[["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 details the `CloudFunctionsServiceConnection` interface, which provides virtual methods corresponding to each user-facing overload set in `CloudFunctionsServiceClient`."],["The latest version available is `2.37.0-rc`, while `2.29.0` is used throughout the document as the current version, with many other versions also available."],["This interface is used for implementing custom behavior, such as with a Google Mock object, for testing purposes when using `CloudFunctionsServiceClient` objects."],["`CloudFunctionsServiceConnection` offers a range of virtual functions, including `ListFunctions`, `GetFunction`, `CreateFunction`, `UpdateFunction`, `DeleteFunction`, `CallFunction`, and others related to managing and interacting with Cloud Functions."],["You can use `MakeCloudFunctionsServiceConnection()` to create a concrete instance, or `functions_v1_mocks::MockCloudFunctionsServiceConnection` for mocking purposes."]]],[]]