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"]],[["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."],[[["This document outlines the `CloudFunctionsServiceConnection` class, which provides an interface for interacting with the `CloudFunctionsServiceClient` in various Google Cloud Functions versions, ranging from the latest release candidate 2.37.0-rc down to 2.11.0."],["The `CloudFunctionsServiceConnection` interface allows for custom behavior injection, such as through a mock object, when testing components that utilize the `CloudFunctionsServiceClient`."],["It includes virtual methods corresponding to each user-facing overload set in `CloudFunctionsServiceClient`, offering operations such as listing, getting, creating, updating, deleting, and calling functions, as well as managing IAM policies."],["The class also supports operations to manage upload and download URLs through the `GenerateUploadUrl` and `GenerateDownloadUrl` methods, respectively."],["A concrete instance of this object can be created via the `MakeCloudFunctionsServiceConnection()` method, while `MockCloudFunctionsServiceConnection` can be used to mock this behavior for testing."]]],[]]