This interface defines virtual methods for each of the user-facing overload sets in DatastoreAdminClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type DatastoreAdminClient.
[[["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 `DatastoreAdminConnection` interface, which provides virtual methods corresponding to the user-facing overload sets in `DatastoreAdminClient`."],["The `DatastoreAdminConnection` allows for the injection of custom behavior in testing scenarios, such as with Google Mock objects."],["The interface includes methods for exporting and importing entities, as well as creating, deleting, getting, and listing indexes."],["The page also documents different versions for this class, ranging from the latest version 2.37.0-rc down to version 2.15.1."],["To create a real instance, the `MakeDatastoreAdminConnection()` should be used and for testing purposes a mock object called `datastore_admin_v1_mocks::MockDatastoreAdminConnection`."]]],[]]