This interface defines virtual methods for each of the user-facing overload sets in ProfilerServiceClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type ProfilerServiceClient.
[[["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 version available is 2.37.0-rc, which represents the most current release candidate for the ProfilerServiceConnection."],["This page lists multiple versions of the `ProfilerServiceConnection` class, ranging from 2.11.0 up to the latest release candidate, 2.37.0-rc, providing access to documentation for previous releases."],["`ProfilerServiceConnection` defines virtual methods for the user-facing overloads in `ProfilerServiceClient`, enabling users to implement custom behaviors, such as with mocking, when testing."],["The `ProfilerServiceConnection` class provides virtual methods for creating and updating profiles, such as `CreateProfile`, `CreateOfflineProfile`, and `UpdateProfile`, each taking a specific request object and returning a `Profile` object."],["To create a concrete instance of the class the `MakeProfilerServiceConnection()` function can be used and the class can be mocked with `profiler_v2_mocks::MockProfilerServiceConnection`."]]],[]]