This interface defines virtual methods for each of the user-facing overload sets in ProjectServiceClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type ProjectServiceClient.
To create a concrete instance, see MakeProjectServiceConnection().
[[["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-05 UTC."],[[["The webpage details the `ProjectServiceConnection` object, which is part of the `ProjectServiceClient` and allows for custom behavior injection during testing."],["Version 2.37.0-rc is the latest release candidate, while the content specifically references version 2.31.0 and it's associated `ProjectServiceClient` and `ProjectServiceConnection`."],["The page lists links to several previous versions of the documentation, ranging from version 2.27.0 up to the latest release candidate."],["The `ProjectServiceConnection` interface includes virtual methods such as `options()` and `GetServiceAccount`, enabling users to define their own implementations."],["A concrete instance of the connection can be made by using `MakeProjectServiceConnection()` and the page also references the `bigquerycontrol_v2_mocks::MockProjectServiceConnection` for mocking."]]],[]]