This interface defines virtual methods for each of the user-facing overload sets in CatalogServiceClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type CatalogServiceClient.
[[["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-05-07 UTC."],[[["This webpage details the `CatalogServiceConnection` interface, which provides virtual methods for user-facing overload sets within `CatalogServiceClient`."],["The `CatalogServiceConnection` interface allows users to inject custom behaviors into tests utilizing `CatalogServiceClient` objects, such as with Google Mock objects."],["The page lists the available versions, from 2.11.0 all the way to 2.37.0-rc (latest), and each corresponds to the `CatalogServiceConnection` interface for that version."],["The interface includes virtual functions like `ListCatalogs`, `UpdateCatalog`, `SetDefaultBranch`, and `GetDefaultBranch`, among others, for interacting with catalog-related data."],["Instructions on creating a concrete instance of this interface are available through `MakeCatalogServiceConnection()`, and for mocking, `retail_v2_mocks::MockCatalogServiceConnection` can be used."]]],[]]