This interface defines virtual methods for each of the user-facing overload sets in FoldersClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type FoldersClient.
[[["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 `FoldersConnection` interface, which provides virtual methods for interacting with `FoldersClient` objects in the Google Cloud Resource Manager v3 API, allowing for custom behavior injection, particularly useful for testing."],["The latest release candidate version is 2.37.0-rc, and the most recent fully released version is 2.36.0, while also listing versions as far back as 2.11.0, in descending order."],["`FoldersConnection` supports operations such as retrieving, listing, searching, creating, updating, moving, deleting, and undeleting folders, each with its own virtual method and request/response types."],["The interface also handles IAM policies with virtual methods for getting, setting, and testing permissions, all of which are designed for integration with `FoldersClient`."],["Users can create concrete instances using `MakeFoldersConnection()` and mock instances for testing using `MockFoldersConnection`."]]],[]]