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-15 UTC."],[[["This webpage details the `ImagesConnection` object, which provides an interface for interacting with `ImagesClient` in the Google Cloud Compute API, and is currently at version 2.20.0."],["The page lists various versions of the `ImagesConnection` class, starting from version 2.15.1 and up to the latest release candidate 2.37.0-rc, providing links to the documentation for each."],["The `ImagesConnection` class allows for the injection of custom behavior, enabling users to create mock objects for testing purposes."],["The provided interface includes virtual methods such as `DeleteImage`, `Deprecate`, `GetImage`, `GetFromFamily`, and many others, allowing for a variety of operations related to managing images."],["Users can find details on how to create a concrete instance of `ImagesConnection` with `MakeImagesConnection()`, as well as the `compute_images_v1_mocks::MockImagesConnection` class for mocking purposes."]]],[]]