This interface defines virtual methods for each of the user-facing overload sets in DocumentServiceClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type DocumentServiceClient.
[[["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."],[[["The `DocumentServiceConnection` object provides an interface for interacting with the `DocumentServiceClient`, defining virtual methods for each user-facing overload set."],["This interface supports custom behavior injection, such as with Google Mock objects, for testing the `DocumentServiceClient`."],["The `DocumentServiceConnection` enables operations such as creating, retrieving, updating, deleting, searching, and locking documents, along with managing access control lists (ACLs)."],["The page provides access to multiple versions of the `DocumentServiceConnection` class, including the latest release candidate, and versions ranging from 2.36.0 down to 2.12.0."],["You can create an instance of `DocumentServiceConnection` by using the `MakeDocumentServiceConnection()` function, while `MockDocumentServiceConnection` can be used for mocking."]]],[]]