This interface defines virtual methods for each of the user-facing overload sets in AgentEndpointServiceClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type AgentEndpointServiceClient.
[[["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-04-23 UTC."],[[["This webpage provides documentation for the `AgentEndpointServiceConnection` class, which is a component of the `AgentEndpointServiceClient` in the `osconfig` C++ library."],["The `AgentEndpointServiceConnection` defines virtual methods corresponding to user-facing overload sets in `AgentEndpointServiceClient`, enabling custom behavior injection for testing purposes."],["The page lists various version links, from version 2.11.0 up to 2.37.0-rc, of the `AgentEndpointServiceConnection` class."],["The class defines several virtual methods, including `ReceiveTaskNotification`, `StartNextTask`, `ReportTaskProgress`, `ReportTaskComplete`, `RegisterAgent`, and `ReportInventory`, for interaction with the agent endpoint service."],["Instructions are given on how to create a concrete instance of the class using `MakeAgentEndpointServiceConnection()`, and how to use the `MockAgentEndpointServiceConnection` for mocking in testing."]]],[]]