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-04-09 UTC."],[[["The latest version of the `ImagesConnection` interface is 2.37.0-rc, and the current version is 2.22.1, with multiple historical versions available for reference."],["This interface, `ImagesConnection`, defines virtual methods for each user-facing overload set in `ImagesClient`, enabling the injection of custom behavior for testing purposes."],["`ImagesConnection` allows for the management of compute images through operations such as `DeleteImage`, `Deprecate`, `GetImage`, `InsertImage`, and `PatchImage`, all accessible via respective request objects."],["The `ImagesConnection` interface includes methods for managing image policies, such as `GetIamPolicy` and `SetIamPolicy`, allowing for control over image access and permissions."],["The interface also supports listing images using `ListImages`, setting labels using `SetLabels`, and testing permissions using `TestIamPermissions`."]]],[]]