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."],[[["The latest release candidate for `ProjectsConnection` is version 2.37.0-rc, while the most recent stable version available is 2.36.0, with a list of various older stable versions available for reference."],["`ProjectsConnection` defines the interface with virtual methods for each user-facing overload in `ProjectsClient`, allowing for custom behavior injection in tests using `ProjectsClient` objects."],["`ProjectsConnection` offers functions for managing projects, including `GetProject`, `ListProjects`, `SearchProjects`, `CreateProject`, `UpdateProject`, `MoveProject`, `DeleteProject`, and `UndeleteProject`."],["This interface also includes functions to manage the project's IAM policy, such as `GetIamPolicy`, `SetIamPolicy`, and `TestIamPermissions`."],["Users can create a concrete `ProjectsConnection` instance using `MakeProjectsConnection()` and can mock the class with `resourcemanager_v3_mocks::MockProjectsConnection`."]]],[]]