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, detailing its role in managing document links."],["The `DocumentLinkServiceConnection` class serves as an interface for `DocumentLinkServiceClient`, allowing users to define custom behaviors for testing purposes."],["The latest version available is `2.37.0-rc`, with a history of versions listed, including `2.21.0`, which is directly related to the documentation provided for `DocumentLinkServiceClient`."],["`DocumentLinkServiceConnection` exposes virtual methods for performing operations such as `ListLinkedTargets`, `ListLinkedSources`, `CreateDocumentLink`, and `DeleteDocumentLink`, allowing interaction with document links."],["Users can create instances of the `DocumentLinkServiceConnection` using `MakeDocumentLinkServiceConnection()` or use `MockDocumentLinkServiceConnection` for testing purposes, allowing to mock its methods."]]],[]]