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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-09 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."]]],[]]