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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-18 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."]]],[]]