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-14 UTC."],[[["This page provides documentation for the `ImagesConnection` object, which is used with the `ImagesClient` for Google Cloud Compute."],["The `ImagesConnection` interface defines virtual methods that correspond to user-facing overload sets in `ImagesClient`, allowing for custom behavior in testing."],["The latest version of the API documented here is `2.37.0-rc`, and there are many versions available, listed from the newest to the oldest down to version `2.15.1`."],["The page details multiple virtual functions such as `DeleteImages`, `Deprecate`, `GetImages`, `GetFromFamily`, `InsertImages`, `ListImages`, `PatchImages`, and others, outlining the parameters and return types for each."],["There is also a `MockImagesConnection` class available for mocking purposes, which enables users to easily implement custom behaviors for testing."]]],[]]