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-05 UTC."],[[["This document provides an overview of the `ImagesConnection` object, which is used with `ImagesClient` to interact with Google Cloud Compute images."],["The `ImagesConnection` interface defines virtual methods for each overload set within `ImagesClient`, facilitating custom behavior injection during testing."],["The latest version available is `2.37.0-rc`, and a history of prior releases are shown ranging from the latest to `2.15.1`, including the current version of `2.22.0`."],["Key functions include `DeleteImage`, `Deprecate`, `GetImage`, `InsertImage`, `ListImages`, and `SetIamPolicy`, among other functions that manage and retrieve information of compute images."],["`MakeImagesConnection()` creates a concrete instance, while `MockImagesConnection` is available for mocking."]]],[]]