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-03-14 UTC."],[[["This document details the `AgentEndpointServiceConnection`, an interface used for managing interactions with the `AgentEndpointServiceClient`."],["The `AgentEndpointServiceConnection` enables the injection of custom behaviors, such as through Google Mock objects, for testing purposes with the `AgentEndpointServiceClient`."],["The latest version of `AgentEndpointServiceConnection` is version 2.37.0-rc, and it provides a list of previous versions for user reference."],["The `AgentEndpointServiceConnection` includes virtual methods such as `ReceiveTaskNotification`, `StartNextTask`, `ReportTaskProgress`, `ReportTaskComplete`, `RegisterAgent`, and `ReportInventory`, which handle different requests and return various responses or statuses."],["The function `MakeAgentEndpointServiceConnection()` can be called to make a concrete instance of the object, and `osconfig_agentendpoint_v1_mocks::MockAgentEndpointServiceConnection` is used for mocking purposes."]]],[]]