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 for `DocumentServiceClient`, which provides virtual methods for user-facing overload sets."],["The `DocumentServiceConnection` interface allows for custom behavior injection during testing using Google Mock objects."],["The page lists all versions of `DocumentServiceConnection` going back to version 2.15.1, with the current latest release candidate version being 2.37.0-rc."],["Key functionalities of `DocumentServiceConnection` include methods for managing documents, such as `GetDocument`, `ListDocuments`, `CreateDocument`, `UpdateDocument`, `DeleteDocument`, `ImportDocuments`, and `PurgeDocuments`."],["`MakeDocumentServiceConnection()` can be used to create a concrete instance, while `discoveryengine_v1_mocks::MockDocumentServiceConnection` is available for mocking purposes."]]],[]]