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."],[[["This webpage details the `DocumentServiceConnection` object, which acts as an interface defining virtual methods for various user-facing operations within `DocumentServiceClient`."],["The content provides access to different versions of the `DocumentServiceConnection`, ranging from version 2.12.0 to the latest release candidate 2.37.0-rc."],["The page offers methods such as `CreateDocument`, `GetDocument`, `UpdateDocument`, `DeleteDocument`, `SearchDocuments`, `LockDocument`, `FetchAcl`, and `SetAcl` for managing document-related operations."],["Users can utilize `MakeDocumentServiceConnection()` to create concrete instances or `MockDocumentServiceConnection` for testing purposes, ensuring flexibility in implementation and testing."],["The core function of `DocumentServiceConnection` is to allow users to inject custom behavior into objects of type `DocumentServiceClient`, particularly useful for writing and testing custom behaviors."]]],[]]