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 page provides documentation for the `ImagesConnection` object, which defines the interface for interacting with `ImagesClient` in Google Cloud Compute."],["The `ImagesConnection` interface allows users to customize behavior in tests by injecting custom logic, such as with a Google Mock object, into `ImagesClient`."],["This documentation covers various versions of the `ImagesConnection`, including version 2.37.0-rc, all the way back to 2.15.1."],["The `ImagesConnection` object's virtual methods, like `DeleteImage`, `Deprecate`, and `InsertImage`, allow for operations on compute images."],["The `MakeImagesConnection()` function should be used to create a concrete instance of `ImagesConnection` and the `compute_images_v1_mocks::MockImagesConnection` class can be used to mock it."]]],[]]