This interface defines virtual methods for each of the user-facing overload sets in InstancesClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type InstancesClient.
[[["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-21 UTC."],[[["This document outlines the `InstancesConnection` interface for `InstancesClient` in the Google Cloud App Engine v1 C++ library, showcasing various versions from 2.11.0 up to the latest release candidate, 2.37.0-rc."],["The `InstancesConnection` interface provides virtual methods for interacting with App Engine instances, allowing for custom behavior injection, such as in testing with mock objects."],["It features functions for operations such as listing, getting, deleting, and debugging instances, including overloads for asynchronous and synchronous execution, as well as with/without `NoAwaitTag`."],["Users can create a concrete instance of the connection via `MakeInstancesConnection()`, or utilize the `appengine_v1_mocks::MockInstancesConnection` for mocking purposes."],["The page describes the function parameters and return values with their descriptions for the various `virtual` functions included within the interface, with detailed type breakdowns."]]],[]]