This interface defines virtual methods for each of the user-facing overload sets in DocumentLinkServiceClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type DocumentLinkServiceClient.
[[["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 provides documentation for the `DocumentLinkServiceConnection` class within the Google Cloud Content Warehouse C++ client library, covering versions from 2.12.0 up to the latest release candidate 2.37.0-rc."],["The `DocumentLinkServiceConnection` class defines virtual methods corresponding to each user-facing overload set in `DocumentLinkServiceClient`, allowing for the injection of custom behavior in testing."],["Users can create concrete instances of `DocumentLinkServiceConnection` using the `MakeDocumentLinkServiceConnection()` function."],["The documentation includes virtual functions for managing document links, such as `ListLinkedTargets`, `ListLinkedSources`, `CreateDocumentLink`, and `DeleteDocumentLink`, as well as `GetOperation` for long-running tasks."],["A mock implementation of the `DocumentLinkServiceConnection`, `MockDocumentLinkServiceConnection`, is available for use when testing, enabling easy mocking."]]],[]]