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-21 UTC."],[[["This document details the `ProjectServiceConnection` interface, which is a crucial component for managing interactions with the `ProjectServiceClient`."],["The `ProjectServiceConnection` interface provides virtual methods that mirror the user-facing overload sets found in `ProjectServiceClient`, enabling custom behavior injection."],["Version 2.37.0-rc is the latest release candidate, while versions ranging from 2.27.0 to 2.36.0 are also available."],["The `GetServiceAccount` function is one of the key virtual methods implemented by this class, returning a `StatusOr` object containing a `GetServiceAccountResponse`."],["`MakeProjectServiceConnection()` is the method that creates concrete instances, and `MockProjectServiceConnection` can be used when mocking for testing purposes."]]],[]]