This interface defines virtual methods for each of the user-facing overload sets in ProjectsClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type ProjectsClient.
[[["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 `ProjectsConnection` interface for `ProjectsClient`, which is used in the Google Cloud Resource Manager v3 C++ client library."],["The latest release candidate for this interface is version 2.37.0-rc, with a wide range of stable versions provided, down to version 2.11.0."],["`ProjectsConnection` allows users to inject custom behavior for testing `ProjectsClient` objects, with mocking support provided by `MockProjectsConnection`."],["It defines virtual methods for various project operations like getting, listing, searching, creating, updating, moving, deleting, and undeleting projects, as well as managing IAM policies."],["The interface's methods include parameters such as `GetProjectRequest`, `ListProjectsRequest`, `CreateProjectRequest`, and returns types like `StatusOr\u003cProject\u003e` and `StreamRange\u003cProject\u003e`."]]],[]]