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 page details the `DocumentServiceConnection` class, which interfaces with the `DocumentServiceClient` for Google Cloud Content Warehouse's document services."],["The `DocumentServiceConnection` class provides virtual methods that correspond to user-facing operations within `DocumentServiceClient`, allowing for custom behavior injection."],["The page lists multiple available versions of the `DocumentServiceConnection`, from `2.37.0-rc` (latest) down to `2.12.0`, indicating a history of updates and potential compatibility considerations."],["There are links to documentation on how to create a concrete instance of the class, using the `MakeDocumentServiceConnection()` method, as well as a link for mocking with the `MockDocumentServiceConnection` class."],["The webpage offers functions like CreateDocument, GetDocument, UpdateDocument, DeleteDocument, SearchDocuments, LockDocument, FetchAcl, and SetAcl, all using different request types with their corresponding response types."]]],[]]