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-21 UTC."],[[["This document details the `DocumentServiceConnection` class, which provides an interface for virtual methods corresponding to each user-facing overload set in the `DocumentServiceClient` class."],["The `DocumentServiceConnection` allows for injecting custom behavior in tests that utilize `DocumentServiceClient` objects, typically achieved with a Google Mock object."],["The document provides a list of available versions, with version `2.37.0-rc` being the latest and various versions from `2.36.0` down to `2.15.1` being available."],["The `DocumentServiceConnection` class offers methods such as `GetDocument`, `ListDocuments`, `CreateDocument`, `UpdateDocument`, `DeleteDocument`, `ImportDocuments`, `PurgeDocuments`, along with others that manage long-running operations."],["To create an instance of `DocumentServiceConnection`, you can use `MakeDocumentServiceConnection()`, or to mock it, you can utilize `discoveryengine_v1_mocks::MockDocumentServiceConnection`."]]],[]]