This interface defines virtual methods for each of the user-facing overload sets in ImagesClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type ImagesClient.
To create a concrete instance, see MakeImagesConnection().
[[["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 outlines the `ImagesConnection` interface for the `ImagesClient`, which allows users to interact with Compute Images in C++."],["The `ImagesConnection` provides virtual methods mirroring the user-facing overload sets in `ImagesClient`, facilitating custom behavior injection for testing."],["Users can utilize `MakeImagesConnection()` to instantiate a concrete object, or `MockImagesConnection` for creating mocks, as shown in the included examples."],["The available virtual methods include functionalities like `DeleteImage`, `Deprecate`, `GetImage`, `InsertImage`, `ListImages`, and more, handling various image-related operations and returning values of different types."],["The `ImagesConnection` is available from versions 2.15.1 up to 2.37.0-rc with each version of the connection being linked in the content."]]],[]]