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 details the `ImagesConnection` interface for the `ImagesClient`, which provides virtual methods corresponding to the user-facing overload sets within `ImagesClient` for testing."],["The latest version of the API documented is `2.37.0-rc`, with numerous previous versions also available, ranging down to version `2.15.1`."],["`ImagesConnection` methods enable interaction with images, including actions such as deleting, deprecating, getting, inserting, listing, patching, and managing IAM policies and labels."],["The document provides details for parameter input and return types for each of the methods available within the `ImagesConnection` interface, such as `DeleteImage`, `GetImage` and `SetIamPolicy`."],["For creating an instance of `ImagesConnection`, one can refer to `MakeImagesConnection()`, and for creating a mock instance, refer to `compute_images_v1_mocks::MockImagesConnection`."]]],[]]