This interface defines virtual methods for each of the user-facing overload sets in DataStoreServiceClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type DataStoreServiceClient.
[[["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 `DataStoreServiceConnection` object, which acts as an interface for the `DataStoreServiceClient` in the Google Cloud Discovery Engine v1 C++ library."],["The `DataStoreServiceConnection` interface provides virtual methods that mirror the user-facing overload sets found in `DataStoreServiceClient`, enabling users to customize behavior during testing."],["You can find documentation and links to different versions of the Google Cloud Discovery Engine service, starting from the most recent release candidate (2.37.0-rc) and going down to version 2.15.1."],["The page includes information about creating concrete instances of `DataStoreServiceConnection` using `MakeDataStoreServiceConnection()`, as well as mocking capabilities via `discoveryengine_v1_mocks::MockDataStoreServiceConnection`."],["The `DataStoreServiceConnection` object includes virtual functions for managing DataStores, including `CreateDataStore`, `GetDataStore`, `ListDataStores`, `DeleteDataStore`, and `UpdateDataStore`, among others."]]],[]]