This interface defines virtual methods for each of the user-facing overload sets in DocumentsClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type DocumentsClient.
[[["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 webpage details the `DocumentsConnection` object for `DocumentsClient`, which provides virtual methods for user-facing overload sets."],["The `DocumentsConnection` interface is designed to enable custom behavior injection, like with Google Mock objects, when writing tests for `DocumentsClient` objects."],["The latest version of the API available on this page is 2.37.0-rc, with multiple versions back to 2.11.0 accessible via the provided links."],["Key functions of `DocumentsConnection` include `ListDocuments`, `GetDocument`, `CreateDocument`, `ImportDocuments`, `DeleteDocument`, `UpdateDocument`, `ReloadDocument`, and `ExportDocument`, all of which are detailed in this content."],["There is a `MakeDocumentsConnection()` method to create concrete instances and a `dialogflow_es_mocks::MockDocumentsConnection` class for mocking."]]],[]]