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.
[[["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 page details the `ProjectServiceConnection` interface, which defines virtual methods for each user-facing overload set in `ProjectServiceClient`."],["The latest version available is `2.37.0-rc`, while the current context version is `2.27.0`, with many other versions listed in between, as well as older ones."],["Users can inject custom behavior into tests by using this interface, such as with a Google Mock object, to test objects of type `ProjectServiceClient`."],["The interface includes virtual methods like `options()`, and `ProvisionProject()`, as well as a version of the latter that does not await a result."],["Concrete instances of the service can be created via `MakeProjectServiceConnection()`, while mock instances for testing are available via `discoveryengine_v1_mocks::MockProjectServiceConnection`."]]],[]]